<cfset r = new coldbox.system.TestBox( directory="coldbox.testing.cases.testing.specs" ) >
<cfoutput>#r.run()#</cfoutput>
<cfset r = new coldbox.system.TestBox(
mapping="coldbox.testing.cases.testing.specs",
<cfoutput>#r.run()#</cfoutput>
<cfset r = new coldbox.system.TestBox(
mapping="coldbox.testing.cases.testing.specs",
return ( findNoCase( "test", arguments.path ) ? true : false );
<cfoutput>#r.run()#</cfoutput>
<cfset r = new coldbox.system.TestBox(
mapping="coldbox.testing.cases.testing.specs",
return ( findNoCase( "test", arguments.path ) ? true : false );
<cfset fileWrite( 'testreports.json', r.run() )>