HomeSort by relevance Sort by last modified time
    Searched full:teardown (Results 101 - 125 of 1467) sorted by null

1 2 3 45 6 7 8 91011>>

  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentGeteEementById.java 39 protected void tearDown() throws Exception {
42 super.tearDown();
DocumentTypeInternalSubset.java 39 protected void tearDown() throws Exception {
42 super.tearDown();
ElementRemoveAttributeNS.java 38 protected void tearDown() throws Exception {
41 super.tearDown();
HCEntitiesSetNamedItemNS.java 38 protected void tearDown() throws Exception {
41 super.tearDown();
OwnerDocument.java 57 protected void tearDown() throws Exception {
60 super.tearDown();
  /libcore/luni/src/test/java/tests/security/interfaces/
RSAPrivateCrtKeyTest.java 87 protected void tearDown() throws Exception {
89 super.tearDown();
  /packages/apps/Contacts/tests/src/com/android/contacts/
ContactDetailTest.java 42 protected void tearDown() throws Exception {
43 super.tearDown();
  /packages/apps/Email/tests/src/com/android/email/
MessagingControllerUnitTests.java 42 protected void tearDown() throws Exception {
43 super.tearDown();
  /packages/experimental/UiAutomationDemo/src/com/android/testing/uiautomation/demo/
EmailTest.java 64 protected void tearDown() throws Exception {
67 super.tearDown();
  /sdk/ide_common/tests/src/com/android/ide/common/resources/configuration/
CountryCodeQualifierTest.java 34 protected void tearDown() throws Exception {
35 super.tearDown();
DockModeQualifierTest.java 40 protected void tearDown() throws Exception {
41 super.tearDown();
KeyboardStateQualifierTest.java 36 protected void tearDown() throws Exception {
37 super.tearDown();
NetworkCodeQualifierTest.java 34 protected void tearDown() throws Exception {
35 super.tearDown();
RegionQualifierTest.java 35 protected void tearDown() throws Exception {
36 super.tearDown();
ScreenDimensionQualifierTest.java 34 protected void tearDown() throws Exception {
35 super.tearDown();
  /frameworks/base/test-runner/src/android/test/
ApplicationTestCase.java 41 * <li>After your test completes, the test case {@link #tearDown} method is
110 * be stopped by {@link #tearDown}. If you wish to inject a specialized Context for your
128 * call onTerminate(). Ordinarily this will be called automatically (by {@link #tearDown}, but
140 * test. Subclasses that override this method should make sure they call super.tearDown()
146 protected void tearDown() throws Exception {
155 super.tearDown();
  /external/protobuf/gtest/test/
gtest-listener_test.cc 146 virtual void TearDown() {
147 g_events->PushBack(String("Environment::TearDown"));
165 virtual void TearDown() {
166 g_events->PushBack(String("ListenerTest::TearDown"));
249 "ListenerTest::TearDown",
258 "ListenerTest::TearDown",
266 "Environment::TearDown",
287 "ListenerTest::TearDown",
296 "ListenerTest::TearDown",
304 "Environment::TearDown",
    [all...]
gtest_output_test_.cc 256 virtual void TearDown() {
257 ADD_FAILURE() << "Expected failure #4, in TearDown.";
283 virtual void TearDown() {
284 ADD_FAILURE() << "UNEXPECTED failure in TearDown(). "
312 virtual void TearDown() {
313 FAIL() << "Expected failure #3, in TearDown().";
337 virtual void TearDown() {
338 FAIL() << "Expected failure #2, in TearDown().";
381 virtual void TearDown() {
382 FAIL() << "UNEXPECTED failure in TearDown().
    [all...]
  /external/chromium/testing/gtest/samples/
sample5_unittest.cc 71 // TearDown() is invoked immediately after a test finishes. Here we
73 virtual void TearDown() {
78 // know that you can use assertions in SetUp() and TearDown() as
156 // By default, TearDown() inherits the behavior of
157 // QuickTest::TearDown(). As we have no additional cleaning work
160 // virtual void TearDown() {
161 // QuickTest::TearDown();
  /external/gtest/samples/
sample5_unittest.cc 71 // TearDown() is invoked immediately after a test finishes. Here we
73 virtual void TearDown() {
78 // know that you can use assertions in SetUp() and TearDown() as
156 // By default, TearDown() inherits the behavior of
157 // QuickTest::TearDown(). As we have no additional cleaning work
160 // virtual void TearDown() {
161 // QuickTest::TearDown();
  /external/protobuf/gtest/samples/
sample5_unittest.cc 71 // TearDown() is invoked immediately after a test finishes. Here we
73 virtual void TearDown() {
78 // know that you can use assertions in SetUp() and TearDown() as
156 // By default, TearDown() inherits the behavior of
157 // QuickTest::TearDown(). As we have no additional cleaning work
160 // virtual void TearDown() {
161 // QuickTest::TearDown();
  /external/gtest/test/
gtest_output_test_.cc 263 virtual void TearDown() {
264 ADD_FAILURE() << "Expected failure #4, in TearDown.";
290 virtual void TearDown() {
291 ADD_FAILURE() << "UNEXPECTED failure in TearDown(). "
319 virtual void TearDown() {
320 FAIL() << "Expected failure #3, in TearDown().";
344 virtual void TearDown() {
345 FAIL() << "Expected failure #2, in TearDown().";
388 virtual void TearDown() {
389 FAIL() << "UNEXPECTED failure in TearDown().
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/system/
logtesting.py 89 def tearDown(self):
90 self._log.tearDown() # Turn off and reset logging.
163 def tearDown(self):
168 This method should normally be called in the tearDown() method of a
186 # single test method, and (2) it lets us check in the tearDown() method
205 # AssertionError can occur in the tearDown() because the
211 # setUp() and tearDown() methods will not get fired for test case classes
238 def tearDown(self):
239 self._log.tearDown()
  /libcore/luni/src/test/java/libcore/java/io/
OldBufferedOutputStreamTest.java 83 // To avoid exception during tearDown().
117 // To avoid exception during tearDown().
182 // To avoid exception during tearDown().
186 protected void tearDown() {
195 System.out.println("Exception during tearDown" + e.toString());
  /external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
AbstractCharsetTestCase.java 57 * @see TestCase#tearDown()
59 protected void tearDown() throws Exception {
60 super.tearDown();

Completed in 182 milliseconds

1 2 3 45 6 7 8 91011>>