a/landingpage/index.html | b/landingpage/index.html | ||
---|---|---|---|
... |
... |
||
27 | </a> |
27 | </a> |
28 | </div> <!-- /.navbar-header --> |
28 | </div> <!-- /.navbar-header --> |
29 | 29 | ||
30 | <div class="collapse navbar-collapse navbar-ex1-collapse"> |
30 | <div class="collapse navbar-collapse navbar-ex1-collapse"> |
31 | <ul class="nav navbar-nav navbar-right"> |
31 | <ul class="nav navbar-nav navbar-right"> |
32 | <li><a href="#jumbotron" class="nav-link">About</a></li> |
||
33 | <li><a href="#features" class="nav-link">Features</a></li> |
32 | <li><a href="#features" class="nav-link">Features</a></li> |
34 | <li><a href="#tour-head" class="nav-link">Tour</a></li> |
33 | <li><a href="#tour-head" class="nav-link">Tour</a></li> |
35 | <li><a href="#Download">Download</a></li> |
34 | <li><a href="#Download">Download</a></li> |
36 | <li><a href="#start" class="nav-link">Getting started</a></li> |
35 | <li><a href="#start" class="nav-link">Getting started</a></li> |
37 | <li><a href="#Resources" class="nav-link">Resources</a></li> |
36 | <li><a href="#Resources" class="nav-link">Resources</a></li> |
... |
... |
||
149 | 148 | ||
150 | <div class="container"> |
149 | <div class="container"> |
151 | <h3 id="Download" class="subhead">Download</h3> |
150 | <h3 id="Download" class="subhead">Download</h3> |
152 | <div class="row download" > |
151 | <div class="row download" > |
153 | <p> |
152 | <p> |
154 | <ul class="col-md-4 col-sm-6 text-center"> |
153 | <ul class="col-md-12 text-center"> |
155 | <p> |
154 | <p> |
156 | <a href="https://forge.codesys.com/prj/cfunit/code/HEAD/tree/tags/v1.0.0.0/CfUnit.package?format=raw" class="btn btn-primary">CfUnit v1.0.0.0 Package</a> |
155 | <a href="https://forge.codesys.com/prj/cfunit/code/HEAD/tree/tags/v1.0.0.0/CfUnit.package?format=raw" class="btn btn-primary">CfUnit v1.0.0.0 Package</a> |
157 | </p> |
156 | </p> |
158 | <strong>Contains</strong> |
157 | <strong>Contains</strong> |
159 | <br>CfUnit Library |
158 | <br>CfUnit Library |
... |
... |
||
166 | </div> <!-- /.container --> |
165 | </div> <!-- /.container --> |
167 | <div class="container"> |
166 | <div class="container"> |
168 | <h3 id="start" class="subhead">Getting started</h3> |
167 | <h3 id="start" class="subhead">Getting started</h3> |
169 | <div class="row start" > |
168 | <div class="row start" > |
170 | <p> |
169 | <p> |
171 | <ul class="col-md-4 col-sm-6 text-center"> |
170 | <ul class="col-md-12 text-center"> |
172 | <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> |
171 | <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> |
173 | <br>Extend your test with <code>CfUnit.FB_TestSuite</code>, |
172 | <br>Extend your test with <code>CfUnit.FB_TestSuite</code>, |
174 | <br>Add the attribute-pragma <code>{attribute ‘call_after_init’}</code>, |
173 | <br>Add the attribute-pragma <code>{attribute ‘call_after_init’}</code>, |
175 | <br>Define the inputs and define the expected output (result), |
174 | <br>Define the inputs and define the expected output (result), |
176 | <br>Call the CfUnit-assert methods to compare the expected output to the actual output,i> |
175 | <br>Call the CfUnit-assert methods to compare the expected output to the actual output,i> |