User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 08:42, 10 January 2008 (diff | hist) . . (+16) . . Driving Node (→See Also) (current)
- 08:42, 10 January 2008 (diff | hist) . . (+59) . . Driving Node
- 08:41, 10 January 2008 (diff | hist) . . (+22) . . Supporting Node (→See Also)
- 08:40, 10 January 2008 (diff | hist) . . (+439) . . Supporting Node
- 08:37, 10 January 2008 (diff | hist) . . (+2) . . Supporting Node (→See Also)
- 08:36, 10 January 2008 (diff | hist) . . (+620) . . N Supporting Node (New page: A Supporting Node is any node in a test run that is not the Driving Node. These nodes are only allowed to run the optional '''SetUpOneTime.run()''' and '''TearDownOneTime.run()''' int...)
- 08:33, 10 January 2008 (diff | hist) . . (+531) . . N Driving Node (Creation)
- 08:28, 10 January 2008 (diff | hist) . . (-1) . . Tunit.xml (→Differing Compile Time Options)
- 08:28, 10 January 2008 (diff | hist) . . (+86) . . Tunit.xml (→Examples)
- 08:26, 10 January 2008 (diff | hist) . . (+34) . . Tunit.xml (→Examples)
- 08:26, 10 January 2008 (diff | hist) . . (+21) . . Tunit.xml (→Motes)
- 08:22, 10 January 2008 (diff | hist) . . (+13) . . Tunit.xml (→Motes)
- 08:21, 10 January 2008 (diff | hist) . . (+29) . . Tunit.xml
- 08:21, 10 January 2008 (diff | hist) . . (+4,542) . . N Tunit.xml (Creation)
- 15:11, 21 December 2007 (diff | hist) . . (+1,567) . . Suite.properties
- 15:04, 21 December 2007 (diff | hist) . . (+2,764) . . N Suite.properties (New page: The suite.properties file optionally exists in any directory. As TUnit traverses through sub-directories, it parses each suite.properties file it finds, creating rules to filter out Test ...)
- 14:18, 21 December 2007 (diff | hist) . . (+223) . . TestCase (→Description) (current)
- 14:17, 21 December 2007 (diff | hist) . . (+228) . . TestControl (→Description) (current)
- 14:07, 21 December 2007 (diff | hist) . . (+1,518) . . N TUnit Assertions (New page: Assertions are defined by macros in the [http://tinyos.cvs.sourceforge.net→checkout: tinyos/tinyos-2.x-contrib/tunit/tos/lib/tunit/TestCase.h TestCase.h] file. You must <code>#include "T...)
- 13:52, 21 December 2007 (diff | hist) . . (+6) . . TUnit Test Flow (→System Sequence Diagrams)
- 13:50, 21 December 2007 (diff | hist) . . (0) . . N File:System sequence diagram.jpg (current)
- 13:50, 21 December 2007 (diff | hist) . . (+398) . . TUnit Test Flow
- 13:41, 21 December 2007 (diff | hist) . . (+2) . . TestCase (→Examples)
- 13:41, 21 December 2007 (diff | hist) . . (+1,163) . . N TestCase (New page: == Interface == interface TestCase { event void run(); command void done(); } == Description == The TestControl and TestCase interfaces are identical in...)
- 13:35, 21 December 2007 (diff | hist) . . (+1,636) . . N TestControl (New page: == Interface == interface TestControl { event void run(); command void done(); } == Description == The TestControl and TestCase interfaces are identical...)
- 13:08, 21 December 2007 (diff | hist) . . (0) . . N File:Tunit flow.jpg (current)
- 13:07, 21 December 2007 (diff | hist) . . (+2) . . TUnit Philosophy
- 13:05, 21 December 2007 (diff | hist) . . (+182) . . N File:Test flow.jpg (All nodes execute the SetUpOneTime.run() and TearDownOneTime.run() interfaces, but only the Driving Node runs TestCases. Each TestCase is preceded by SetUp.run() and TearDown.run().) (current)
- 13:04, 21 December 2007 (diff | hist) . . (+227) . . TUnit Test Flow
- 12:58, 21 December 2007 (diff | hist) . . (+205) . . N File:Tunit nodes.jpg (A single test may be run on a single node or multiple nodes. If multiple nodes are involved, only the Driving Node gets the command to start the test. The other nodes are only nearby to support the test.) (current)
- 12:57, 21 December 2007 (diff | hist) . . (+86) . . How TUnit Works
- 12:45, 21 December 2007 (diff | hist) . . (-1) . . How TUnit Works
- 12:45, 21 December 2007 (diff | hist) . . (+1,229) . . N Test Run (New page: A Test Run is a combination of nodes to test in TUnit. In the following tunit.xml example, there are two Test Runs defined. <tunit> <testrun name="1_tmote"> <mote target=...) (current)
- 11:26, 21 December 2007 (diff | hist) . . (+7) . . TUnit Test Flow
- 11:20, 21 December 2007 (diff | hist) . . (+364) . . TUnit Test Flow
- 11:12, 21 December 2007 (diff | hist) . . (+2,468) . . N TUnit Test Flow (New page: The Java side of TUnit is responsible for finding tests to execute, compiling them, installing them to the nodes, and collecting results. On the embedded side, tests follow the standard...)
- 10:36, 21 December 2007 (diff | hist) . . (-42) . . TUnit Philosophy
- 10:36, 21 December 2007 (diff | hist) . . (-1) . . TUnit Philosophy (→Characterization AND Testing)
- 10:35, 21 December 2007 (diff | hist) . . (+102) . . TUnit Philosophy
- 10:34, 21 December 2007 (diff | hist) . . (+70) . . N File:TUnit Statistics.png (Example of TUnit Statistics actively used to characterize performance.) (current)
- 10:33, 21 December 2007 (diff | hist) . . (+4,119) . . N TUnit Philosophy (New page: = A More Advanced Type of Unit Testing = TUnit is intended to be easy to use so people will want to use it. Admittedly, setting up TUnit may not be the easiest thing in the world. But onc...)
- 21:49, 20 December 2007 (diff | hist) . . (+8,333) . . How TUnit Works
- 17:44, 20 December 2007 (diff | hist) . . (+4) . . How TUnit Works
- 17:43, 20 December 2007 (diff | hist) . . (+2,714) . . N How TUnit Works (New page: There are two components to the TUnit unit testing framework. On the computer end, a Java application is in charge of deciding which tests to run. The Java side of TUnit is the engine wh...)
- 17:13, 20 December 2007 (diff | hist) . . (0) . . TUnit
- 17:12, 20 December 2007 (diff | hist) . . (+18) . . TUnit
- 16:51, 20 December 2007 (diff | hist) . . (+1,818) . . TUnit (Added my todo list of stuff to create)
- 16:13, 20 December 2007 (diff | hist) . . (0) . . N File:Tunit.png (current)
- 14:18, 20 December 2007 (diff | hist) . . (+342) . . N TUnit (TUnit TinyOS Unit Testing)
- 14:10, 20 December 2007 (diff | hist) . . (+38) . . TinyOS Documentation Wiki (→Programming Tutorials)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)