Interface | Description |
---|---|
BevoTest.TestLogEntry |
A
TestLogEntry represents an event that occurred during
a test execution. |
Class | Description |
---|---|
BevoTest |
An outer class wrapping the BevoTest framework.
|
BevoTest.Test |
A
Test is a named collection of test procedures. |
BevoTest.TestCase<C,R> |
A
TestCase is a test case and corresponding test procedure
for a test item. |
BevoTest.TestExecutionResult<C,R> |
A
TestExecutionResult represents the result of executing a
test case on a test item. |
BevoTest.TestLog |
A
TestLog is a record of an execution of a
Test . |
BevoTest.TestReturns<C,R> |
TestReturns is a convenience class for constructing
TestCase s that expect a return value. |
BevoTest.TestThrows<C,R> |
TestThrows is a convenience class for constructing
TestCase s that expect a thrown exception. |
BevoTest.TimeoutStackTrace |
A
TimeoutStackTrace holds the stack trace found in a
test execution thread that was terminated because it exceeded the test
case's run time limit. |
PlaintextTestReporter |
A report-producing utility for a
BevoTest.TestLog . |
PolicyWrapper |
A security
Policy that wraps another policy and adds given
Permissions to it. |
Enum | Description |
---|---|
BevoTest.TestExecutionResult.Evaluation |
An evaluation (pass/fail) of the result of a
TestCase
(test procedure) execution |
BevoTest.TestExecutionResult.Status |
A status of a
TestCase (test procedure) execution |
PlaintextTestReporter.ReportOption |
Option that affect the level of detail in test log reports.
|
Exception | Description |
---|---|
BevoTest.NullTestItemException |
A
NullTestItemException is a
NullPointerException thrown by BevoTest because the item
under test was null. |