TestBox 2.4.0

testbox.samples.specs
Class AssertionsTest

railo-context.Component
        extended by testbox.system.BaseSpec
            extended by testbox.samples.specs.Assertionscf9Test
                extended by testbox.samples.specs.AssertionsTest

public class AssertionsTest
extends Assertionscf9Test

Method Summary
 any beforeTests()
 any testAwesomeCustomAssertion()
 any testFloatingPointNumberAddition()
 any testIsEmptyFunctions()
 any testNegatedAwesomeCustomAssertion()
 any testNotThrows()
 any testThrows()
 
Methods inherited from class testbox.samples.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 railo-context.Component
 

Method Detail

beforeTests

public any beforeTests()

Overrides:
beforeTests in class Assertionscf9Test

testAwesomeCustomAssertion

public any testAwesomeCustomAssertion()


testFloatingPointNumberAddition

public any testFloatingPointNumberAddition()

Overrides:
testFloatingPointNumberAddition in class Assertionscf9Test

testIsEmptyFunctions

public any testIsEmptyFunctions()


testNegatedAwesomeCustomAssertion

public any testNegatedAwesomeCustomAssertion()


testNotThrows

public any testNotThrows()


testThrows

public any testThrows()


TestBox 2.4.0