ColdBox Platform - MockBox Version 1.2

mockbox.system.testing
Class BaseHandlerTest

WEB-INF.cftags.component
        extended by mxunit.framework.Assert
            extended by mxunit.framework.TestCase
                extended by mockbox.system.testing.BaseTestCase
                    extended by mockbox.system.testing.BaseHandlerTest

public class BaseHandlerTest
extends BaseTestCase

A base test for testing plugins


Method Summary
 void setup()
          Prepare for testing
 
Methods inherited from class mockbox.system.testing.BaseTestCase
$abort, $dump, $include, $rethrow, $throw, announceInterception, execute, getAppMapping, getColdboxAppKey, getColdboxOCM, getConfigMapping, getController, getFlashScope, getInterceptor, getMockBox, getMockModel, getMockRequestContext, getModel, getRequestContext, getUtil, metadataInspection, querySim, reset, setAppMapping, setColdboxAppKey, setConfigMapping, setupRequest, tearDown
 
Methods inherited from class mxunit.framework.TestCase
TestCase, addTrace, clearDebug, createRequestScopeDebug, createResult, debug, dump, getDebug, getDebugWrapper, getRunnableMethods, getTrace, initDebug, initProperties, injectMethod, injectProperty, makePublic, print, println, run, runBare, runTest, runTestRemote, setDebugWrapper, stopRequestScopeDebug, testIsAcceptable, toStringValue
 
Methods inherited from class mxunit.framework.Assert
addAssertDecorator, addAssertDecorators, assert, assertEquals, assertFalse, assertNotEquals, assertNotSame, assertSame, assertTrue, clearClassVariables, fail, failEquals, failNotEquals, getHashCode, getStringValue, getTestStyle, init, normalizeArguments, setTestStyle, throwWrapper
 
Methods inherited from class WEB-INF.cftags.component
 

Method Detail

setup

public void setup()
Prepare for testing

Overrides:
setup in class BaseTestCase

ColdBox Platform - MockBox Version 1.2