Package | Description |
---|---|
old.org.bouncycastle.util.test |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTestResult |
Modifier and Type | Method and Description |
---|---|
static TestResult |
SimpleTestResult.failed(Test test,
String message) |
static TestResult |
SimpleTestResult.failed(Test test,
String message,
Object expected,
Object found) |
static TestResult |
SimpleTestResult.failed(Test test,
String message,
Throwable t) |
TestResult |
TestFailedException.getResult() |
TestResult |
Test.perform() |
TestResult |
SimpleTest.perform() |
static TestResult |
SimpleTestResult.successful(Test test,
String message) |
Constructor and Description |
---|
TestFailedException(TestResult result) |
Copyright © 2015. All rights reserved.