Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

Tester Class Reference

#include <Tester.h>

List of all members.

Public Member Functions

void testCode ()
 Tester ()
 ~Tester ()

Private Member Functions

Tester operator= (const Tester &)
 Tester (const Tester &)


Detailed Description

Class used to run quick tests. The constructor can be uncommented in SpikeStreamMainWindow if you want to run any tests.

Definition at line 35 of file Tester.h.


Constructor & Destructor Documentation

Tester::Tester  ) 
 

Constructor that calls the test code method.

Definition at line 34 of file Tester.cpp.

References testCode().

Tester::~Tester  ) 
 

Destructor.

Definition at line 40 of file Tester.cpp.

Tester::Tester const Tester  )  [private]
 

Declare copy constructor private so it cannot be used inadvertently.


Member Function Documentation

Tester Tester::operator= const Tester  )  [private]
 

Declare assignment private so it cannot be used inadvertently.

void Tester::testCode  ) 
 

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().


The documentation for this class was generated from the following files:
Generated on Mon Sep 3 22:29:05 2007 for SpikeStream Application by  doxygen 1.4.4