Serialized Form


Package biz.xsoftware.mock

Class biz.xsoftware.mock.CalledMethod extends Object implements Serializable

serialVersionUID: -4453563617218618682L

Serialized Fields

methodName

String methodName

method

Method method

params

Object[] params
Contains the actual attribute values that were passed in when the method was called


howItWasCalled

Throwable howItWasCalled

Class biz.xsoftware.mock.ExpectFailedException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

reason

String reason

methods

CalledMethod[] methods

Package biz.xsoftware.mock.testcase

Class biz.xsoftware.mock.testcase.LogHasNoWarningsException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class biz.xsoftware.mock.testcase.LogHasWarningException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

logMessage

String logMessage