/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/ |
ArrayTest.java | 989 * Sets up the fixture, for example, open a network connection. This method 996 * Tears down the fixture, for example, close a network connection. This
|
MethodTest.java | [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
DateTest.java | 510 * Sets up the fixture, for example, open a network connection. This method 517 * Tears down the fixture, for example, close a network connection. This
|
HashtableTest.java | 943 * Sets up the fixture, for example, open a network connection. This method 965 * Tears down the fixture, for example, close a network connection. This
|
SimpleTimeZoneTest.java | [all...] |
WeakHashMapTest.java | 608 * Sets up the fixture, for example, open a network connection. This method 620 * Tears down the fixture, for example, close a network connection. This
|
/external/chromium-trace/catapult/telemetry/docs/pydoc/ |
telemetry.internal.backends.chrome.cros_test_case.html | 314 <dl><dt><a name="CrOSTestCase-tearDown"><strong>tearDown</strong></a>(self)</dt><dd><tt>Hook method for deconstructing the test fixture after testing it.</tt></dd></dl> 318 <dl><dt><a name="CrOSTestCase-setUpClass"><strong>setUpClass</strong></a>(cls)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt><dd><tt>Hook method for setting up class fixture before running tests in the class.</tt></dd></dl> 320 <dl><dt><a name="CrOSTestCase-tearDownClass"><strong>tearDownClass</strong></a>(cls)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt><dd><tt>Hook method for deconstructing the class fixture after running all tests in the class.</tt></dd></dl>
|
telemetry.internal.backends.form_based_credentials_backend_unittest_base.html | 311 <dl><dt><a name="FormBasedCredentialsBackendUnitTestBase-tearDown"><strong>tearDown</strong></a>(self)</dt><dd><tt>Hook method for deconstructing the test fixture after testing it.</tt></dd></dl> 315 <dl><dt><a name="FormBasedCredentialsBackendUnitTestBase-setUpClass"><strong>setUpClass</strong></a>(cls)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt><dd><tt>Hook method for setting up class fixture before running tests in the class.</tt></dd></dl> 317 <dl><dt><a name="FormBasedCredentialsBackendUnitTestBase-tearDownClass"><strong>tearDownClass</strong></a>(cls)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt><dd><tt>Hook method for deconstructing the class fixture after running all tests in the class.</tt></dd></dl>
|
telemetry.testing.story_set_smoke_test.html | 335 <dl><dt><a name="StorySetSmokeTest-tearDown"><strong>tearDown</strong></a>(self)</dt><dd><tt>Hook method for deconstructing the test fixture after testing it.</tt></dd></dl> 339 <dl><dt><a name="StorySetSmokeTest-setUpClass"><strong>setUpClass</strong></a>(cls)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt><dd><tt>Hook method for setting up class fixture before running tests in the class.</tt></dd></dl> 341 <dl><dt><a name="StorySetSmokeTest-tearDownClass"><strong>tearDownClass</strong></a>(cls)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt><dd><tt>Hook method for deconstructing the class fixture after running all tests in the class.</tt></dd></dl>
|
telemetry.testing.page_test_test_case.html | [all...] |
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/contacts/ |
ContactSolver.java | 37 import org.jbox2d.dynamics.Fixture; 107 final Fixture fixtureA = contact.m_fixtureA; 108 final Fixture fixtureB = contact.m_fixtureB; [all...] |
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
audio_coding_module_unittest_oldapi.cc | [all...] |
/external/autotest/client/common_lib/test_utils/ |
unittest.py | 329 If the fixture may be used for many test cases, create as 335 and deconstruction of the test's environment ('fixture') can be 397 "Hook method for setting up the test fixture before exercising it." 401 "Hook method for deconstructing the test fixture after testing it." [all...] |
/external/autotest/client/cros/cellular/wardmodem/ |
at_transceiver_unittest.py | 21 Base test fixture for ATTransceiver class.
|
/external/autotest/client/site_tests/network_ProxyResolver/ |
network_ProxyResolver.py | 200 """A test fixture for validating the integration of
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/glacier/ |
test_layer2.py | 37 # Some fixture data from the Glacier docs
|
/external/gmock/test/ |
gmock_link_test.h | 110 // NON-ANONYMOUS namespace in this file. The test fixture class LinkTest
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
linux_ptrace_dumper_unittest.cc | 71 /* Fixture for running tests in a child process. */
|
/external/google-breakpad/src/processor/ |
cfi_frame_info_unittest.cc | 300 // A fixture class for testing CFIRuleParser.
|
/external/google-breakpad/src/testing/test/ |
gmock_link_test.h | 110 // NON-ANONYMOUS namespace in this file. The test fixture class LinkTest
|
/external/junit/src/org/junit/runners/ |
BlockJUnit4ClassRunner.java | 182 * Returns a new fixture for running a test. Default implementation executes
|
/external/libchrome/base/message_loop/ |
message_pump_glib_unittest.cc | 158 // Test fixture.
|
/external/libchrome/sandbox/linux/bpf_dsl/ |
codegen_unittest.cc | 105 // ProgramTest provides a fixture for writing compiling sample
|
/external/llvm/unittests/ADT/ |
DenseMapTest.cpp | 75 // Test fixture, with helper functions implemented by forwarding to global
|
/external/llvm/unittests/Analysis/ |
ScalarEvolutionTest.cpp | 27 // We use this fixture to ensure that we clean up ScalarEvolution before
|