MXUnit 2.1.3 (Generated: 09/27/2012)

mxunit.framework.decorators
Class TransactionRollbackDecorator

WEB-INF.cftags.component
        extended by mxunit.framework.TestDecorator
            extended by mxunit.framework.decorators.TransactionRollbackDecorator

public class TransactionRollbackDecorator
extends TestDecorator

Wraps the test in a transaction rollback


Method Summary
 string invokeTestMethod(string methodName, [struct args='[runtime expression]'])
 
Methods inherited from class mxunit.framework.TestDecorator
mxunit.framework.decorators.TransactionRollbackDecorator
 
Methods inherited from class WEB-INF.cftags.component
 

Method Detail

invokeTestMethod

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

Overrides:
invokeTestMethod in class TestDecorator
Parameters:
methodName - the name of the method to invoke
args - Optional set of arguments

MXUnit 2.1.3 (Generated: 09/27/2012)