ColdBox Platform Version 3.7.0

coldbox.system.testing
Class BasePluginTest

WEB-INF.cftags.component
        extended by mxunit.framework.Assert
            extended by mxunit.framework.TestCase
                extended by coldbox.system.testing.BaseTestCase
                    extended by coldbox.system.testing.BasePluginTest

public class BasePluginTest
extends BaseTestCase

A base test for testing plugins


Method Summary
 void setup()
          Prepare for testing
 
Methods inherited from class coldbox.system.testing.BaseTestCase
$abort, $dump, $include, $rethrow, $throw, afterTests, announceInterception, beforeTests, execute, getAppMapping, getCacheBox, getColdboxAppKey, getColdboxOCM, getConfigMapping, getController, getFlashScope, getInterceptor, getLogBox, getMockBox, getMockConfigBean, getMockController, getMockDatasource, getMockModel, getMockPlugin, getMockRequestBuffer, getMockRequestContext, getModel, getRequestContext, getUtil, getWireBox, metadataInspection, querySim, reset, setAppMapping, setColdboxAppKey, setConfigMapping, setupRequest
 
Methods inherited from class mxunit.framework.TestCase
TestCase, _getMockFactory, _setMockFactory, accept, addTrace, applyDecorators, clearDebug, createRequestScopeDebug, createResult, debug, disableAfterTests, disableBeforeTests, dump, enableAfterTests, enableBeforeTests, expectException, getAnnotation, getBaseTarget, getDebug, getDebugWrapper, getExpectedExceptionMessage, getExpectedExceptionType, getMockFactory, getRequiredDecoratorPaths, getRunnableMethods, getVariablesScope, initDebug, initProperties, injectMethod, injectProperty, invokeTestMethod, makePublic, mock, okToRunAfterTests, okToRunBeforeTests, orderedExpectation, print, println, restoreMethod, run, runBare, runTest, runTestRemote, setDebugWrapper, setExpectedExceptionMessage, setExpectedExceptionType, setMockingFramework, stopRequestScopeDebug, tearDown, toStringValue
 
Methods inherited from class mxunit.framework.Assert
addAssertDecorator, addAssertDecorators, assert, assertArrayEquals, assertEquals, assertEqualsCase, assertFalse, assertNotEquals, assertNotSame, assertQueryEquals, assertSame, assertStructEquals, assertTrue, clearClassVariables, fail, failEquals, failNotEquals, getActual, getExpected, getHashCode, getStringValue, getTestStyle, init, isPassByValueArray, 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 Version 3.7.0