Data Structures | Macros | Functions | Variables
simple_test_runner.cpp File Reference
#include <cxxtest/TestListener.h>
#include <cxxtest/TestTracker.h>
#include <cxxtest/TestRunner.h>
#include <cxxtest/RealDescriptions.h>
#include <cxxtest/ErrorPrinter.h>
#include "./simple_test.h"
#include <cxxtest/Root.cpp>

Go to the source code of this file.

Data Structures

class  TestDescription_SimplestTestSuite_testMyTest
 
class  TestDescription_SimplestTestSuite_testSIZEOFLONG
 

Macros

#define CXXTEST_RUNNING
 
#define _CXXTEST_HAVE_STD
 

Functions

int main (int, char *argv[])
 

Variables

char * argv0 = NULL
 
static SimplestTestSuite suite_SimplestTestSuite
 
static CxxTest::List Tests_SimplestTestSuite = { 0, 0 }
 
CxxTest::StaticSuiteDescription suiteDescription_SimplestTestSuite ("./simple_test.h", 6,"SimplestTestSuite", suite_SimplestTestSuite, Tests_SimplestTestSuite)
 
TestDescription_SimplestTestSuite_testMyTest testDescription_SimplestTestSuite_testMyTest
 
TestDescription_SimplestTestSuite_testSIZEOFLONG testDescription_SimplestTestSuite_testSIZEOFLONG
 

Macro Definition Documentation

#define _CXXTEST_HAVE_STD

Definition at line 7 of file simple_test_runner.cpp.

#define CXXTEST_RUNNING

Definition at line 4 of file simple_test_runner.cpp.

Function Documentation

int main ( int  ,
char *  argv[] 
)

Definition at line 15 of file simple_test_runner.cpp.

15  {
16 argv0 = argv[0];
17  return CxxTest::ErrorPrinter().run();
18 }
char * argv0

Variable Documentation

char* argv0 = NULL

Definition at line 14 of file simple_test_runner.cpp.

SimplestTestSuite suite_SimplestTestSuite
static

Definition at line 21 of file simple_test_runner.cpp.

CxxTest::StaticSuiteDescription suiteDescription_SimplestTestSuite("./simple_test.h", 6,"SimplestTestSuite", suite_SimplestTestSuite, Tests_SimplestTestSuite)
TestDescription_SimplestTestSuite_testMyTest testDescription_SimplestTestSuite_testMyTest
static
TestDescription_SimplestTestSuite_testSIZEOFLONG testDescription_SimplestTestSuite_testSIZEOFLONG
static
CxxTest::List Tests_SimplestTestSuite = { 0, 0 }
static

Definition at line 23 of file simple_test_runner.cpp.