ParCompMarkTest::TestGLXGLContext Class Reference
#include <TestGLXGLContext.h>
Detailed Description
Test suite for ParCompMark::GLXGLContext.This is a CppUnit test suite for class ParCompMark::GLXGLContext of project ParCompMark.
Definition at line 56 of file TestGLXGLContext.h.
Public Member Functions | |
| void | setUp () | 
| Sets up context before running a test.   | |
| void | tearDown () | 
| Cleans up after the test run.   | |
Protected Member Functions | |
| void | test_constructor_XDisplay__Pointer_GLXRenderWindow_p___XVisualInfo_p () | 
| Tests constructor GLXGLContext::GLXGLContext(XDisplay::Pointer &display, GLXRenderWindow * glxWindow, ::XVisualInfo * visualInfo).   | |
| void | test_destructor () | 
| Tests destructor GLXGLContext::~GLXGLContext().   | |
| void | test_initialize () | 
| Tests method GLXGLContext::initialize().   | |
| void | test_finalize () | 
| Tests method GLXGLContext::finalize().   | |
| void | test_setCurrent () | 
| Tests method GLXGLContext::setCurrent().   | |
| void | test_releaseCurrent () | 
| Tests method GLXGLContext::releaseCurrent().   | |
Member Function Documentation
| void ParCompMarkTest::TestGLXGLContext::setUp | ( | ) | 
| void ParCompMarkTest::TestGLXGLContext::tearDown | ( | ) | 
| void ParCompMarkTest::TestGLXGLContext::test_constructor_XDisplay__Pointer_GLXRenderWindow_p___XVisualInfo_p | ( | ) |  [protected] | 
        
Tests constructor GLXGLContext::GLXGLContext(XDisplay::Pointer &display, GLXRenderWindow * glxWindow, ::XVisualInfo * visualInfo).
Definition at line 72 of file TestGLXGLContext.cpp.
| void ParCompMarkTest::TestGLXGLContext::test_destructor | ( | ) |  [protected] | 
        
Tests destructor GLXGLContext::~GLXGLContext().
Definition at line 116 of file TestGLXGLContext.cpp.
| void ParCompMarkTest::TestGLXGLContext::test_finalize | ( | ) |  [protected] | 
        
| void ParCompMarkTest::TestGLXGLContext::test_initialize | ( | ) |  [protected] | 
        
| void ParCompMarkTest::TestGLXGLContext::test_releaseCurrent | ( | ) |  [protected] | 
        
| void ParCompMarkTest::TestGLXGLContext::test_setCurrent | ( | ) |  [protected] | 
        
The documentation for this class was generated from the following files: