Skip to content

Instantly share code, notes, and snippets.

@bittersweetryan
Created February 14, 2012 21:29
Show Gist options
  • Save bittersweetryan/1830607 to your computer and use it in GitHub Desktop.
Save bittersweetryan/1830607 to your computer and use it in GitHub Desktop.
TransactionRollbackDecorator
<cfscript>//only for coloring
/**
* @mxunit:decorators mxunit.framework.decorators.TransactionRollbackDecorator
*/
component extends="mxunit.framework.TestCase" hint=""{
.
.
public void testSomething(){
//add,update,delete database
assertEquals(); //or any other assertion
}
.
}
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment