Package de.hybris.platform.test
Class HybrisJunit4ClassRunnerTest.TestRunListener1
- java.lang.Object
-
- org.junit.runner.notification.RunListener
-
- de.hybris.platform.test.HybrisJunit4ClassRunnerTest.TestRunListener1
-
- Enclosing class:
- HybrisJunit4ClassRunnerTest
public static class HybrisJunit4ClassRunnerTest.TestRunListener1 extends org.junit.runner.notification.RunListener
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.util.List<java.lang.String>
events
-
Constructor Summary
Constructors Constructor Description TestRunListener1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testFinished(org.junit.runner.Description description)
void
testRunFinished(org.junit.runner.Result result)
void
testRunStarted(org.junit.runner.Description description)
void
testStarted(org.junit.runner.Description description)
-
-
-
Method Detail
-
testRunStarted
public void testRunStarted(org.junit.runner.Description description) throws java.lang.Exception
- Overrides:
testRunStarted
in classorg.junit.runner.notification.RunListener
- Throws:
java.lang.Exception
-
testRunFinished
public void testRunFinished(org.junit.runner.Result result) throws java.lang.Exception
- Overrides:
testRunFinished
in classorg.junit.runner.notification.RunListener
- Throws:
java.lang.Exception
-
testStarted
public void testStarted(org.junit.runner.Description description) throws java.lang.Exception
- Overrides:
testStarted
in classorg.junit.runner.notification.RunListener
- Throws:
java.lang.Exception
-
testFinished
public void testFinished(org.junit.runner.Description description) throws java.lang.Exception
- Overrides:
testFinished
in classorg.junit.runner.notification.RunListener
- Throws:
java.lang.Exception
-
-