Class TestRecorderRule
java.lang.Object
org.junit.rules.TestWatcher
org.jenkinsci.test.acceptance.recorder.TestRecorderRule
- All Implemented Interfaces:
org.junit.rules.TestRule
JUnit Rule that before executing a test it starts a recording current screen
and after the test is executed, it stops recording.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.junit.rules.TestWatcher
apply, failed, skipped, skipped
-
Constructor Details
-
TestRecorderRule
-
-
Method Details
-
starting
protected void starting(org.junit.runner.Description description) - Overrides:
starting
in classorg.junit.rules.TestWatcher
-
succeeded
protected void succeeded(org.junit.runner.Description description) - Overrides:
succeeded
in classorg.junit.rules.TestWatcher
-
finished
protected void finished(org.junit.runner.Description description) - Overrides:
finished
in classorg.junit.rules.TestWatcher
-