Skip to content

Instantly share code, notes, and snippets.

@bittersweetryan
Created January 16, 2012 13:55
Show Gist options
  • Save bittersweetryan/1620983 to your computer and use it in GitHub Desktop.
Save bittersweetryan/1620983 to your computer and use it in GitHub Desktop.
Blog Post - Ordered Test Decorator
<cfscript> //ignore, just here for syntax coloring
/**
* @mxunit:decorators mxunit.framework.decorators.OrderedTestDecorator
*/
component extends="mxunit.framework.TestCase"{
...
}
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment