Main Page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(307 intermediate revisions by 10 users not shown) | |||
Line 1: | Line 1: | ||
<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''']]. | |||
== [[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]] | |||
== [[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]] | |||
== [[Testing with Perl]] == | |||
* [[Test Script]] | |||
* [[Perl Script APIs | Test API]] | |||
* [[Perl Script Snippets | Examples]] | |||
== [[Installation]] == | |||
* [[Framework Setup]] | |||
* [[Windows SDK]] | |||
* [[Posix SDK]] | |||
* [[Runtime Integration]] | |||
* [[Build Integration]] | |||
* [[STRIDE Extensions for Visual Studio | Build with Visual Studio]] | |||
*[[ | |||
*[[ | |||
*[[ | |||
*[[ | |||
| | == [[Training]] == | ||
* [[ | * [[Stride Sandbox]] | ||
* [[ | * [[Training Overview]] | ||
* [[Training Basics]] | |||
* [[Training Advanced]] | |||
* [[Training Perl]] | |||
== [[Reference]] == | |||
* [[STRIDE Runner| Runner]] | |||
* [[STRIDE Build Tools | Build Tools]] | |||
* [[STRIDE Runtime | Runtime]] | |||
* [[Platform Abstraction Layer | Platform Abstraction Layer (PAL)]] | |||
* [[Intercept Module | Intercept Module (IM)]] | |||
* [[Reporting Model]] | |||
* [[Pragmas]] | |||
* [[Release Notes]] |
Latest revision as of 18:24, 17 July 2015
Stride™ Wiki
Stride is a test framework for writing C/C++ test cases executing on a device. For an overview of Stride click here.
Test Implementation
- Test Unit
- Test Pragmas
- Test Macros
- Notes
- Parameters
- Remoting Files
- Documenting Tests
- Running Tests
- Test Services
Test Doubles
Test Points
Testing with Perl
Installation
- Framework Setup
- Windows SDK
- Posix SDK
- Runtime Integration
- Build Integration
- Build with Visual Studio