TestBox 2.4.0

testbox.samples.specs.mockbox
Class MockBoxTest

railo-context.Component
        extended by testbox.system.BaseSpec
            extended by testbox.samples.specs.mockbox.MockBoxTest

public class MockBoxTest
extends BaseSpec

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 testbox.system.BaseSpec
addAssertions, addMatchers, afterEach, aroundEach, aroundStub, assert, beforeEach, clearDebugBuffer, closureStub, console, createEmptyMock, createMock, createStub, debug, describe, expect, expectedException, fail, feature, generateAroundEachClosuresStack, getDebugBuffer, getMockBox, getProperty, given, hasExpectedException, init, isExpectedException, it, makePublic, prepareMock, print, println, querySim, runAfterEachClosures, runAroundEachClosures, runBeforeEachClosures, runRemote, runSpec, runTestMethod, scenario, sliceTagContext, story, then, when, xdescribe, xit
 
Methods inherited from class railo-context.Component
 

Method Detail

setup

public any setup()


test$Throws

public any test$Throws()


testCallbacks

public any testCallbacks()


testCFUDF

public any testCFUDF()


testCollaborator

public any testCollaborator()


testContainsCFKeyword

public any testContainsCFKeyword()


testContainsClosureOrUDF

public any testContainsClosureOrUDF()


testFunction

private any testFunction([string amigo='Amigo'])

Parameters:
amigo

testGetProperty

public any testGetProperty()


testInterfaceContracts

public any testInterfaceContracts()


testMethodArgumentSignatures

public any testMethodArgumentSignatures()


testMockMethodCallCount

public any testMockMethodCallCount()


testMockPrivateMethods

public any testMockPrivateMethods()


testMockRealMethods

public any testMockRealMethods()


testMockWithArguments

public any testMockWithArguments()


testProperties

public any testProperties()


testSpys

public any testSpys()


testStateMachineResults

public any testStateMachineResults()


testStubInheritedInterfaces

public any testStubInheritedInterfaces()


testStubs

public any testStubs()


testStubWithImplements

public any testStubWithImplements()


testStubWithInheritance

public any testStubWithInheritance()


testVerifyAtLeast

public any testVerifyAtLeast()


testVerifyAtMost

public any testVerifyAtMost()


testVerifyCallCount

public any testVerifyCallCount()


testVerifyNever

public any testVerifyNever()


testVerifyOnce

public any testVerifyOnce()


testVirtualMethods

public any testVirtualMethods()


TestBox 2.4.0