![JAR search and dependency download from the Maven repository](/logo.png)
FitNesseRoot.files.testResults.RestFixtureTests.JavascriptExpectations.20160312222348_1_0_0_0.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of smartrics-RestFixture-LiveDoc Show documentation
Show all versions of smartrics-RestFixture-LiveDoc Show documentation
FitNesse tests documenting the RestFixture
<?xml version="1.0"?> <testResults> <FitNesseVersion>v20150424</FitNesseVersion> <rootPath>RestFixtureTests.JavascriptExpectations</rootPath> <result> <counts> <right>21</right> <wrong>0</wrong> <ignores>0</ignores> <exceptions>0</exceptions> </counts> <runTimeInMillis>147</runTimeInMillis> <content><div class="collapsible closed"><ul><li><a href='#' class='expandall'>Expand</a></li><li><a href='#' class='collapseall'>Collapse</a></li></ul> <p class="title">Included page: <a href="RestFixtureTests.SetUp">.RestFixtureTests.SetUp</a> <a href="RestFixtureTests.SetUp?edit&amp;redirectToReferer=true&amp;redirectAction=" class="edit">(edit)</a></p> <div><table> <tr class="slimRowTitle"> <td>script</td> <td colspan="2"><span class="pass">smartrics.rest.test.fitnesse.fixture.HttpServerFixture</span></td> </tr> <tr class="slimRowColor0"> <td>check</td> <td>is started</td> <td><span class="pass">true</span></td> </tr> <tr class="slimRowColor9"> <td colspan="3"><span class="pass">reset resources database</span></td> </tr> </table> </div> </div> <br/><h3>Expectations in Javascript on responses with content type application/json</h3> <br/>As of RestFixture Version 2, a javascript engine is embedded to allow expectations in Javascript on response body contents in JSON format.<br/><br/><div class="collapsible"><ul><li><a href='#' class='expandall'>Expand</a></li><li><a href='#' class='collapseall'>Collapse</a></li></ul> <p class="title">XPaths and JSON</p> <div>For backward compatibility XPath expressions are maintained and executed<br/></div> </div> <br/>After a successful response is received with content type "application/json" the expectation cell in a RestFixture<a title="create page" href="RestFixtureTests.RestFixture?edit&amp;nonExistent=true">[?]</a> row is <br/>interpreted as a string with Javascript and executed within the context of the response body.<br/><br/><table> <tr class="slimRowTitle"> <td><span class="pass">Table: Rest Fixture</span></td> <td colspan="4"><a href="http://localhost:9876">http://localhost:9876</a></td> </tr> <tr class="slimRowColor0"> <td>setBody</td> <td colspan="4"> { "resource" : { "name" : "test post", "data" : "some data" } } </td> </tr> <tr class="slimRowColor1"> <td>POST</td> <td><div><a href='http://localhost:9876/resources/'>/resources/</a></div></td> <td><span class="pass"><div>201</div></span></td> <td><div>Location&nbsp;:&nbsp;/resources/2<br/>Content-Length&nbsp;:&nbsp;0<br/>Server&nbsp;:&nbsp;Jetty(6.0.2)</div></td> <td><span class="pass"><div>no-body</div></span></td> </tr> <tr class="slimRowColor0"> <td>let</td> <td>id</td> <td>header</td> <td><div>Location:/resources/(.+)</div></td> <td><div>2</div></td> </tr> </table> <br/>A variable &lt;code&gt;jsonbody&lt;/code&gt; is defined holding the JSON in the response.<br/><br/>The test passes if the result of the evaluation of the cell is a boolean.<br/><br/><table> <tr class="slimRowTitle"> <td><span class="pass">Table: Rest Fixture</span></td> <td colspan="4"><a href="http://localhost:9876">http://localhost:9876</a></td> </tr> <tr class="slimRowColor0"> <td>GET</td> <td><div><a href='http://localhost:9876/resources/2.json'>/resources/2.json</a></div></td> <td><span class="pass"><div>200</div></span></td> <td><span class="pass"><div>Content-Type&nbsp;:&nbsp;application/json<br/><i><span class='fit_label'>expected</span></i><hr/><br/>Set-Cookie&nbsp;:&nbsp;JID="ABC.${a.y}";<br/>Content-Type&nbsp;:&nbsp;application/json;charset=ISO-8859-1<br/>Content-Length&nbsp;:&nbsp;65<br/>Server&nbsp;:&nbsp;Jetty(6.0.2)<br/><i><span class='fit_label'>actual</span></i></div></span></td> <td><span class="pass"><div><br/>jsonbody.resource.name=="test&nbsp;post"&nbsp;&&&nbsp;jsonbody.resource.data=="some&nbsp;data"&nbsp;<br/><br/><i><span class='fit_label'>expected</span></i><hr/><br/>&nbsp;{&nbsp;"resource"&nbsp;:&nbsp;{&nbsp;"name"&nbsp;:&nbsp;"test&nbsp;post",&nbsp;"data"&nbsp;:&nbsp;"some&nbsp;data"&nbsp;}&nbsp;}&nbsp;<br/><i><span class='fit_label'>actual</span></i></div></span></td> </tr> </table> <br/>It is possible to specify multiple assertions, one for each line. <br/>The test passes if each line evaluates to true.<br/><br/><table> <tr class="slimRowTitle"> <td><span class="pass">Table: Rest Fixture</span></td> <td colspan="4"><a href="http://localhost:9876">http://localhost:9876</a></td> </tr> <tr class="slimRowColor0"> <td>GET</td> <td><div><a href='http://localhost:9876/resources/2.json'>/resources/2.json</a></div></td> <td><span class="pass"><div>200</div></span></td> <td><span class="pass"><div>Content-Type&nbsp;:&nbsp;application/json<br/><i><span class='fit_label'>expected</span></i><hr/><br/>Set-Cookie&nbsp;:&nbsp;JID="ABC.${a.y}";<br/>Content-Type&nbsp;:&nbsp;application/json;charset=ISO-8859-1<br/>Content-Length&nbsp;:&nbsp;65<br/>Server&nbsp;:&nbsp;Jetty(6.0.2)<br/><i><span class='fit_label'>actual</span></i></div></span></td> <td><span class="pass"><div><br/>jsonbody.resource.name.length&nbsp;&gt;=&nbsp;0&nbsp;<br/>jsonbody.resource.name.length&nbsp;&lt;&nbsp;1000<br/>jsonbody.resource.name.length&nbsp;&lt;&nbsp;jsonbody.resource.name.length+1<br/><br/><i><span class='fit_label'>expected</span></i><hr/><br/>&nbsp;{&nbsp;"resource"&nbsp;:&nbsp;{&nbsp;"name"&nbsp;:&nbsp;"test&nbsp;post",&nbsp;"data"&nbsp;:&nbsp;"some&nbsp;data"&nbsp;}&nbsp;}&nbsp;<br/><i><span class='fit_label'>actual</span></i></div></span></td> </tr> <tr class="slimRowColor1"> <td>let</td> <td>content</td> <td>js</td> <td><div>response.body</div></td> <td><div>&nbsp;{&nbsp;"resource"&nbsp;:&nbsp;{&nbsp;"name"&nbsp;:&nbsp;"test&nbsp;post",&nbsp;"data"&nbsp;:&nbsp;"some&nbsp;data"&nbsp;}&nbsp;}&nbsp;</div></td> </tr> </table> <br/><table> <tr class="slimRowTitle"> <td><span class="pass">Table: Rest Fixture</span></td> <td colspan="4"><a href="http://localhost:9876">http://localhost:9876</a></td> </tr> <tr class="slimRowColor0"> <td>setBody</td> <td colspan="4"><span class="pass"><div>&nbsp;{&nbsp;"resource"&nbsp;:&nbsp;{&nbsp;"name"&nbsp;:&nbsp;"test&nbsp;post",&nbsp;"data"&nbsp;:&nbsp;"some&nbsp;data"&nbsp;}&nbsp;}&nbsp;</div></span></td> </tr> <tr class="slimRowColor1"> <td>POST</td> <td><div><a href='http://localhost:9876/resources/'>/resources/</a></div></td> <td><span class="pass"><div>201</div></span></td> <td><div>Location&nbsp;:&nbsp;/resources/3<br/>Content-Length&nbsp;:&nbsp;0<br/>Server&nbsp;:&nbsp;Jetty(6.0.2)</div></td> <td><span class="pass"><div>no-body</div></span></td> </tr> <tr class="slimRowColor0"> <td>let</td> <td>id</td> <td>header</td> <td><div>Location:/resources/(.+)</div></td> <td><div>3</div></td> </tr> </table> <br/>In some cases may be useful to force evaluation of the expectation cell as a javascript block. <br/>By embedding the &lt;code&gt;/* javascript */&lt;/code&gt; comment, the whole expectation cell will be parsed and evaluated entirely using the javascript interpreter.<br/><br/><table> <tr class="slimRowTitle"> <td><span class="pass">Table: Rest Fixture</span></td> <td colspan="4"><a href="http://localhost:9876">http://localhost:9876</a></td> </tr> <tr class="slimRowColor0"> <td>GET</td> <td><div><a href='http://localhost:9876/resources/3.json'>/resources/3.json</a></div></td> <td><span class="pass"><div>200</div></span></td> <td><span class="pass"><div>Content-Type&nbsp;:&nbsp;application/json<br/><i><span class='fit_label'>expected</span></i><hr/><br/>Set-Cookie&nbsp;:&nbsp;JID="ABC.${a.y}";<br/>Content-Type&nbsp;:&nbsp;application/json;charset=ISO-8859-1<br/>Content-Length&nbsp;:&nbsp;65<br/>Server&nbsp;:&nbsp;Jetty(6.0.2)<br/><i><span class='fit_label'>actual</span></i></div></span></td> <td><span class="pass"><div><br/>/*&nbsp;javascript&nbsp;*/<br/>var&nbsp;concat&nbsp;=&nbsp;jsonbody.resource.name&nbsp;+&nbsp;"&nbsp;and&nbsp;"&nbsp;+&nbsp;jsonbody.resource.data<br/>concat=="test&nbsp;post&nbsp;and&nbsp;some&nbsp;data"&nbsp;<br/><br/><i><span class='fit_label'>expected</span></i><hr/><br/>&nbsp;{&nbsp;"resource"&nbsp;:&nbsp;{&nbsp;"name"&nbsp;:&nbsp;"test&nbsp;post",&nbsp;"data"&nbsp;:&nbsp;"some&nbsp;data"&nbsp;}&nbsp;}&nbsp;<br/><i><span class='fit_label'>actual</span></i></div></span></td> </tr> <tr class="slimRowColor1"> <td>let</td> <td>content</td> <td>js</td> <td><div>response.body</div></td> <td><div>&nbsp;{&nbsp;"resource"&nbsp;:&nbsp;{&nbsp;"name"&nbsp;:&nbsp;"test&nbsp;post",&nbsp;"data"&nbsp;:&nbsp;"some&nbsp;data"&nbsp;}&nbsp;}&nbsp;</div></td> </tr> </table> <br/></content> <relativePageName>JavascriptExpectations</relativePageName> <instructions> <instructionResult> <instruction>{id='scriptTable_0_0', instruction='make', instanceName='scriptTableActor', className='smartrics.rest.test.fitnesse.fixture.HttpServerFixture', args=[]}</instruction> <slimResult>pass(smartrics.rest.test.fitnesse.fixture.HttpServerFixture)</slimResult> <expectation> <status>pass</status> <instructionId>scriptTable_0_0</instructionId> <col>1</col> <row>0</row> <type>ConstructionExpectation</type> <evaluationMessage>smartrics.rest.test.fitnesse.fixture.HttpServerFixture</evaluationMessage> </expectation> </instructionResult> <instructionResult> <instruction>{id='scriptTable_0_1', instruction='call', instanceName='scriptTableActor', methodName='isStarted', args=[]}</instruction> <slimResult>pass(true)</slimResult> <expectation> <status>pass</status> <instructionId>scriptTable_0_1</instructionId> <col>2</col> <row>1</row> <type>ReturnedValueExpectation</type> <evaluationMessage>true</evaluationMessage> </expectation> </instructionResult> <instructionResult> <instruction>{id='scriptTable_0_2', instruction='call', instanceName='scriptTableActor', methodName='resetResourcesDatabase', args=[]}</instruction> <slimResult>pass()</slimResult> <expectation> <status>pass</status> <instructionId>scriptTable_0_2</instructionId> <col>0</col> <row>2</row> <type>ScriptActionExpectation</type> </expectation> </instructionResult> <instructionResult> <instruction>{id='tableTable_1_0', instruction='make', instanceName='tableTable_1', className='RestFixture', args=[<a href="http://localhost:9876">http://localhost:9876</a>]}</instruction> <slimResult>pass(Table: Rest Fixture)</slimResult> <expectation> <status>pass</status> <instructionId>tableTable_1_0</instructionId> <col>0</col> <row>0</row> <type>ConstructionExpectation</type> <evaluationMessage>Table: Rest Fixture</evaluationMessage> </expectation> </instructionResult> <instructionResult> <instruction>{id='tableTable_1_1', instruction='call', instanceName='tableTable_1', methodName='doTable', args=[[[setBody, { "resource" : { "name" : "test post", "data" : "some data" } } ], [POST, /resources/, 201, , no-body], [let, id, header, Location:/resources/(.+), ]]]}</instruction> <slimResult>pass()</slimResult> <expectation> <status>pass</status> <instructionId>tableTable_1_1</instructionId> <type>TableTableExpectation</type> </expectation> </instructionResult> <instructionResult> <instruction>{id='tableTable_2_0', instruction='make', instanceName='tableTable_2', className='RestFixture', args=[<a href="http://localhost:9876">http://localhost:9876</a>]}</instruction> <slimResult>pass(Table: Rest Fixture)</slimResult> <expectation> <status>pass</status> <instructionId>tableTable_2_0</instructionId> <col>0</col> <row>0</row> <type>ConstructionExpectation</type> <evaluationMessage>Table: Rest Fixture</evaluationMessage> </expectation> </instructionResult> <instructionResult> <instruction>{id='tableTable_2_1', instruction='call', instanceName='tableTable_2', methodName='doTable', args=[[[GET, /resources/%id%.json, 200, Content-Type : application/json, jsonbody.resource.name=="test post" && jsonbody.resource.data=="some data" ]]]}</instruction> <slimResult>pass()</slimResult> <expectation> <status>pass</status> <instructionId>tableTable_2_1</instructionId> <type>TableTableExpectation</type> </expectation> </instructionResult> <instructionResult> <instruction>{id='tableTable_3_0', instruction='make', instanceName='tableTable_3', className='RestFixture', args=[<a href="http://localhost:9876">http://localhost:9876</a>]}</instruction> <slimResult>pass(Table: Rest Fixture)</slimResult> <expectation> <status>pass</status> <instructionId>tableTable_3_0</instructionId> <col>0</col> <row>0</row> <type>ConstructionExpectation</type> <evaluationMessage>Table: Rest Fixture</evaluationMessage> </expectation> </instructionResult> <instructionResult> <instruction>{id='tableTable_3_1', instruction='call', instanceName='tableTable_3', methodName='doTable', args=[[[GET, /resources/%id%.json, 200, Content-Type : application/json, jsonbody.resource.name.length >= 0 jsonbody.resource.name.length < 1000 jsonbody.resource.name.length < jsonbody.resource.name.length+1 ], [let, content, js, response.body, ]]]}</instruction> <slimResult>pass()</slimResult> <expectation> <status>pass</status> <instructionId>tableTable_3_1</instructionId> <type>TableTableExpectation</type> </expectation> </instructionResult> <instructionResult> <instruction>{id='tableTable_4_0', instruction='make', instanceName='tableTable_4', className='RestFixture', args=[<a href="http://localhost:9876">http://localhost:9876</a>]}</instruction> <slimResult>pass(Table: Rest Fixture)</slimResult> <expectation> <status>pass</status> <instructionId>tableTable_4_0</instructionId> <col>0</col> <row>0</row> <type>ConstructionExpectation</type> <evaluationMessage>Table: Rest Fixture</evaluationMessage> </expectation> </instructionResult> <instructionResult> <instruction>{id='tableTable_4_1', instruction='call', instanceName='tableTable_4', methodName='doTable', args=[[[setBody, %content%], [POST, /resources/, 201, , no-body], [let, id, header, Location:/resources/(.+), ]]]}</instruction> <slimResult>pass()</slimResult> <expectation> <status>pass</status> <instructionId>tableTable_4_1</instructionId> <type>TableTableExpectation</type> </expectation> </instructionResult> <instructionResult> <instruction>{id='tableTable_5_0', instruction='make', instanceName='tableTable_5', className='RestFixture', args=[<a href="http://localhost:9876">http://localhost:9876</a>]}</instruction> <slimResult>pass(Table: Rest Fixture)</slimResult> <expectation> <status>pass</status> <instructionId>tableTable_5_0</instructionId> <col>0</col> <row>0</row> <type>ConstructionExpectation</type> <evaluationMessage>Table: Rest Fixture</evaluationMessage> </expectation> </instructionResult> <instructionResult> <instruction>{id='tableTable_5_1', instruction='call', instanceName='tableTable_5', methodName='doTable', args=[[[GET, /resources/%id%.json, 200, Content-Type : application/json, <pre> /* javascript */ var concat = jsonbody.resource.name + " and " + jsonbody.resource.data concat=="test post and some data" </pre>], [let, content, js, response.body, ]]]}</instruction> <slimResult>pass()</slimResult> <expectation> <status>pass</status> <instructionId>tableTable_5_1</instructionId> <type>TableTableExpectation</type> </expectation> </instructionResult> </instructions> </result> <finalCounts> <right>1</right> <wrong>0</wrong> <ignores>0</ignores> <exceptions>0</exceptions> </finalCounts> <totalRunTimeInMillis>147</totalRunTimeInMillis> </testResults>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy