TestBox 1.1.0

testbox.testbox.system.testing.decorators
Class ORMTransactionRollback

railo-context.Component
        extended by mxunit.framework.TestDecorator
            extended by testbox.testbox.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
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, TestCase
 
Methods inherited from class railo-context.Component
 

Method Detail

invokeTestMethod

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

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

TestBox 1.1.0