Interface | Description |
---|---|
IFeatureFilter | |
IFeatureSortOrder | |
IMethodNameMapper |
Maps method names in bytecode to their logical names.
|
IRunListener |
Listens to a spec run.
|
IRunSupervisor | |
IStackTraceFilter |
Class | Description |
---|---|
AbstractRunListener | |
BaseSpecRunner |
Executes a single Spec.
|
Condition |
Runtime representation of an evaluated condition.
|
ConfigurationBuilder | |
ConfigurationScriptLoader | |
DummyStackTraceFilter | |
ExpressionInfoBuilder | |
ExpressionInfoConverter | |
ExpressionInfoRenderer |
Creates a string representation of an assertion and its recorded values.
|
ExpressionInfoValueRenderer | |
ExtensionClassesLoader |
Scans class path for extension descriptors and loads the extension classes specified therein.
|
ExtensionRegistry |
Collects all Spock extensions found on the class path (via their descriptor).
|
ExtensionRunner |
Runs global and local extensions for a spec.
|
HamcrestFacade |
Facade around Hamcrest API that works both with Hamcrest 1.1 and 1.2,
providing better failure descriptions if the latter is available.
|
JUnitDescriptionGenerator |
Generates and attaches JUnit Description's to a SpecInfo's nodes.
|
JUnitFilterAdapter |
Adapts an org.junit.runner.manipulation.Filter to an IMethodInfoFilter.
|
JUnitSorterAdapter |
Adapts an org.junit.runner.manipulation.Sorter to a IMethodInfoSorter.
|
JUnitSupervisor | |
MasterRunListener | |
OptimizeRunOrderSuite | |
ParameterizedSpecRunner |
Adds the ability to run parameterized features.
|
RunContext | |
RunStatus | |
SafeIterationNameProvider | |
SpecInfoBuilder |
Builds a SpecInfo from a Class instance.
|
SpecRunHistory | |
SpecUtil |
Utility methods related to specifications.
|
SpockRuntime | |
Sputnik |
A JUnit runner for Spock specifications.
|
StackTraceFilter |
Filters an exception's stack trace.
|
ValueRecorder |
Records the values in a condition.
|
Exception | Description |
---|---|
InvalidSpecException |
Indicates that a Spec has done something it is not supposed to do.
|
SpockExecutionException |
Indicates that a problem occurred during Spec execution.
|
Error | Description |
---|---|
ConditionNotSatisfiedError | |
SpockAssertionError | |
SpockComparisonFailure |
Thrown when a condition of the form 'expr1 == expr2' fails.
|
SpockTimeoutError | |
WrongExceptionThrownError |
Copyright © 2013. All rights reserved