- refresh() - Method in class edu.utexas.cs.bevotest.PolicyWrapper
-
- report(Appendable) - Method in class edu.utexas.cs.bevotest.PlaintextTestReporter
-
Output a detailed report of this test execution.
- report(Appendable, Set<PlaintextTestReporter.ReportOption>) - Method in class edu.utexas.cs.bevotest.PlaintextTestReporter
-
Output a detailed report of this test execution.
- reportCase(BevoTest.TestCase<?, ?>, Appendable, Set<PlaintextTestReporter.ReportOption>) - Method in class edu.utexas.cs.bevotest.PlaintextTestReporter
-
Output a detailed description of the given test case.
- reportEntry(BevoTest.TestLogEntry, Appendable, Set<PlaintextTestReporter.ReportOption>) - Method in class edu.utexas.cs.bevotest.PlaintextTestReporter
-
- reportEntry(BevoTest.TestExecutionResult<?, ?>, Appendable, Set<PlaintextTestReporter.ReportOption>) - Method in class edu.utexas.cs.bevotest.PlaintextTestReporter
-
Output a detailed report of the given test execution result.
- reportSummary(Appendable, Set<PlaintextTestReporter.ReportOption>) - Method in class edu.utexas.cs.bevotest.PlaintextTestReporter
-
Output a summary report of this test execution.
- REQUESTED_PERMISSIONS - Static variable in class edu.utexas.cs.bevotest.BevoTest
-
These permissions let the test framework output more detail, if the
security policy grants them to this class.
- REQUESTED_PERMISSIONS - Static variable in class edu.utexas.cs.bevotest.PlaintextTestReporter
-
These permissions let the test framework output more detail, if the
security policy grants them to this class.
- run(BevoTest.TestLog) - Method in class edu.utexas.cs.bevotest.BevoTest.Test
-
Execute this test's test procedures.
- run(BevoTest.TestLog) - Method in class edu.utexas.cs.bevotest.BevoTest.TestCase
-
Execute this test procedure, and record events in the given test
log.