ColdBox Platform Version 3.7.0

coldbox.system.testing.decorators
Class ORMTransactionRollback

WEB-INF.cftags.component
        extended by mxunit.framework.TestDecorator
            extended by coldbox.system.testing.decorators.ORMTransactionRollback

public class ORMTransactionRollback
extends mxunit.framework.TestDecorator

******************************************************************************* Copyright 2005-2009 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.coldbox.org | www.luismajano.com | www.ortussolutions.com ******************************************************************************* Author : Luis Majano Description : Wraps tests in Base ORM services transaction blocks so you can automatically rollback


Method Summary
 any invokeTestMethod(any methodName, [any args='[runtime expression]'])
 
Methods inherited from class mxunit.framework.TestDecorator
TestCase, afterTests, beforeTests, clearClassVariables, clearDebug, createRequestScopeDebug, debug, disableAfterTests, disableBeforeTests, enableAfterTests, enableBeforeTests, getActual, getAnnotation, getBaseTarget, getDebug, getExpected, getExpectedExceptionMessage, getExpectedExceptionType, getRunnableMethods, getTarget, getVariablesScope, initDebug, onMissingMethod, setExpectedExceptionMessage, setExpectedExceptionType, setMockingFramework, setTarget, setUp, tearDown
 
Methods inherited from class WEB-INF.cftags.component
 

Method Detail

invokeTestMethod

public any invokeTestMethod(any methodName, [any args='[runtime expression]'])

Overrides:
invokeTestMethod in class mxunit.framework.TestDecorator
Parameters:
methodName
args

ColdBox Platform Version 3.7.0