All public logs
Jump to navigation
Jump to search
Combined display of all available logs of STRIDE Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:20, 30 September 2009 Timd talk contribs deleted page For Developers... (content was: '<categorytree mode=pages style="background-color:GhostWhite;"> For Developers... </categorytree>' (and the only contributor was 'Timd'))
- 17:20, 30 September 2009 Timd talk contribs deleted page Evaluating the Sample Tests (content was: 'The Test Intro Sample, built and run in an earlier evaluation step gave you an overview of STRIDE features and techniques. We also provide a number of more focused samples to help you�')
- 18:32, 25 September 2009 Marku talk contribs uploaded File:STRIDE Slides.pdf
- 18:16, 25 September 2009 Marku talk contribs uploaded File:STRIDE Datasheet.pdf
- 17:27, 24 September 2009 Marku talk contribs moved page Reference Overview to Studio:Reference Overview
- 23:31, 23 September 2009 Timd talk contribs moved page STRIDE 3.0.02xx to Studio:STRIDE 3.0.02xx
- 22:53, 23 September 2009 Timd talk contribs moved page STRIDE 3.0.01xx to Studio:STRIDE 3.0.01xx
- 22:53, 23 September 2009 Timd talk contribs moved page STRIDE 2.1.00xx to Studio:STRIDE 2.1.00xx
- 22:51, 23 September 2009 Timd talk contribs deleted page STRIDE Diagnostic Tests (content was: 'This article describes the tests that comprise the STRIDE Diagnostics. The source to these tests is provided in the files <tt>srdiag.h</tt> and <tt>srdiag.c</tt> distributed with the STRIDE Runtime. == STRIDE Diagnostic Tests == === L�')
- 20:43, 17 September 2009 Mikee talk contribs uploaded File:TestEntities.png ( )
- 14:16, 17 September 2009 Marku talk contribs moved page Test Organization to Test Reporting
- 17:13, 16 September 2009 Marku talk contribs moved page Sandbox Evaluation & Training to The Sandbox
- 14:08, 14 September 2009 Marku talk contribs moved page For Integrators... to Framework Integration
- 21:51, 11 September 2009 Mikee talk contribs uploaded File:Description.png ( )
- 21:49, 11 September 2009 Mikee talk contribs uploaded File:Comment icon.gif ( )
- 21:47, 11 September 2009 Mikee talk contribs uploaded File:Annotation icon.png ( )
- 16:12, 11 September 2009 Mikee talk contribs moved page Creating Test Spaces to Creating and Editing Test Spaces
- 16:01, 11 September 2009 Marku talk contribs moved page TestSpace Setup to Test Space Setup
- 20:44, 10 September 2009 Mikee talk contribs moved page Testspace Administration to User Administration
- 17:11, 10 September 2009 Mikee talk contribs moved page Creating Projects And Test Spaces to Creating Test Spaces
- 22:16, 9 September 2009 Mikee talk contribs uploaded a new version of File:Test space space.png ( )
- 22:10, 9 September 2009 Mikee talk contribs deleted page File:Test space space.JPG
- 22:10, 9 September 2009 Mikee talk contribs deleted page File:Test space results.JPG
- 22:10, 9 September 2009 Mikee talk contribs deleted page File:Test space projects.JPG
- 22:09, 9 September 2009 Mikee talk contribs deleted page File:Test space overview.JPG
- 22:08, 9 September 2009 Mikee talk contribs uploaded File:Test space results.png ( )
- 22:04, 9 September 2009 Mikee talk contribs uploaded File:Test space space.png ( )
- 22:03, 9 September 2009 Mikee talk contribs uploaded File:Test space projects.png ( )
- 21:59, 9 September 2009 Mikee talk contribs uploaded File:Test space overview.png ( )
- 21:56, 9 September 2009 Mikee talk contribs uploaded a new version of File:Test space overview.JPG ( )
- 21:49, 9 September 2009 Mikee talk contribs uploaded a new version of File:Test space overview.JPG ( )
- 19:02, 9 September 2009 Timd talk contribs undeleted page Test Double Samples (23 revisions restored)
- 19:01, 9 September 2009 Timd talk contribs undeleted page Test Point Samples (12 revisions restored)
- 19:01, 9 September 2009 Timd talk contribs undeleted page Test Log Samples (3 revisions restored)
- 19:00, 9 September 2009 Timd talk contribs undeleted page Test CClass Samples (79 revisions restored)
- 19:00, 9 September 2009 Timd talk contribs undeleted page Test Macros Samples (31 revisions restored)
- 18:59, 9 September 2009 Timd talk contribs undeleted page Test Function List Samples (68 revisions restored)
- 18:58, 9 September 2009 Timd talk contribs undeleted page Test Class Samples (59 revisions restored)
- 18:57, 9 September 2009 Timd talk contribs undeleted page Test Intro Sample (22 revisions restored)
- 15:03, 9 September 2009 Marku talk contribs undeleted page Test Unit Samples (1 revision restored)
- 23:46, 8 September 2009 Mikee talk contribs deleted page Test Point Samples (content was: '== Introduction == This examples demonstrate a simple technique to monitor and test activity occurring in another thread. The samples show a common testing scenario of this type: where we want to verify the behavior of a state machine. �')
- 23:46, 8 September 2009 Mikee talk contribs deleted page Test Macros Samples (content was: '==Introduction== These examples cover simple uses of each of the STRIDE assertion macros. The names of the test methods contain either ''Pass'' or ''Fail''. All methods containing ''Fail'' illustrates uses of test m�')
- 23:46, 8 September 2009 Mikee talk contribs deleted page Test Log Samples (content was: '==Introduction== These examples cover simple uses of the STRIDE logging macros. These logging macros can be used in the context of any test case �' (and the only contributor was 'Mikee'))
- 23:45, 8 September 2009 Mikee talk contribs deleted page Test Intro Sample (content was: '== Introduction == This sample comprises several example Test Units and is intended as a starting point for getting familiar with the STRIDE Test Unit approach. The sample is short and covers a number of core features in the unit te�')
- 23:45, 8 September 2009 Mikee talk contribs deleted page Test Function List Samples (content was: '== Introduction == Function Lists are abbreviated as ''flist'' in both pragmas (as in scl_test_flist) and documentation. The Test flist Samples pertain to test units that contain lists of functions to be executed. The Test FList fun�')
- 23:45, 8 September 2009 Mikee talk contribs deleted page Test Double Samples (content was: '==Introduction== Please read the Using Test Doubles article before proceeding in order to understand the concepts. You may also find it helpful to review the information available [http://xunitpatterns.com/Mocks,%20Fakes,%20Stubs%2�')
- 23:45, 8 September 2009 Mikee talk contribs deleted page Test Class Samples (content was: '==Introduction== These examples cover the use of Test Classes to create logical groupings of test cases. For unit testing, one test class is typically created for each class under test, although more complicated scen�')
- 23:45, 8 September 2009 Mikee talk contribs deleted page Test CClass Samples (content was: '== Introduction == The Test CClass test unit provides a test unit based on a C struct that is acting like a class object for the purpose of test unit containment. The Test CClass functionality is most useful for target environments that�')
- 23:44, 8 September 2009 Mikee talk contribs deleted page Test Unit Samples (content was: '= Introduction = The Test Unit samples are a collection of source code that demonstrates the techniques for creating and executing test code on a target application, in both C and C++ development environments. The Test Units|STRIDE T�')
- 23:33, 4 September 2009 Timd talk contribs moved page STRIDE.windowsprocess to Studio:STRIDE.windowsprocess