--- a/landingpage/index.html +++ b/landingpage/index.html @@ -178,12 +178,12 @@ <p> <ul class="col-md-12 text-center"> <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> - <br>Extend your test with <code>CfUnit.FB_TestSuite</code>. - <br>Add the attribute-pragma <code>{attribute ‘call_after_init’}</code>. - <br>Define the inputs and define the expected output (result. - <br>Call the CfUnit-assert methods to compare the expected output to the actual output. - <br>Close the test with <code>TEST_FINISHED()</code> when finished. - <br>Call the test method from the main FB Body. + <br>Extend your test with <code>CfUnit.FB_TestSuite</code> + <br>Add the attribute-pragma <code>{attribute ‘call_after_init’}</code> + <br>Define the inputs and define the expected output (result) + <br>Call the CfUnit-assert methods to compare the expected output to the actual output + <br>Close the test with <code>TEST_FINISHED()</code> when finished + <br>Call the test method from the main FB Body </p> </div> </div> <!-- /.start -->