| Package | Description |
|---|---|
| com.io7m.blueberry |
Core types and functions for running tests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TestCollectionRunner
A test runner that runs all tests in the given classes, and publishes test
state changes on the given listener.
|
class |
TestsState
Opaque structure representing the current testing state.
|
class |
TestState
The state of a given test.
|
static class |
TestState.Failed
A failed test.
|
static class |
TestState.Initialized
An initialized test.
|
static class |
TestState.Skipped
A skipped test.
|
static class |
TestState.Succeeded
A succeeded test.
|
Copyright © 2015 <code@io7m.com> http://io7m.com