testbox.build-testbox.testbox.tests.specs

Class BDDLifecycleAnnotationsTest

lucee.Component
    extended by testbox.system.BaseSpec
      extended by tests.utils.ExampleParentTestCase
        extended by testbox.build-testbox.testbox.tests.specs.BDDLifecycleAnnotationsTest

This tests the BDD functionality in TestBox.

Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Method Summary
    any afterAll()
    any beforeAll()
         LIFE CYCLE Methods **********************************.
    any run()
         BDD SUITES **********************************.
    any testAroundEach([any spec], [any suite])
     
    Methods inherited from class tests.utils.ExampleParentTestCase
    initializeCounter, runThisAfter, runThisBefore, runThisBeforeAsWell, 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 lucee.Component
    None

    Method Detail

    afterAll

    public any afterAll()


    beforeAll

    public any beforeAll()

    LIFE CYCLE Methods **********************************


    run

    public any run()

    BDD SUITES **********************************


    testAroundEach

    public any testAroundEach([any spec], [any suite])

    Parameters:
    spec
    suite