ParCompMarkTest::TestNode Class Reference
#include <TestNode.h>
List of all members.
Detailed Description
Test suite for 
ParCompMark::Node. 
This is a CppUnit test suite for class ParCompMark::Node of project ParCompMark. 
Definition at line 56 of file TestNode.h.
Member Function Documentation
      
        
          | void ParCompMarkTest::TestNode::setUp            | 
          ( | 
                     | 
           )  | 
           | 
        
      
 
Sets up context before running a test. 
Definition at line 33 of file TestNode.cpp.
 
 
      
        
          | void ParCompMarkTest::TestNode::tearDown            | 
          ( | 
                     | 
           )  | 
           | 
        
      
 
Cleans up after the test run. 
Definition at line 57 of file TestNode.cpp.
 
 
      
        
          | void ParCompMarkTest::TestNode::test_collectData            | 
          ( | 
                     | 
           )  | 
           [protected] | 
        
      
 
Tests method Node::collectData(). 
Definition at line 205 of file TestNode.cpp.
 
 
      
        
          | void ParCompMarkTest::TestNode::test_constructor            | 
          ( | 
                     | 
           )  | 
           [protected] | 
        
      
 
Tests constructor Node::Node(). 
Definition at line 67 of file TestNode.cpp.
 
 
      
        
          | void ParCompMarkTest::TestNode::test_constructor_cstd__string_Host_p            | 
          ( | 
                     | 
           )  | 
           [protected] | 
        
      
 
Tests constructor Node::Node(const std::string &name, Host * parent). 
Definition at line 81 of file TestNode.cpp.
 
 
      
        
          | void ParCompMarkTest::TestNode::test_createBuffer_cchar_p_cPCuint_cPCuint_cPCuint_cPCuint_cPCuint            | 
          ( | 
                     | 
           )  | 
           [protected] | 
        
      
 
Tests method Node::createBuffer(const char * name, const PCuint left, const PCuint top, const PCuint width, const PCuint height, const PCuint depthFormat). 
Definition at line 149 of file TestNode.cpp.
 
 
      
        
          | void ParCompMarkTest::TestNode::test_createProcess_cchar_p            | 
          ( | 
                     | 
           )  | 
           [protected] | 
        
      
 
Tests method Node::createProcess(const char * processName). 
Definition at line 135 of file TestNode.cpp.
 
 
      
        
          | void ParCompMarkTest::TestNode::test_destructor            | 
          ( | 
                     | 
           )  | 
           [protected] | 
        
      
 
Tests destructor Node::~Node(). 
Definition at line 95 of file TestNode.cpp.
 
 
      
        
          | void ParCompMarkTest::TestNode::test_finalize            | 
          ( | 
                     | 
           )  | 
           [protected] | 
        
      
 
Tests method Node::finalize(). 
Definition at line 121 of file TestNode.cpp.
 
 
      
        
          | void ParCompMarkTest::TestNode::test_getBuffer_cstd__string            | 
          ( | 
                     | 
           )  | 
           [protected] | 
        
      
 
Tests method Node::getBuffer(const std::string name). 
Definition at line 163 of file TestNode.cpp.
 
 
      
        
          | void ParCompMarkTest::TestNode::test_initialize            | 
          ( | 
                     | 
           )  | 
           [protected] | 
        
      
 
Tests method Node::initialize(). 
Definition at line 107 of file TestNode.cpp.
 
 
      
        
          | void ParCompMarkTest::TestNode::test_setFrameID_cu32            | 
          ( | 
                     | 
           )  | 
           [protected] | 
        
      
 
Tests method Node::setFrameID(const u32 &frameID). 
Definition at line 219 of file TestNode.cpp.
 
 
      
        
          | void ParCompMarkTest::TestNode::test_start            | 
          ( | 
                     | 
           )  | 
           [protected] | 
        
      
 
 
      
        
          | void ParCompMarkTest::TestNode::test_stop            | 
          ( | 
                     | 
           )  | 
           [protected] | 
        
      
 
 
The documentation for this class was generated from the following files: