ParCompMarkTest::TestGLXGLContext Class Reference

#include <TestGLXGLContext.h>

List of all members.


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

Sets up context before running a test.

Definition at line 38 of file TestGLXGLContext.cpp.

void ParCompMarkTest::TestGLXGLContext::tearDown (  ) 

Cleans up after the test run.

Definition at line 62 of file TestGLXGLContext.cpp.

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]

Tests method GLXGLContext::finalize().

Definition at line 195 of file TestGLXGLContext.cpp.

void ParCompMarkTest::TestGLXGLContext::test_initialize (  )  [protected]

Tests method GLXGLContext::initialize().

Definition at line 127 of file TestGLXGLContext.cpp.

void ParCompMarkTest::TestGLXGLContext::test_releaseCurrent (  )  [protected]

Tests method GLXGLContext::releaseCurrent().

Definition at line 223 of file TestGLXGLContext.cpp.

void ParCompMarkTest::TestGLXGLContext::test_setCurrent (  )  [protected]

Tests method GLXGLContext::setCurrent().

Definition at line 209 of file TestGLXGLContext.cpp.


The documentation for this class was generated from the following files: