HomeSort by relevance Sort by last modified time
    Searched full:teardown (Results 276 - 300 of 3808) sorted by null

<<11121314151617181920>>

  /frameworks/base/test-runner/src/android/test/
ApplicationTestCase.java 39 * <li>After your test completes, the test case {@link #tearDown} method is
114 * be stopped by {@link #tearDown}. If you wish to inject a specialized Context for your
132 * call onTerminate(). Ordinarily this will be called automatically (by {@link #tearDown}, but
144 * test. Subclasses that override this method should make sure they call super.tearDown()
150 protected void tearDown() throws Exception {
159 super.tearDown();
ProviderTestCase.java 29 * {@link #tearDown}.
82 protected void tearDown() throws Exception {
84 super.tearDown();
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_runner.py 84 def tearDown(self):
85 ordering.append('tearDown')
104 self.assertEqual(ordering, ['setUp', 'test', 'tearDown',
125 def tearDown(self):
126 ordering.append('tearDown')
137 self.assertEqual(ordering, ['setUp', 'test', 'tearDown', 'cleanup1', 'cleanup2'])
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
test_runner.py 84 def tearDown(self):
85 ordering.append('tearDown')
104 self.assertEqual(ordering, ['setUp', 'test', 'tearDown',
125 def tearDown(self):
126 ordering.append('tearDown')
137 self.assertEqual(ordering, ['setUp', 'test', 'tearDown', 'cleanup1', 'cleanup2'])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_runner.py 84 def tearDown(self):
85 ordering.append('tearDown')
104 self.assertEqual(ordering, ['setUp', 'test', 'tearDown',
125 def tearDown(self):
126 ordering.append('tearDown')
137 self.assertEqual(ordering, ['setUp', 'test', 'tearDown', 'cleanup1', 'cleanup2'])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_runner.py 84 def tearDown(self):
85 ordering.append('tearDown')
104 self.assertEqual(ordering, ['setUp', 'test', 'tearDown',
125 def tearDown(self):
126 ordering.append('tearDown')
137 self.assertEqual(ordering, ['setUp', 'test', 'tearDown', 'cleanup1', 'cleanup2'])
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
ConditionProviderVerifierActivity.java 102 void tearDown() {
134 void tearDown() {
165 void tearDown() {
220 void tearDown() {
265 void tearDown() {
317 void tearDown() {
360 void tearDown() {
434 void tearDown() {
466 void tearDown() {
498 void tearDown() {
    [all...]
  /external/google-breakpad/src/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/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/vulkan-validation-layers/tests/gtest-1.7.0/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();
  /ndk/sources/third_party/googletest/googletest/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();
  /cts/hostsidetests/devicepolicy/app/LauncherTestsSupport/src/com/android/cts/launchertests/support/
LauncherCallbackTestsService.java 91 teardown(); method
99 teardown(); method
107 teardown(); method
115 teardown(); method
156 private void teardown() { method in class:LauncherCallbackTestsService
  /development/samples/training/NsdChat/src/com/example/android/nsdchat/
ChatConnection.java 53 public void tearDown() {
54 mChatServer.tearDown();
56 mChatClient.tearDown();
128 public void tearDown() {
255 public void 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());
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiInfoTest.java 88 protected void tearDown() throws Exception {
91 super.tearDown();
99 super.tearDown();
  /cts/tests/tests/telecom/src/android/telecom/cts/
CtsRemoteConnectionService.java 35 * {@link #tearDown}.
76 throw new Exception("Mock ConnectionService exists. Failed to call tearDown().");
84 public static void tearDown() {
  /external/apache-harmony/security/src/test/api/java.injected/java/security/
SecureRandomTest.java 48 * @see TestCase#tearDown()
50 protected void tearDown() throws Exception {
51 super.tearDown();
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
SecureRandom_ImplTest.java 53 * @see TestCase#tearDown()
55 protected void tearDown() throws Exception {
56 super.tearDown();
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
HandshakeCompletedEventTest.java 70 * @see TestCase#tearDown()
73 protected void tearDown() throws Exception {
74 super.tearDown();
  /external/autotest/client/cros/networking/chrome_testing/
chrome_networking_test_api.py 70 # Do ChromeOS browser session teardown/setup before disabling the
73 # teardown and setup the browser session.
74 self._chrome_testing.teardown()
  /external/chromium-trace/catapult/telemetry/telemetry/value/
trace_unittest.py 31 def tearDown(self):
126 def tearDown(self):
127 super(NoLeakedTempfilesTests, self).tearDown()
  /external/chromium-trace/catapult/tracing/tracing/base/unittest/
test_case.html 82 tearDown: function() {
83 if (this.options_.tearDown)
84 this.options_.tearDown.call(this);
  /external/chromium-trace/catapult/tracing/tracing/ui/tracks/
counter_track_perf_test.html 99 function tearDown() {
106 tearDown: tearDown,
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
InterruptionUtil.java 24 import com.google.common.testing.TearDown;
98 tearDownAccepter.addTearDown(new TearDown() {
99 @Override public void tearDown() throws Exception {
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
opus_speed_test.cc 25 void TearDown() override;
53 void OpusSpeedTest::TearDown() {
54 AudioCodecSpeedTest::TearDown();

Completed in 1721 milliseconds

<<11121314151617181920>>