MKCommModelTests
meshkit-test.h
00001 
00003 // path to test fixture dir
00004 #define TEST_FIXTURE_PATH "fixture/"
00005 
00006 #include <cstdlib>
00007 #include <cstring>
00008 #include <iostream>
00009 #include <fstream>
00010 
00011 #include "../include/cpptest-1.1.1/src/cpptest.h"
00012 
00013 #include "../../src/mesh-model/MKCommModel.h"
00014 
00015 #define TEST_FAIL_LOG(msg) testLog() << msg << endl; TEST_FAIL("see test.log");
00016 
00017 void openTestLog();
00018 void closeTestLog();
00019 std::ostream &testLog();
00020 
 All Classes Functions