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