box.system.testing.concurrent.Callable interface">
|
|
ColdBox Platform Version 3.1.0
|
|
FRAMES
|
Callable
coldbox.system.testing
Class
BaseHandlerTest
WEB-INF.cftags.component
mxunit.framework.Assert
mxunit.framework.TestCase
coldbox.system.testing.BaseTestCase
coldbox.system.testing.BaseHandlerTest
-
public class BaseHandlerTest
- extends BaseTestCase
A base test for unit testing event handlers
|
Method Summary |
void |
setup()
Prepare for testing
|
| Methods inherited from class coldbox.system.testing.BaseTestCase |
$abort, $dump, $include, $rethrow, $throw, announceInterception, execute, getAppMapping, getCacheBox, getColdboxAppKey, getColdboxOCM, getConfigMapping, getController, getFlashScope, getInterceptor, getLogBox, getMockBox, getMockConfigBean, getMockDatasource, getMockModel, getMockPlugin, getMockRequestContext, getModel, getRequestContext, getUtil, getWireBox, metadataInspection, querySim, reset, setAppMapping, setColdboxAppKey, setConfigMapping, setupRequest, tearDown
|
| Methods inherited from class mxunit.framework.TestCase |
TestCase, _getMockFactory, _setMockFactory, addTrace, afterTests, beforeTests, clearDebug, createRequestScopeDebug, createResult, debug, dump, expectException, getAnnotation, getDebug, getDebugWrapper, getMockFactory, getRunnableMethods, initDebug, initProperties, injectMethod, injectProperty, makePublic, mock, orderedExpectation, print, println, run, runBare, runTest, runTestRemote, setDebugWrapper, setMockingFramework, stopRequestScopeDebug, testIsAcceptable, toStringValue
|
| Methods inherited from class mxunit.framework.Assert |
addAssertDecorator, addAssertDecorators, assert, assertEquals, assertEqualsCase, assertFalse, assertNotEquals, assertNotSame, assertSame, assertTrue, clearClassVariables, fail, failEquals, failNotEquals, getHashCode, getStringValue, getTestStyle, init, normalizeArguments, setTestStyle, throwWrapper
|
| Methods inherited from class WEB-INF.cftags.component |
|
setup
public void setup()
-
Prepare for testing
- Overrides:
-
setup
in class
BaseTestCase
|
|
ColdBox Platform Version 3.1.0
|
|
FRAMES
|