#include <Tester.h>
Public Member Functions | |
| void | testCode () |
| Tester () | |
| ~Tester () | |
Private Member Functions | |
| Tester | operator= (const Tester &) |
| Tester (const Tester &) | |
Definition at line 35 of file Tester.h.
|
|
Constructor that calls the test code method. Definition at line 34 of file Tester.cpp. References testCode(). |
|
|
Destructor. Definition at line 40 of file Tester.cpp. |
|
|
Declare copy constructor private so it cannot be used inadvertently. |
|
|
Declare assignment private so it cannot be used inadvertently. |
|
|
Method containing code to be tested. Add any code you want to test here and enable the Tester constructor in SpikeStreamMainWindow constructor. Definition at line 54 of file Tester.cpp. Referenced by Tester(). |
1.4.4