testbox.tests.specs

Class Assertionscf9Test

lucee.Component
    extended by testbox.system.BaseSpec
      extended by testbox.tests.specs.Assertionscf9Test
Class Attributes:
  • labels : lucee,cf
  •  
  • displayname : TestBox xUnit suite for CF9
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Method Summary
    any afterTests()
    any beforeTests()
         LIFE CYCLE Methods **********************************.
    any f1()
    boolean isLucee()
    any nonStandardNamesWillNotRun()
         NON-RUNNABLE Methods **********************************.
    private any privateMethodsDontRun()
    any setup()
    any teardown()
    any testAssert()
    any testAssertShortcut()
    any testDeepKey()
    any testExpectedExceptionFromMethod()
    any testExpectedExceptionFromMethodWithType()
    any testExpectedExceptionFromMethodWithTypeAndRegex()
    any testExpectedExceptionNoValue()
    any testExpectedExceptionWithValue()
    any testExpectedExceptionWithValueAndRegex()
    any testFloatingPointNumberAddition()
         Test Methods **********************************.
    any testIncludes()
    any testIncludesWithCase()
    any testInstanceOf()
    any testIsEmpty()
    any testisEqual()
    any testIsEqualQuery()
    any testisEqualWithCase()
    any testisFalse()
    any testIsGT()
    any testIsGTE()
    any testIsLT()
    any testIsLTE()
    any testIsNotEmpty()
    any testisNotEqual()
    any testisTrue()
    any testKey()
    any testLengthOf()
    any testMatch()
    any testMatchWithCase()
    any testNotDeepKey()
    any testNotIncludes()
    any testnotIncludesWithCase()
    any testNotInstanceOf()
    any testNotKey()
    any testNotLengthOf()
    any testNotMatch()
    any testNotNullValue()
    any testNotTypeOf()
    any testnullValue()
    any testSkipped()
    any testThatShouldFail()
    any testThatShouldFailWithShortcut()
    any testTypeOf()
     
    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

    afterTests

    public any afterTests()


    beforeTests

    public any beforeTests()

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


    f1

    public any f1()


    isLucee

    public boolean isLucee()


    nonStandardNamesWillNotRun

    public any nonStandardNamesWillNotRun()

    NON-RUNNABLE Methods **********************************


    privateMethodsDontRun

    private any privateMethodsDontRun()


    setup

    public any setup()


    teardown

    public any teardown()


    testAssert

    public any testAssert()


    testAssertShortcut

    public any testAssertShortcut()


    testDeepKey

    public any testDeepKey()


    testExpectedExceptionFromMethod

    public any testExpectedExceptionFromMethod()


    testExpectedExceptionFromMethodWithType

    public any testExpectedExceptionFromMethodWithType()


    testExpectedExceptionFromMethodWithTypeAndRegex

    public any testExpectedExceptionFromMethodWithTypeAndRegex()


    testExpectedExceptionNoValue

    public any testExpectedExceptionNoValue()


    testExpectedExceptionWithValue

    public any testExpectedExceptionWithValue()


    testExpectedExceptionWithValueAndRegex

    public any testExpectedExceptionWithValueAndRegex()


    testFloatingPointNumberAddition

    public any testFloatingPointNumberAddition()

    Test Methods **********************************


    testIncludes

    public any testIncludes()


    testIncludesWithCase

    public any testIncludesWithCase()


    testInstanceOf

    public any testInstanceOf()


    testIsEmpty

    public any testIsEmpty()


    testisEqual

    public any testisEqual()


    testIsEqualQuery

    public any testIsEqualQuery()


    testisEqualWithCase

    public any testisEqualWithCase()


    testisFalse

    public any testisFalse()


    testIsGT

    public any testIsGT()


    testIsGTE

    public any testIsGTE()


    testIsLT

    public any testIsLT()


    testIsLTE

    public any testIsLTE()


    testIsNotEmpty

    public any testIsNotEmpty()


    testisNotEqual

    public any testisNotEqual()


    testisTrue

    public any testisTrue()


    testKey

    public any testKey()


    testLengthOf

    public any testLengthOf()


    testMatch

    public any testMatch()


    testMatchWithCase

    public any testMatchWithCase()


    testNotDeepKey

    public any testNotDeepKey()


    testNotIncludes

    public any testNotIncludes()


    testnotIncludesWithCase

    public any testnotIncludesWithCase()


    testNotInstanceOf

    public any testNotInstanceOf()


    testNotKey

    public any testNotKey()


    testNotLengthOf

    public any testNotLengthOf()


    testNotMatch

    public any testNotMatch()


    testNotNullValue

    public any testNotNullValue()


    testNotTypeOf

    public any testNotTypeOf()


    testnullValue

    public any testnullValue()


    testSkipped

    public any testSkipped()


    testThatShouldFail

    public any testThatShouldFail()


    testThatShouldFailWithShortcut

    public any testThatShouldFailWithShortcut()


    testTypeOf

    public any testTypeOf()