|
TestBox 2.4.0 | ||||
FRAMES |
railo-context.Componenttestbox.system.BaseSpec
testbox.samples.specs.mockbox.MockBoxTest
public class MockBoxTest
Method Summary | |
---|---|
any |
setup()
|
any |
test$Throws()
|
any |
testCallbacks()
|
any |
testCFUDF()
|
any |
testCollaborator()
|
any |
testContainsCFKeyword()
|
any |
testContainsClosureOrUDF()
|
private any |
testFunction([string amigo='Amigo'])
|
any |
testGetProperty()
|
any |
testInterfaceContracts()
|
any |
testMethodArgumentSignatures()
|
any |
testMockMethodCallCount()
|
any |
testMockPrivateMethods()
|
any |
testMockRealMethods()
|
any |
testMockWithArguments()
|
any |
testProperties()
|
any |
testSpys()
|
any |
testStateMachineResults()
|
any |
testStubInheritedInterfaces()
|
any |
testStubs()
|
any |
testStubWithImplements()
|
any |
testStubWithInheritance()
|
any |
testVerifyAtLeast()
|
any |
testVerifyAtMost()
|
any |
testVerifyCallCount()
|
any |
testVerifyNever()
|
any |
testVerifyOnce()
|
any |
testVirtualMethods()
|
Methods inherited from class railo-context.Component |
---|
|
Method Detail |
---|
public any setup()
public any test$Throws()
public any testCallbacks()
public any testCFUDF()
public any testCollaborator()
public any testContainsCFKeyword()
public any testContainsClosureOrUDF()
private any testFunction([string amigo='Amigo'])
amigo
public any testGetProperty()
public any testInterfaceContracts()
public any testMethodArgumentSignatures()
public any testMockMethodCallCount()
public any testMockPrivateMethods()
public any testMockRealMethods()
public any testMockWithArguments()
public any testProperties()
public any testSpys()
public any testStateMachineResults()
public any testStubInheritedInterfaces()
public any testStubs()
public any testStubWithImplements()
public any testStubWithInheritance()
public any testVerifyAtLeast()
public any testVerifyAtMost()
public any testVerifyCallCount()
public any testVerifyNever()
public any testVerifyOnce()
public any testVirtualMethods()
|
TestBox 2.4.0 | ||||
FRAMES |