Thomas Groh created BEAM-298:
--------------------------------
Summary: Make TestPipeline implement the TestRule interface
Key: BEAM-298
URL: https://issues.apache.org/jira/browse/BEAM-298
Project: Beam
Issue Type: Bug
Components: sdk-java-core
Reporter: Thomas Groh
Assignee: Davor Bonaci
Priority: Minor
https://github.com/junit-team/junit4/wiki/Rules
A JUnit Rule allows a test to use a field annotated with @Rule to wrap
executing tests. Doing so allows the TestPipeline to, at the time the test
completes, assert that all applied transforms have been executed. This ensures
that all unit tests that utilize a TestPipeline rule either are declared to
explicitly not expect to execute or have executed the pipeline.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)