TestBox 2.4.0

testbox.test-harness.specs
Class BDDTest

railo-context.Component
        extended by testbox.system.BaseSpec
            extended by testbox.test-harness.specs.BDDTest

public class BDDTest
extends BaseSpec

This tests the BDD functionality in TestBox. This is CF10+, Railo4+


Method Summary
 any afterAll()
 any beforeAll()
          LIFE CYCLE Methods **********************************
private any isRailo()
 any run()
          BDD SUITES **********************************
 
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

afterAll

public any afterAll()


beforeAll

public any beforeAll()
LIFE CYCLE Methods **********************************


isRailo

private any isRailo()


run

public any run()
BDD SUITES **********************************


TestBox 2.4.0