Interface | Description |
---|---|
IFunction<D,C> |
A function from domain D to co-domain C.
|
IMatcher<T> | |
IThrowableFunction<D,C,T extends java.lang.Throwable> |
A function from domain D to co-domain C that may throw a checked exception.
|
Class | Description |
---|---|
AbstractExpressionConverter<T> | |
Assert |
Assertions for use within Spock code.
|
CollectionUtil | |
ExceptionUtil | |
Filter<T> | |
GroovyReleaseInfo | |
GroovyRuntimeUtil |
Provides convenient access to Groovy language and runtime features.
|
Identifiers |
Identifiers used throughout the core.
|
InternalIdentifiers |
Internal identifiers in generated bytecode.
|
IoUtil | |
Matchers | |
MopUtil | |
ObjectUtil |
Utility methods applicable to (almost) any object.
|
Pair<E1,E2> |
An immmutable pair of elements.
|
ReflectionUtil | |
SpockReleaseInfo | |
TextUtil |
Utility methods for text processing.
|
VersionChecker | |
VersionNumber |
A version number with format major.minor.micro-qualifier.
|
Exception | Description |
---|---|
IncompatibleGroovyVersionException | |
WrappedException |
Wraps a checked exception s.t.
|
Error | Description |
---|---|
InternalSpockError | |
UnreachableCodeError |
Annotation Type | Description |
---|---|
Immutable | |
NotThreadSafe | |
Nullable | |
ThreadSafe |
Copyright © 2013. All rights reserved