Searched refs:setUp (Results 1 - 25 of 28) sorted by relevance

12

/external/embunit/inc/
H A DTestCase.h44 void(*setUp)(void); member in struct:__TestCase
51 #define new_TestCase(name,setUp,tearDown,runTest)\
55 setUp,\
H A DTestCaller.h58 void(*setUp)(void); member in struct:__TestCaller
/external/junit/src/junit/extensions/
H A DTestSetup.java20 setUp();
31 protected void setUp() throws Exception { method in class:TestSetup
/external/embunit/src/
H A DTestCaller.c48 cs.setUp= self->setUp;
H A DTestCase.c50 if (self->setUp) {
51 self->setUp();
/external/junit/src/junit/framework/
H A DTestCase.java11 * 3) initialize the fixture state by overriding <code>setUp</code><br>
21 * protected void setUp() {
128 setUp();
179 protected void setUp() throws Exception { method in class:TestCase
/external/stlport/test/unit/cppunit/
H A Dcppunit_mini.h48 virtual void setUp() {} function in class:TestFixture
58 void setUp() { m_failed = false; } function in class:TestCase
154 setUp(); \
173 setUp(); \
/external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
H A Dcommon_unittest.py44 def setUp(self): member in class:CarriageReturnTest
H A Dcpp_unittest.py1963 def setUp(self):
1987 def setUp(self):
2217 def setUp(self):
/external/chromium/googleurl/
H A DPRESUBMIT_unittest.py45 def setUp(self): member in class:PresubmitUnittest
/external/gtest/test/
H A Dgtest_xml_outfiles_test.py70 def setUp(self): member in class:GTestXMLOutFilesTest
H A Dgtest_filter_unittest.py265 def setUp(self): member in class:GTestFilterUnitTest
/external/protobuf/gtest/test/
H A Dgtest_xml_outfiles_test.py67 def setUp(self): member in class:GTestXMLOutFilesTest
H A Dgtest_shuffle_test.py178 def setUp(self): member in class:GTestShuffleUnitTest
H A Dgtest_filter_unittest.py302 def setUp(self): member in class:GTestFilterUnitTest
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DLiteTest.java46 public void setUp() throws Exception { method in class:LiteTest
51 // We put this in setUp() rather than in its own test method because we
H A DServiceTest.java69 protected void setUp() throws Exception { method in class:ServiceTest
70 super.setUp();
H A DUnknownFieldSetTest.java50 public void setUp() throws Exception { method in class:UnknownFieldSetTest
/external/webkit/WebKitTools/Scripts/webkitpy/
H A Dqueueengine_unittest.py162 def setUp(self): member in class:QueueEngineTest
H A Dscm_unittest.py120 def setUp(self): member in class:SCMClassTests
386 def setUp(self): function
481 def setUp(self): member in class:GitTest
/external/webkit/WebKitTools/Scripts/webkitpy/style/
H A Derror_handlers_unittest.py36 def setUp(self): member in class:StyleErrorHandlerTestBase
/external/webkit/WebKitTools/pywebsocket/test/
H A Dtest_mock.py44 def setUp(self): member in class:MockConnTest
/external/protobuf/python/google/protobuf/internal/
H A Ddescriptor_test.py52 def setUp(self): member in class:DescriptorTest
/external/webkit/WebKit/android/nav/
H A DSelectText.cpp348 void setUp(const SkPaint& paint, const SkMatrix& matrix, SkScalar y, function in namespace:android
1035 mBounder.setUp(paint, getTotalMatrix(), y, text);
1042 mBounder.setUp(paint, getTotalMatrix(), constY, text);
/external/protobuf/python/
H A Dmox.py1400 def setUp(self): member in class:MoxTestBase

Completed in 525 milliseconds

12