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.InteractionNotSatisfiedError extends SpockAssertionError implements Serializable

Class org.spockframework.mock.TooFewInvocationsError extends InteractionNotSatisfiedError implements Serializable

Serialized Fields

interactions

java.util.List<E> interactions

Class org.spockframework.mock.TooManyInvocationsError extends InteractionNotSatisfiedError implements Serializable

Serialized Fields

interaction

IMockInteraction interaction

lastInvocation

IMockInvocation lastInvocation

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

timeoutValue

int timeoutValue

timeoutUnit

java.util.concurrent.TimeUnit timeoutUnit

Class org.spockframework.runtime.WrongExceptionThrownError extends SpockAssertionError implements Serializable

Serialized Fields

expected

java.lang.Class<T> expected

actual

java.lang.Throwable actual

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



Copyright © 2013. All rights reserved