Array Rows: 15 |
1 | Struct | codePrintHTML | string | 15: function fail( message = "", detail = "" ){<br>
16: arguments.message = ( len( arguments.message ) ? arguments.message : "A test failure occurred" );<br>
<b>17: throw( type = "TestBox.AssertionFailed", message = arguments.message, detail = arguments.detail );</b><br>
18: }<br>
19: <br>
|
| codePrintPlain | string | 15: function fail( message = "", detail = "" ){
16: arguments.message = ( len( arguments.message ) ? arguments.message : "A test failure occurred" );
17: throw( type = "TestBox.AssertionFailed", message = arguments.message, detail = arguments.detail );
18: }
19:
|
| column | | id | | line | | Raw_Trace | string | testbox.system.assertion_cfc$cf.udfCall1(/testbox/system/Assertion.cfc:17) |
| template | string | C:\inetpub\wwwroot\testbox\system\Assertion.cfc |
| type | |
|
2 | Struct | codePrintHTML | string | 35: arguments.message = ( len( arguments.message ) ? arguments.message : "Expected [#arguments.actual#] to be true" );<br>
36: if ( NOT arguments.actual ) {<br>
<b>37: fail( arguments.message );</b><br>
38: }<br>
39: return this;<br>
|
| codePrintPlain | string | 35: arguments.message = ( len( arguments.message ) ? arguments.message : "Expected [#arguments.actual#] to be true" );
36: if ( NOT arguments.actual ) {
37: fail( arguments.message );
38: }
39: return this;
|
| column | | id | | line | | Raw_Trace | string | testbox.system.assertion_cfc$cf.udfCall1(/testbox/system/Assertion.cfc:37) |
| template | string | C:\inetpub\wwwroot\testbox\system\Assertion.cfc |
| type | |
|
3 | Struct | codePrintHTML | string | 125: variables.assert.isFalse( argumentCollection = arguments );<br>
126: } else {<br>
<b>127: variables.assert.isTrue( argumentCollection = arguments );</b><br>
128: }<br>
129: <br>
|
| codePrintPlain | string | 125: variables.assert.isFalse( argumentCollection = arguments );
126: } else {
127: variables.assert.isTrue( argumentCollection = arguments );
128: }
129:
|
| column | | id | | line | | Raw_Trace | string | testbox.system.expectation_cfc$cf.udfCall1(/testbox/system/Expectation.cfc:127) |
| template | string | C:\inetpub\wwwroot\testbox\system\Expectation.cfc |
| type | |
|
4 | Struct | codePrintHTML | string | 43: var event = execute( event="release-notes.index", renderResults=true );<br>
44: // expectations go here.<br>
<b>45: expect( false ).toBeTrue();</b><br>
46: });<br>
47: <br>
|
| codePrintPlain | string | 43: var event = execute( event="release-notes.index", renderResults=true );
44: // expectations go here.
45: expect( false ).toBeTrue();
46: });
47:
|
| column | | id | | line | | Raw_Trace | string | specs.integration.release_notestest_cfc360$cf.udfCall(/tests/specs/integration/release-notesTest.cfc:45) |
| template | string | C:\inetpub\wwwroot\tests\specs\integration\release-notesTest.cfc |
| type | |
|
5 | Struct | codePrintHTML | string | 1436: // Around Stub<br>
1437: function aroundStub( spec ){<br>
<b>1438: spec.body( spec.data );</b><br>
1439: }<br>
1440: <br>
|
| codePrintPlain | string | 1436: // Around Stub
1437: function aroundStub( spec ){
1438: spec.body( spec.data );
1439: }
1440:
|
| column | | id | | line | | Raw_Trace | string | testbox.system.basespec_cfc$cf.udfCall7(/testbox/system/BaseSpec.cfc:1438) |
| template | string | C:\inetpub\wwwroot\testbox\system\BaseSpec.cfc |
| type | |
|
6 | Struct | codePrintHTML | string | 1088: return function(){<br>
1089: // Execute the body of the spec<br>
<b>1090: nextClosure.body( spec = thread.spec, suite = thread.suite, data = nextClosure.data );</b><br>
1091: };<br>
1092: }<br>
|
| codePrintPlain | string | 1088: return function(){
1089: // Execute the body of the spec
1090: nextClosure.body( spec = thread.spec, suite = thread.suite, data = nextClosure.data );
1091: };
1092: }
|
| column | | id | | line | | Raw_Trace | string | testbox.system.basespec_cfc$cf.udfCall5(/testbox/system/BaseSpec.cfc:1090) |
| template | string | C:\inetpub\wwwroot\testbox\system\BaseSpec.cfc |
| type | |
|
7 | Struct | codePrintHTML | string | 1059: );<br>
1060: // Run the specs<br>
<b>1061: specStack();</b><br>
1062: <br>
1063: return this;<br>
|
| codePrintPlain | string | 1059: );
1060: // Run the specs
1061: specStack();
1062:
1063: return this;
|
| column | | id | | line | | Raw_Trace | string | testbox.system.basespec_cfc$cf.udfCall5(/testbox/system/BaseSpec.cfc:1061) |
| template | string | C:\inetpub\wwwroot\testbox\system\BaseSpec.cfc |
| type | |
|
8 | Struct | codePrintHTML | string | 906: <br>
907: try {<br>
<b>908: runAroundEachClosures( arguments.suite, arguments.spec );</b><br>
909: } catch ( any e ) {<br>
910: rethrow;<br>
|
| codePrintPlain | string | 906:
907: try {
908: runAroundEachClosures( arguments.suite, arguments.spec );
909: } catch ( any e ) {
910: rethrow;
|
| column | | id | | line | | Raw_Trace | string | testbox.system.basespec_cfc$cf.udfCall4(/testbox/system/BaseSpec.cfc:908) |
| template | string | C:\inetpub\wwwroot\testbox\system\BaseSpec.cfc |
| type | |
|
9 | Struct | codePrintHTML | string | 220: suiteStats=thread.suiteStats,<br>
221: runner=this<br>
<b>222: );</b><br>
223: <br>
224: // verify call backs<br>
|
| codePrintPlain | string | 220: suiteStats=thread.suiteStats,
221: runner=this
222: );
223:
224: // verify call backs
|
| column | | id | | line | | Raw_Trace | string | testbox.system.runners.bddrunner_cfc$cf.udfCall(/testbox/system/runners/BDDRunner.cfc:222) |
| template | string | C:\inetpub\wwwroot\testbox\system\runners\BDDRunner.cfc |
| type | |
|
10 | Struct | codePrintHTML | string | 82: testResults=arguments.testResults,<br>
83: bundleStats=bundleStats,<br>
<b>84: callbacks=arguments.callbacks</b><br>
85: );<br>
86: <br>
|
| codePrintPlain | string | 82: testResults=arguments.testResults,
83: bundleStats=bundleStats,
84: callbacks=arguments.callbacks
85: );
86:
|
| column | | id | | line | | Raw_Trace | string | testbox.system.runners.bddrunner_cfc$cf.udfCall(/testbox/system/runners/BDDRunner.cfc:84) |
| template | string | C:\inetpub\wwwroot\testbox\system\runners\BDDRunner.cfc |
| type | |
|
11 | Struct | codePrintHTML | string | 472: // Run via BDD Style<br>
473: new testbox.system.runners.BDDRunner( options=variables.options, testbox=this )<br>
<b>474: .run( target, arguments.testResults, arguments.callbacks );</b><br>
475: }<br>
476: else{<br>
|
| codePrintPlain | string | 472: // Run via BDD Style
473: new testbox.system.runners.BDDRunner( options=variables.options, testbox=this )
474: .run( target, arguments.testResults, arguments.callbacks );
475: }
476: else{
|
| column | | id | | line | | Raw_Trace | string | testbox.system.testbox_cfc$cf.udfCall2(/testbox/system/TestBox.cfc:474) |
| template | string | C:\inetpub\wwwroot\testbox\system\TestBox.cfc |
| type | |
|
12 | Struct | codePrintHTML | string | 250: bundlePath = thisBundlePath,<br>
251: testResults = results,<br>
<b>252: callbacks = arguments.callbacks</b><br>
253: );<br>
254: <br>
|
| codePrintPlain | string | 250: bundlePath = thisBundlePath,
251: testResults = results,
252: callbacks = arguments.callbacks
253: );
254:
|
| column | | id | | line | | Raw_Trace | string | testbox.system.testbox_cfc$cf.udfCall1(/testbox/system/TestBox.cfc:252) |
| template | string | C:\inetpub\wwwroot\testbox\system\TestBox.cfc |
| type | |
|
13 | Struct | codePrintHTML | string | 159: if( !isNull( arguments.reporter ) ){ variables.reporter = arguments.reporter; }<br>
160: // run it and get results<br>
<b>161: var results = runRaw( argumentCollection=arguments );</b><br>
162: // store latest results<br>
163: variables.result = results;<br>
|
| codePrintPlain | string | 159: if( !isNull( arguments.reporter ) ){ variables.reporter = arguments.reporter; }
160: // run it and get results
161: var results = runRaw( argumentCollection=arguments );
162: // store latest results
163: variables.result = results;
|
| column | | id | | line | | Raw_Trace | string | testbox.system.testbox_cfc$cf.udfCall1(/testbox/system/TestBox.cfc:161) |
| template | string | C:\inetpub\wwwroot\testbox\system\TestBox.cfc |
| type | |
|
14 | Struct | codePrintHTML | string | 47: <br>
48: // Run Tests using correct reporter<br>
<b>49: results = testbox.run( reporter=url.reporter );</b><br>
50: <br>
51: // Write TEST.properties in report destination path.<br>
|
| codePrintPlain | string | 47:
48: // Run Tests using correct reporter
49: results = testbox.run( reporter=url.reporter );
50:
51: // Write TEST.properties in report destination path.
|
| column | | id | | line | | Raw_Trace | string | testbox.system.runners.htmlrunner_cfm$cf.call(/testbox/system/runners/HTMLRunner.cfm:49) |
| template | string | C:\inetpub\wwwroot\testbox\system\runners\HTMLRunner.cfm |
| type | |
|
15 | Struct | codePrintHTML | string | 20: <br>
21: <!--- Include the TestBox HTML Runner ---><br>
<b>22: <cfinclude template="/testbox/system/runners/HTMLRunner.cfm" ></b><br>
|
| codePrintPlain | string | 20:
21: <!--- Include the TestBox HTML Runner --->
22: <cfinclude template="/testbox/system/runners/HTMLRunner.cfm" >
|
| column | | id | | line | | Raw_Trace | string | tests.runner_cfm$cf.call(/tests/runner.cfm:22) |
| template | string | C:\inetpub\wwwroot\tests\runner.cfm |
| type | |
|