| a/landingpage/index.html | b/landingpage/index.html | ||
|---|---|---|---|
... |
... |
||
| 160 | 160 | ||
| 161 | <div class="container"> |
161 | <div class="container"> |
| 162 | <h3 id="start" class="subhead">Getting started</h3> |
162 | <h3 id="start" class="subhead">Getting started</h3> |
| 163 | <div class="row start"> |
163 | <div class="row start"> |
| 164 | <p class="col-md-4 col-sm-6"> |
164 | <p class="col-md-4 col-sm-6"> |
| 165 | <strong>Follow these simple steps</strong> |
165 | <ul align="center"> |
| 166 | <ul> |
||
| 167 | <li>Extend your test with <code>CfUnit.FB_TestSuite</code>,</li> |
166 | <li>Extend your test with <code>CfUnit.FB_TestSuite</code>,</li> |
| 168 | <li>Add the attribute-pragma <code>{attribute ‘call_after_init’}</code>,</li> |
167 | <li>Add the attribute-pragma <code>{attribute ‘call_after_init’}</code>,</li> |
| 169 | <li>Define the inputs and define the expected output (result),</li> |
168 | <li>Define the inputs and define the expected output (result),</li> |
| 170 | <li>Call the CfUnit-assert methods to compare the expected output to the actual output,</li> |
169 | <li>Call the CfUnit-assert methods to compare the expected output to the actual output,</li> |
| 171 | <li>Close the test with <code>TEST_FINISHED()</code> when finished.</li> |
170 | <li>Close the test with <code>TEST_FINISHED()</code> when finished.</li> |
... |
... |
||
| 189 | </div> <!-- /.start --> |
188 | </div> <!-- /.start --> |
| 190 | </div> <!-- /.container --> |
189 | </div> <!-- /.container --> |
| 191 | 190 | ||
| 192 | <div class="container"> |
191 | <div class="container"> |
| 193 | <h3 id="tuturial" class="subhead">Tutorial</h3> |
192 | <h3 id="tuturial" class="subhead">Tutorial</h3> |
| 194 | <a href="https://forge.codesys.com/prj/cfunit/home/Home/">A step by step tutorial for the Simple CfUnit example project can be found here.</a> |
193 | A 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> |
| 195 | </div> <!-- /.tutorial --> |
194 | </div> <!-- /.tutorial --> |
| 196 | </div> <!-- /.container --> |
195 | </div> <!-- /.container --> |
| 197 | 196 | ||
| 198 | 197 | ||
| 199 | <div class="container-alternate"> |
198 | <div class="container-alternate"> |