- BevoTest - Class in edu.utexas.cs.bevotest
- 
An outer class wrapping the BevoTest framework. 
- BevoTest.NullTestItemException - Exception in edu.utexas.cs.bevotest
- 
A NullTestItemExceptionis aNullPointerExceptionthrown by BevoTest because the item
 under test was null.
 
- BevoTest.Test - Class in edu.utexas.cs.bevotest
- 
A Testis a named collection of test procedures.
 
- BevoTest.TestCase<C,R> - Class in edu.utexas.cs.bevotest
- 
A TestCaseis a test case and corresponding test procedure
 for a test item.
 
- BevoTest.TestExecutionResult<C,R> - Class in edu.utexas.cs.bevotest
- 
A TestExecutionResultrepresents the result of executing a
 test case on a test item.
 
- BevoTest.TestExecutionResult.Evaluation - Enum in edu.utexas.cs.bevotest
- 
An evaluation (pass/fail) of the result of a TestCase(test procedure) execution
 
- BevoTest.TestExecutionResult.Status - Enum in edu.utexas.cs.bevotest
- 
A status of a TestCase(test procedure) execution
 
- BevoTest.TestLog - Class in edu.utexas.cs.bevotest
- 
A TestLogis a record of an execution of aTest.
 
- BevoTest.TestLogEntry - Interface in edu.utexas.cs.bevotest
- 
A TestLogEntryrepresents an event that occurred during
 a test execution.
 
- BevoTest.TestReturns<C,R> - Class in edu.utexas.cs.bevotest
- 
TestReturns is a convenience class for constructing
 TestCases that expect a return value.
 
- BevoTest.TestThrows<C,R> - Class in edu.utexas.cs.bevotest
- 
TestThrows is a convenience class for constructing
 TestCases that expect a thrown exception.
 
- BevoTest.TimeoutStackTrace - Class in edu.utexas.cs.bevotest
- 
A TimeoutStackTraceholds the stack trace found in a
 test execution thread that was terminated because it exceeded the test
 case's run time limit.