28#ifndef PT_UNIT_TESTFIXTURE_H
29#define PT_UNIT_TESTFIXTURE_H
31#include <Pt/Unit/Api.h>
Fixture interface for tests.
Definition TestFixture.h:42
virtual void setUp()
Set up conText before running a test.
Definition TestFixture.h:53
virtual ~TestFixture()
Destructor.
Definition TestFixture.h:45
virtual void tearDown()
Clean up after the test run.
Definition TestFixture.h:62
Protocol and data driven unit testing framework.
Core module.
Definition Allocator.h:33