Diff of /landingpage/index.html [r262] .. [r263]  Maximize  Restore

Switch to unified view

a/landingpage/index.html b/landingpage/index.html
...
...
175
        <div class="container">
175
        <div class="container">
176
      <h3 id="start" class="subhead">Getting started</h3>
176
      <h3 id="start" class="subhead">Getting started</h3>
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/Tutorial/">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>Define the inputs and define the expected output (result)
182
          <br>Define the inputs and define the expected output (result)
183
          <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
184
          <br>Close the test with <code>TEST_FINISHED()</code> when finished
184
          <br>Close the test with <code>TEST_FINISHED()</code> when finished
185
          <br>Call the test method from the main FB Body
185
          <br>Call the test method from the main FB Body