Changes in src/unittests/FormulaUnitTest.cpp [266875:3308b6]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/FormulaUnitTest.cpp
r266875 r3308b6 35 35 CPPUNIT_TEST_SUITE_REGISTRATION( FormulaUnittest ); 36 36 37 void FormulaUnittest::setUp(){} 38 void FormulaUnittest::tearDown(){ 37 void FormulaUnittest::setUp() 38 { 39 // failing asserts should be thrown 40 ASSERT_DO(Assert::Throw); 41 } 42 43 void FormulaUnittest::tearDown() 44 { 39 45 World::purgeInstance(); 40 46 }
Note:
See TracChangeset
for help on using the changeset viewer.