Serialized Form
-
Package org.spockframework.compiler
-
Class org.spockframework.compiler.InvalidSpecCompileException extends org.codehaus.groovy.syntax.SyntaxException implements Serializable
-
-
Package org.spockframework.guice
-
Class org.spockframework.guice.GuiceExtensionException extends ExtensionException implements Serializable
-
-
Package org.spockframework.mock
-
Class org.spockframework.mock.CannotCreateMockException extends java.lang.RuntimeException implements Serializable
-
Class org.spockframework.mock.CannotInvokeRealMethodException extends java.lang.RuntimeException implements Serializable
-
Class org.spockframework.mock.InteractionNotSatisfiedError extends SpockAssertionError implements Serializable
-
Class org.spockframework.mock.TooFewInvocationsError extends InteractionNotSatisfiedError implements Serializable
-
Serialized Fields
-
interactions
java.util.List<IMockInteraction> interactions
-
message
java.lang.String message
-
unmatchedInvocations
java.util.List<IMockInvocation> unmatchedInvocations
-
-
-
Class org.spockframework.mock.TooManyInvocationsError extends InteractionNotSatisfiedError implements Serializable
-
Serialized Fields
-
acceptedInvocations
java.util.List<IMockInvocation> acceptedInvocations
-
interaction
IMockInteraction interaction
-
message
java.lang.String message
-
-
-
Class org.spockframework.mock.WrongInvocationOrderError extends InteractionNotSatisfiedError implements Serializable
-
Serialized Fields
-
interaction
IMockInteraction interaction
-
lastInvocation
IMockInvocation lastInvocation
-
-
-
-
Package org.spockframework.runtime
-
Class org.spockframework.runtime.ConditionNotSatisfiedError extends SpockAssertionError implements Serializable
-
Serialized Fields
-
condition
Condition condition
-
-
-
Class org.spockframework.runtime.InvalidSpecException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
msg
java.lang.String msg
-
-
-
Class org.spockframework.runtime.SpockAssertionError extends java.lang.AssertionError implements Serializable
-
Class org.spockframework.runtime.SpockComparisonFailure extends org.junit.ComparisonFailure implements Serializable
-
Serialized Fields
-
condition
Condition condition
-
-
-
Class org.spockframework.runtime.SpockExecutionException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
msg
java.lang.String msg
-
-
-
Class org.spockframework.runtime.SpockTimeoutError extends SpockAssertionError implements Serializable
-
Serialized Fields
-
timeout
double timeout
-
-
-
Class org.spockframework.runtime.UnallowedExceptionThrownError extends SpockAssertionError implements Serializable
-
Serialized Fields
-
actual
java.lang.Throwable actual
-
unallowed
java.lang.Class<? extends java.lang.Throwable> unallowed
-
-
-
Class org.spockframework.runtime.WrongExceptionThrownError extends SpockAssertionError implements Serializable
-
Serialized Fields
-
actual
java.lang.Throwable actual
-
expected
java.lang.Class<? extends java.lang.Throwable> expected
-
-
-
-
Package org.spockframework.runtime.extension
-
Class org.spockframework.runtime.extension.ExtensionException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
message
java.lang.String message
-
-
-
-
Package org.spockframework.util
-
Class org.spockframework.util.IncompatibleGroovyVersionException extends java.lang.RuntimeException implements Serializable
-
Class org.spockframework.util.InternalSpockError extends java.lang.Error implements Serializable
-
Serialized Fields
-
msgArgs
java.lang.Object[] msgArgs
-
-
-
Class org.spockframework.util.UnreachableCodeError extends InternalSpockError implements Serializable
-
Class org.spockframework.util.WrappedException extends java.lang.RuntimeException implements Serializable
-
-
Package org.spockframework.util.inspector
-
Class org.spockframework.util.inspector.AstInspectorException extends java.lang.RuntimeException implements Serializable
-
-
Package spock.config
-
Class spock.config.ConfigurationException extends java.lang.RuntimeException implements Serializable
-