- BevoTest - Class in edu.utexas.cs.bevotest
-
An outer class wrapping the BevoTest framework.
- BevoTest.NullTestItemException - Exception in edu.utexas.cs.bevotest
-
A NullTestItemException
is a
NullPointerException
thrown by BevoTest because the item
under test was null.
- BevoTest.Test - Class in edu.utexas.cs.bevotest
-
A Test
is a named collection of test procedures.
- BevoTest.TestCase<C,R> - Class in edu.utexas.cs.bevotest
-
A TestCase
is a test case and corresponding test procedure
for a test item.
- BevoTest.TestExecutionResult<C,R> - Class in edu.utexas.cs.bevotest
-
A TestExecutionResult
represents 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 TestLog
is a record of an execution of a
Test
.
- BevoTest.TestLogEntry - Interface in edu.utexas.cs.bevotest
-
A TestLogEntry
represents 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
TestCase
s that expect a return value.
- BevoTest.TestThrows<C,R> - Class in edu.utexas.cs.bevotest
-
TestThrows is a convenience class for constructing
TestCase
s that expect a thrown exception.
- BevoTest.TimeoutStackTrace - Class in edu.utexas.cs.bevotest
-
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.