coldbox.system.testing

Class BaseHandlerTest

railo-context.Component
        extended by testbox.system.BaseSpec
            extended by testbox.system.compat.framework.TestCase
                extended by coldbox.system.testing.BaseTestCase
                    extended by coldbox.system.testing.BaseHandlerTest
Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  

    Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.coldbox.org | www.luismajano.com | www.ortussolutions.com Standalone base test case for handlers

    Method Summary
    any setup()
     
    Methods inherited from class coldbox.system.testing.BaseTestCase
    afterAll, afterTests, announceInterception, beforeAll, beforeTests, execute, getAppMapping, getCache, getCacheBox, getColdboxAppKey, getConfigMapping, getController, getFlashScope, getInstance, getInterceptor, getLogBox, getMockController, getMockModel, getMockRequestBuffer, getMockRequestContext, getModel, getRequestContext, getUtil, getWireBox, metadataInspection, reset, setAppMapping, setColdboxAppKey, setConfigMapping, setController, setupRequest
     
    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, expectException, fail, getMockFactory, init, injectMethod, injectProperty, mock, runTestRemote, setMockingFramework, teardown
     
    Methods inherited from class testbox.system.BaseSpec
    addAssertions, addMatchers, afterEach, aroundEach, beforeEach, clearDebugBuffer, closureStub, console, createEmptyMock, createMock, createStub, describe, expect, expectedException, getDebugBuffer, getMockBox, getProperty, hasExpectedException, isExpectedException, it, makePublic, prepareMock, print, println, querySim, runAfterEachClosures, runAroundEachClosures, runBeforeEachClosures, runRemote, runSpec, runTestMethod, xdescribe, xit
     
    Methods inherited from class railo-context.Component
    None

    Method Detail

    setup

    public any setup()

    Overrides:
    setup in class BaseTestCase