Searched defs:setUp (Results 1 - 13 of 13) sorted by relevance

/inkscape/cxxtest/sample/
H A DDeltaTest.h12 void setUp() function in class:DeltaTest
H A DFixtureTest.h8 // This test suite shows how to use setUp() and tearDown()
10 // setUp()/tearDown() will be called before and after each
18 void setUp() function in class:FixtureTest
/inkscape/share/extensions/test/
H A Dgimp_xcf.test.py20 def setUp(self): member in class:GimpXCFBasicTest
H A Drender_barcode.test.py22 def setUp(self): member in class:InsertBarcodeBasicTest
H A Dcolor_randomize.test.py24 def setUp(self): member in class:ColorRandomizeBasicTest
38 def setUp(self): member in class:ColorRandomizeColorModificationTest
82 def setUp(self): member in class:ColorRandomizeOpacityModificationTest
/inkscape/src/
H A Dpreferences-test.h31 void setUp() { function in class:PreferencesTest
/inkscape/cxxtest/cxxtest/
H A DGlobalFixture.cpp10 bool GlobalFixture::setUp() { return true; } function in class:CxxTest::GlobalFixture
H A DDummyDescriptions.cpp11 bool DummyTestDescription::setUp() { return true;} function in class:CxxTest::DummyTestDescription
33 bool DummySuiteDescription::setUp() { return true;} function in class:CxxTest::DummySuiteDescription
46 bool DummyWorldDescription::setUp() { return true;} function in class:CxxTest::DummyWorldDescription
H A DRealDescriptions.cpp36 bool RealTestDescription::setUp() function in class:CxxTest::RealTestDescription
43 _TS_TRY { ok = gf->setUp(); }
47 doFailTest( file(), line(), "Error in GlobalFixture::setUp()" );
53 _TSM_ASSERT_THROWS_NOTHING( file(), line(), "Exception thrown from setUp()", suite()->setUp() );
182 bool StaticSuiteDescription::setUp() { return true; } function in class:CxxTest::StaticSuiteDescription
262 bool RealWorldDescription::setUp() function in class:CxxTest::RealWorldDescription
H A DRealDescriptions.h31 bool setUp();
95 bool setUp();
153 bool setUp();
176 bool DynamicSuiteDescription<S>::setUp() function in class:CxxTest::DynamicSuiteDescription
213 bool setUp();
H A DTestSuite.cpp12 void TestSuite::setUp() {} function in class:CxxTest::TestSuite
H A DWin32Gui.h326 setUp( window, (LPCREATESTRUCT)lParam );
332 static void setUp( HWND window, LPCREATESTRUCT create ) function in class:CxxTest::Win32Gui
/inkscape/cxxtest/sample/mock/
H A DTestDice.h10 void setUp() function in class:TestDice

Completed in 54 milliseconds