testbox.tests.specs

Class AssertionsTest

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

    beforeTests

    public any beforeTests()

    Overrides:
    beforeTests in class tests.specs.Assertionscf9Test

    testAwesomeCustomAssertion

    public any testAwesomeCustomAssertion()


    testFloatingPointNumberAddition

    public any testFloatingPointNumberAddition()

    Overrides:
    testFloatingPointNumberAddition in class tests.specs.Assertionscf9Test

    testIsEmptyFunctions

    public any testIsEmptyFunctions()


    testNegatedAwesomeCustomAssertion

    public any testNegatedAwesomeCustomAssertion()


    testNotThrows

    public any testNotThrows()


    testThrows

    public any testThrows()