|
a/landingpage/index.html |
|
b/landingpage/index.html |
|
... |
|
... |
| 177 |
<div class="row start" > |
177 |
<div class="row start" > |
| 178 |
<p> |
178 |
<p> |
| 179 |
<ul class="col-md-12 text-center"> |
179 |
<ul class="col-md-12 text-center"> |
| 180 |
<strong>A detailed step by step tutorial for the Simple CfUnit example project can be found <a href="https://forge.codesys.com/prj/cfunit/home/Home/">here</a></strong> |
180 |
<strong>A detailed step by step tutorial for the Simple CfUnit example project can be found <a href="https://forge.codesys.com/prj/cfunit/home/Home/">here</a></strong> |
| 181 |
<br>Extend your test with <code>CfUnit.FB_TestSuite</code> |
181 |
<br>Extend your test with <code>CfUnit.FB_TestSuite</code> |
| 182 |
<br>Add the attribute-pragma <code>{attribute ‘call_after_init’}</code> |
|
|
| 183 |
<br>Define the inputs and define the expected output (result) |
182 |
<br>Define the inputs and define the expected output (result) |
| 184 |
<br>Call the CfUnit-assert methods to compare the expected output to the actual output |
183 |
<br>Call the CfUnit-assert methods to compare the expected output to the actual output |
| 185 |
<br>Close the test with <code>TEST_FINISHED()</code> when finished |
184 |
<br>Close the test with <code>TEST_FINISHED()</code> when finished |
| 186 |
<br>Call the test method from the main FB Body |
185 |
<br>Call the test method from the main FB Body |
| 187 |
</p> |
186 |
</p> |