Difference between revisions of "Main Page"

From STRIDE Wiki
Jump to: navigation, search
 
(174 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Welcome to the S2 Technologies™ '''STRIDE'''''' 3.0 Support Wiki'''.  
+
<span style="#color:#0067A5"> <font size="5"> Stride™ Wiki </font> </span>
 +
__NOTOC__
 +
Stride is a test framework for writing C/C++ test cases executing on a device. For an overview of Stride [[Stride Overview| '''click here''']].
  
All contributions are welcome and encouraged. Please read '''[[Help:How to add a topic|How to add a topic]]''' and '''[[Help:Contents|Help]]''' pages for guidelines and instructions on editing. You must '''[[Special:Userlogin|log in or create an account]]''' before you can edit a page.
+
== [[Test Implementation]] ==
 +
* [[Test Unit]]
 +
* [[Test Pragmas]]
 +
* [[Test Macros]]
 +
* [[Notes]]
 +
* [[Parameterized_Test_Units | Parameters]]
 +
* [[File Transfer Services | Remoting Files]]
 +
* [[Test_Documentation_in_C/C%2B%2B | Documenting Tests]]
 +
* [[Running Tests]]
 +
* [[Runtime Test Services | Test Services]]
  
Please select a topic or category heading below, or enter a search string in the Search field to the left.
+
== [[Test Doubles]] ==
 +
* [[Test Double]]
 +
* [[Scl function | Function Pragma]]
 +
* [[Name Mangling]]
  
----
+
== [[Test Points]] ==
 +
* [[Test Point]]
 +
* [[Expectations | Expectations]]
 +
* [[Test_Point_Testing_in_C/C%2B%2B | Writing Tests]]
 +
* [[Test Log | Test Logs]]
  
<br>
+
== [[Testing with Perl]] ==
 +
* [[Test Script]]
 +
* [[Perl Script APIs | Test API]]
 +
* [[Perl Script Snippets | Examples]]
  
{| class="FCK__ShowTableBorders"
+
== [[Installation]] ==
|-
 
|
 
|}
 
  
{| class="FCK__ShowTableBorders"
+
* [[Framework Setup]]
|-
+
* [[Windows SDK]]
| valign="top" |
+
* [[Posix SDK]]
{| class="FCK__ShowTableBorders" style="border-right: rgb(187,204,204) 1px solid; border-top: rgb(187,204,204) 1px solid; vertical-align: top; border-left: rgb(187,204,204) 1px solid; border-bottom: rgb(187,204,204) 1px solid" cellspacing="5" cellpadding="2"
+
* [[Runtime Integration]]
|-
+
* [[Build Integration]]
! style="border-right: rgb(163,176,191) 1px solid; padding-right: 0.4em; border-top: rgb(163,176,191) 1px solid; padding-left: 0.4em; font-weight: bold; font-size: 120%; background: rgb(206,223,242) 0% 50%; padding-bottom: 0.2em; margin: 0pt; border-left: rgb(163,176,191) 1px solid; color: rgb(0,0,0); padding-top: 0.2em; border-bottom: rgb(163,176,191) 1px solid; text-align: left; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" | [[:Category:Installation|Installation]]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;
+
* [[STRIDE Extensions for Visual Studio | Build with Visual Studio]]
! style="border-right: rgb(163,176,191) 1px solid; padding-right: 0.4em; border-top: rgb(163,176,191) 1px solid; padding-left: 0.4em; font-weight: bold; font-size: 120%; background: rgb(206,223,242) 0% 50%; padding-bottom: 0.2em; margin: 0pt; border-left: rgb(163,176,191) 1px solid; color: rgb(0,0,0); padding-top: 0.2em; border-bottom: rgb(163,176,191) 1px solid; text-align: left; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" | [[:Category:Reference|Reference]]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 
! style="border-right: rgb(163,176,191) 1px solid; padding-right: 0.4em; border-top: rgb(163,176,191) 1px solid; padding-left: 0.4em; font-weight: bold; font-size: 120%; background: rgb(206,223,242) 0% 50%; padding-bottom: 0.2em; margin: 0pt; border-left: rgb(163,176,191) 1px solid; color: rgb(0,0,0); padding-top: 0.2em; border-bottom: rgb(163,176,191) 1px solid; text-align: left; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" | [[:Category:Samples|Samples]] <!--
 
Deploying
 
-->
 
|-
 
| valign="top" |
 
*[[Desktop_Installation|Desktop Installation]]  
 
*[[Build_Integration|Build Integration]]  
 
*[[Target_Integration|Target Integration]]  
 
*[[Verifying Installation|Verification]]<u></u>
 
  
<!--
+
== [[Training]] ==
Reference
+
* [[Stride Sandbox]]
-->
+
* [[Training Overview]]
 +
* [[Training Basics]]
 +
* [[Training Advanced]]
 +
* [[Training Perl]]
  
| valign="top" |
+
== [[Reference]] ==
<ul>
+
* [[STRIDE Runner| Runner]]
<li>[[Reference Overview|Overview]]</li>
+
* [[STRIDE Build Tools | Build Tools]]
<li>[[Runtime Reference|Runtime]]</li>
+
* [[STRIDE Runtime | Runtime]]
<li>[[Build Tools|Build Tools]]</li>
+
* [[Platform Abstraction Layer | Platform Abstraction Layer (PAL)]]
<li>[[SCL_Pragmas|SCL Pragmas]]</li>
+
* [[Intercept Module | Intercept Module (IM)]]
<li>[[Intercept Module|Intercept Module]]</li>
+
* [[Reporting Model]]
<li>[[AutoScript|AutoScript]]</li>
+
* [[Pragmas]]
<li>[[Reporter|Reporter]]</li>
+
* [[Release Notes]]
<li>[[STRIDE_Studio|Studio]]</li>
 
<li>[[Test Units|Test Units]]</li> 
 
<li><categorytree mode=pages depth=0>SDKs</categorytree></li>
 
<li><categorytree mode=pages depth=0>Utilities</categorytree></li>
 
</ul>
 
 
 
<!--
 
Samples
 
-->
 
 
 
| valign="top" |
 
*[[Samples Overview]]
 
*[[Install_Test_Sample|Install Test]]
 
*[[Hello_Stride_Sample|Hello Stride]]
 
*[[Test_Unit_Samples|Test Units]]
 
*[[Test_Script_Samples|Test Scripts]]
 
*[[SCL_Samples|SCL]]
 
*[[Intercept_Module_Sample|Intercept Module]]
 
 
 
|-
 
! style="border-right: rgb(163,176,191) 1px solid; padding-right: 0.4em; border-top: rgb(163,176,191) 1px solid; padding-left: 0.4em; font-weight: bold; font-size: 120%; background: rgb(206,223,242) 0% 50%; padding-bottom: 0.2em; margin: 0pt; border-left: rgb(163,176,191) 1px solid; color: rgb(0,0,0); padding-top: 0.2em; border-bottom: rgb(163,176,191) 1px solid; text-align: left; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" | [[:Category:Practice|Practice]]
 
! style="border-right: rgb(163,176,191) 1px solid; padding-right: 0.4em; border-top: rgb(163,176,191) 1px solid; padding-left: 0.4em; font-weight: bold; font-size: 120%; background: rgb(206,223,242) 0% 50%; padding-bottom: 0.2em; margin: 0pt; border-left: rgb(163,176,191) 1px solid; color: rgb(0,0,0); padding-top: 0.2em; border-bottom: rgb(163,176,191) 1px solid; text-align: left; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" | [[:Category:Application Notes|Notes]]
 
! style="border-right: rgb(163,176,191) 1px solid; padding-right: 0.4em; border-top: rgb(163,176,191) 1px solid; padding-left: 0.4em; font-weight: bold; font-size: 120%; background: rgb(206,223,242) 0% 50%; padding-bottom: 0.2em; margin: 0pt; border-left: rgb(163,176,191) 1px solid; color: rgb(0,0,0); padding-top: 0.2em; border-bottom: rgb(163,176,191) 1px solid; text-align: left; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" | [[:Category:Release Notes|Release Notes]]
 
|-
 
| valign="top" |
 
<ul>
 
<li><categorytree mode="all" depth=0>Documentation</categorytree></li>
 
<li><categorytree mode="all" depth=0>Script Writing</categorytree></li>
 
<li><categorytree mode="all" depth=0>Project Organization</categorytree></li>
 
</ul>
 
 
 
<!--
 
Notes
 
-->
 
 
 
| valign="top" |
 
<categorytree mode="all" hideroot="on">Application Notes</categorytree> <!--
 
Release Notes
 
-->
 
 
 
| valign="top" |
 
*[[STRIDE 2.1.00xx|STRIDE 2.1.00xx (D Street)]]  
 
*[[STRIDE 3.0.01xx|STRIDE 3.0.01xx (StoneSteps)]]
 
*[[STRIDE_3.0.02xx_(Beacon's)|STRIDE 3.0.02xx (Beacon's)]]
 
 
 
 
 
|}
 
 
 
|}
 

Latest revision as of 12:24, 17 July 2015