public class JUnitTestEventAdapter
extends RunListener
| Constructor and Description |
|---|
JUnitTestEventAdapter(TestResultProcessor resultProcessor,
TimeProvider timeProvider,
IdGenerator<?> idGenerator) |
| Modifier and Type | Method and Description |
|---|---|
void |
testFailure(Failure failure) |
void |
testFinished(Description description) |
void |
testIgnored(Description description) |
void |
testStarted(Description description) |
public JUnitTestEventAdapter(TestResultProcessor resultProcessor, TimeProvider timeProvider, IdGenerator<?> idGenerator)
Copyright © 2013. All rights reserved