ColdBox Platform v3.8.0

coldbox.system.testing
Class BaseModelTest

WEB-INF.cftags.component
        extended by coldbox.system.testing.BaseSpec
            extended by coldbox.system.testing.compat.framework.TestCase
                extended by coldbox.system.testing.BaseTestCase
                    extended by coldbox.system.testing.BaseModelTest

public class BaseModelTest
extends BaseTestCase

A base test for testing model objects

Method Summary
 void setup()
          Prepare for testing
 
Methods inherited from class coldbox.system.testing.BaseTestCase
$abort, $dump, $include, $rethrow, $throw, afterAll, afterTests, announceInterception, beforeAll, beforeTests, execute, getAppMapping, getCacheBox, getColdboxAppKey, getColdboxOCM, getConfigMapping, getController, getFlashScope, getInterceptor, getLogBox, getMockConfigBean, getMockController, getMockDatasource, getMockModel, getMockPlugin, getMockRequestBuffer, getMockRequestContext, getModel, getRequestContext, getUtil, getWireBox, metadataInspection, reset, setAppMapping, setColdboxAppKey, setConfigMapping, setupRequest
 
Methods inherited from class coldbox.system.testing.compat.framework.TestCase
assert, assertArrayEquals, assertEquals, assertEqualsCase, assertFalse, assertIsArray, assertIsStruct, assertIsTypeOf, assertNotEquals, assertNotSame, assertQueryEquals, assertSame, assertStructEquals, assertTrue, debug, expectException, fail, injectMethod, injectProperty, runTestRemote
 
Methods inherited from class coldbox.system.testing.BaseSpec
addAssertions, addMatchers, afterEach, beforeEach, clearDebugBuffer, closureStub, console, createEmptyMock, createMock, createStub, describe, expect, expectedException, getDebugBuffer, getMockBox, isExpectedException, it, makePublic, prepareMock, print, println, querySim, runRemote, runSpec, runTestMethod, xdescribe, xit
 
Methods inherited from class WEB-INF.cftags.component
None
 

Method Detail

setup

public void setup()
Prepare for testing

Overrides:
setup in class BaseTestCase

ColdBox Platform v3.8.0