HomeSort by relevance Sort by last modified time
    Searched refs:setUpClass (Results 101 - 125 of 238) sorted by null

1 2 3 45 6 7 8 910

  /test/vts/testcases/template/hal_hidl_gtest/
hal_hidl_gtest.py 47 def setUpClass(self):
49 super(HidlHalGTest, self).setUpClass()
198 This funciton should be called after super class' setupClass method.
199 If called before setupClass, user_params will be changed in order to
200 trigger setupClass method to invoke this method again.
207 logging.warn('No test cases are defined yet. Maybe setupClass '
  /test/vts/testcases/template/hal_hidl_replay_test/
hal_hidl_replay_test.py 43 def setUpClass(self):
46 super(HalHidlReplayTest, self).setUpClass()
  /external/desugar/test/java/com/google/devtools/build/android/desugar/
IndexedInputsTest.java 50 public static void setUpClass() throws Exception {
  /external/parameter-framework/upstream/test/functional-tests-legacy/Util/
PfwUnitTestLib.py 128 def setUpClass(cls):
  /external/python/cpython2/Lib/idlelib/idle_test/
test_autocomplete.py 26 def setUpClass(cls):
test_autoexpand.py 17 def setUpClass(cls):
test_parenmatch.py 34 def setUpClass(cls):
  /external/python/cpython2/Lib/lib-tk/test/test_tkinter/
test_images.py 26 def setUpClass(cls):
27 AbstractTkTest.setUpClass.__func__(cls)
108 def setUpClass(cls):
109 AbstractTkTest.setUpClass.__func__(cls)
  /external/python/cpython2/Lib/lib-tk/test/test_ttk/
support.py 8 def setUpClass(cls):
  /external/python/cpython2/Lib/test/
test_imghdr.py 30 def setUpClass(cls):
  /external/python/cpython3/Lib/ctypes/test/
test_find.py 11 def setUpClass(cls):
  /external/python/cpython3/Lib/idlelib/idle_test/
test_autocomplete.py 30 def setUpClass(cls):
test_autoexpand.py 17 def setUpClass(cls):
test_parenmatch.py 25 def setUpClass(cls):
test_textview.py 70 def setUpClass(cls):
test_undo.py 18 def setUpClass(cls):
  /external/python/cpython3/Lib/test/
test_asdl_parser.py 21 def setUpClass(cls):
25 # There's no need to do this for each test method, hence setUpClass.
  /external/python/cpython3/Lib/test/test_tools/
test_md5sum.py 14 def setUpClass(cls):
  /external/python/cpython3/Lib/tkinter/test/
support.py 8 def setUpClass(cls):
  /external/python/cpython3/Lib/tkinter/test/test_tkinter/
test_images.py 25 def setUpClass(cls):
26 AbstractTkTest.setUpClass.__func__(cls)
107 def setUpClass(cls):
108 AbstractTkTest.setUpClass.__func__(cls)
  /test/vts/testcases/host/shell/
SampleShellTest.py 32 def setUpClass(self):
  /test/vts/testcases/host/verify_boot_header/
VtsFirmwareBootHeaderVerification.py 44 def setUpClass(self):
  /test/vts/testcases/system/libc/
LibcTest.py 30 def setUpClass(self):
  /test/vts/testcases/template/hal_hidl_host_test/
hal_hidl_host_test.py 45 def setUpClass(self):
  /test/vts-testcase/fuzz/template/func_fuzzer_test/
func_fuzzer_test.py 41 def setUpClass(self):

Completed in 837 milliseconds

1 2 3 45 6 7 8 910