TestBox 2.4.0

testbox.samples.utils
Class ExampleParentTestCase

railo-context.Component
        extended by testbox.system.BaseSpec
            extended by testbox.samples.utils.ExampleParentTestCase

public class ExampleParentTestCase
extends BaseSpec

Method Summary
 any initializeCounter()
 any runThisAfter([any currentSpec])
 any runThisBefore()
 any runThisBeforeAsWell()
 any setCounterBackToZero()
 
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

initializeCounter

public any initializeCounter()


runThisAfter

public any runThisAfter([any currentSpec])

Parameters:
currentSpec

runThisBefore

public any runThisBefore()


runThisBeforeAsWell

public any runThisBeforeAsWell()


setCounterBackToZero

public any setCounterBackToZero()


TestBox 2.4.0