Modifier and Type | Class and Description |
---|---|
static class |
BevoTest.TestReturns<C,R>
TestReturns is a convenience class for constructing
TestCase s that expect a return value. |
static class |
BevoTest.TestThrows<C,R>
TestThrows is a convenience class for constructing
TestCase s that expect a thrown exception. |
Modifier and Type | Method and Description |
---|---|
BevoTest.TestCase<C,R> |
BevoTest.TestExecutionResult.getTestCase() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<BevoTest.TestCase<?,?>> |
BevoTest.Test.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
PlaintextTestReporter.reportCase(BevoTest.TestCase<?,?> testCase,
java.lang.Appendable out,
java.util.Set<PlaintextTestReporter.ReportOption> reportOpts)
Output a detailed description of the given test case.
|