cameronlee314 commented on a change in pull request #962: SAMZA-2135: Provide a way inject ExternalContext to TestRunner URL: https://github.com/apache/samza/pull/962#discussion_r267149842
########## File path: samza-test/src/test/java/org/apache/samza/test/framework/StreamTaskIntegrationTest.java ########## @@ -263,4 +268,16 @@ public void genData(Map<Integer, List<KV>> inputPartitionData, Map<Integer, List } } -} \ No newline at end of file +} + +class TestContext implements ExternalContext { + private int multiplier; Review comment: Minor: please add final modifier for immutable field ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services