TestBox 2.4.0

testbox.samples.specs
Class MXUnitCompatTest

railo-context.Component
        extended by testbox.system.BaseSpec
            extended by testbox.system.compat.framework.TestCase
                extended by testbox.samples.specs.BaseTest
                    extended by testbox.samples.specs.MXUnitCompatTest

public class MXUnitCompatTest
extends BaseTest

Method Summary
 any afterTests()
 any beforeTests()
          LIFE CYCLE Methods **********************************
private any getData()
 any nonStandardNamesWillNotRun()
private any privateMethodsDontRun()
private any raiseExpectedException()
private any raiseUnexpectedException()
 any setup()
 any teardown()
 any testAddAssertDecorator()
          Test Methods **********************************
 any testAssert()
 any testAssertArrayEquals()
 any testAssertEquals()
 any testAssertEqualsCase()
 any testassertEqualsWithTolerance()
 any testassertFalse()
 any testassertIsArray()
 any testAssertIsEmpty()
 any testassertIsEmptyArray()
 any testassertIsEmptyQuery()
 any testassertIsEmptyStruct()
 any testassertIsExactTypeOf()
 any testassertIsQuery()
 any testassertIsStruct()
 any testassertIsXMLDoc()
 any testassertNotEquals()
 any testassertNotSame()
 any testassertQueryEquals()
 any testassertSame()
 any testassertStructEquals()
 any testAssertTrue()
 any testDebug()
 any testExpectedExceptionFromMethodWithType()
 any testExpectedExceptionFromMethodWithTypeAndRegex()
 any testExpectedExceptionNoValue()
 any testExpectedExceptionWithValue()
 any testFailsMethod()
 any testInjectMethod()
 any testInjectProperty()
 any testIsDefined()
 any testMakePublic()
 any testMakePublicWithPackage()
 any testMockMethods()
 any testRaiseException_pass()
 
Methods inherited from class testbox.samples.specs.BaseTest
testFromInheritance
 
Methods inherited from class testbox.system.compat.framework.TestCase
addAssertDecorator, assert, assertArrayEquals, assertEquals, assertEqualsCase, assertEqualsWithTolerance, assertFalse, assertIsArray, assertIsDefined, assertIsEmpty, assertIsEmptyArray, assertIsEmptyQuery, assertIsEmptyStruct, assertIsExactTypeOf, assertIsQuery, assertIsStruct, assertIsTypeOf, assertIsXMLDoc, assertNotEquals, assertNotSame, assertQueryEquals, assertSame, assertStructEquals, assertTrue, debug, enableAfterTests, expectException, fail, getBaseTarget, getMockFactory, getRunnableMethods, init, injectMethod, injectProperty, mock, runTestRemote, setMockingFramework, TestCase
 
Methods inherited from class testbox.system.BaseSpec
addAssertions, addMatchers, afterEach, aroundEach, aroundStub, beforeEach, clearDebugBuffer, closureStub, console, createEmptyMock, createMock, createStub, describe, expect, expectedException, feature, generateAroundEachClosuresStack, getDebugBuffer, getMockBox, getProperty, given, hasExpectedException, 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

afterTests

public any afterTests()

Overrides:
afterTests in class TestCase

beforeTests

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

Overrides:
beforeTests in class TestCase

getData

private any getData()


nonStandardNamesWillNotRun

public any nonStandardNamesWillNotRun()


privateMethodsDontRun

private any privateMethodsDontRun()


raiseExpectedException

private any raiseExpectedException()


raiseUnexpectedException

private any raiseUnexpectedException()


setup

public any setup()

Overrides:
setup in class TestCase

teardown

public any teardown()

Overrides:
teardown in class TestCase

testAddAssertDecorator

public any testAddAssertDecorator()
Test Methods **********************************


testAssert

public any testAssert()


testAssertArrayEquals

public any testAssertArrayEquals()


testAssertEquals

public any testAssertEquals()


testAssertEqualsCase

public any testAssertEqualsCase()


testassertEqualsWithTolerance

public any testassertEqualsWithTolerance()


testassertFalse

public any testassertFalse()


testassertIsArray

public any testassertIsArray()


testAssertIsEmpty

public any testAssertIsEmpty()


testassertIsEmptyArray

public any testassertIsEmptyArray()


testassertIsEmptyQuery

public any testassertIsEmptyQuery()


testassertIsEmptyStruct

public any testassertIsEmptyStruct()


testassertIsExactTypeOf

public any testassertIsExactTypeOf()


testassertIsQuery

public any testassertIsQuery()


testassertIsStruct

public any testassertIsStruct()


testassertIsXMLDoc

public any testassertIsXMLDoc()


testassertNotEquals

public any testassertNotEquals()


testassertNotSame

public any testassertNotSame()


testassertQueryEquals

public any testassertQueryEquals()


testassertSame

public any testassertSame()


testassertStructEquals

public any testassertStructEquals()


testAssertTrue

public any testAssertTrue()


testDebug

public any testDebug()


testExpectedExceptionFromMethodWithType

public any testExpectedExceptionFromMethodWithType()


testExpectedExceptionFromMethodWithTypeAndRegex

public any testExpectedExceptionFromMethodWithTypeAndRegex()


testExpectedExceptionNoValue

public any testExpectedExceptionNoValue()


testExpectedExceptionWithValue

public any testExpectedExceptionWithValue()


testFailsMethod

public any testFailsMethod()


testInjectMethod

public any testInjectMethod()


testInjectProperty

public any testInjectProperty()


testIsDefined

public any testIsDefined()


testMakePublic

public any testMakePublic()


testMakePublicWithPackage

public any testMakePublicWithPackage()


testMockMethods

public any testMockMethods()


testRaiseException_pass

public any testRaiseException_pass()


TestBox 2.4.0