Home
last modified time | relevance | path

Searched defs:testMethods (Results 1 – 25 of 37) sorted by relevance

12

/external/tensorflow/tensorflow/python/ops/numpy_ops/integration_test/
Dnp_config_test.py27 def testMethods(self): member in ConfigTest
/external/junit/src/main/java/org/junit/internal/runners/
DJUnit4ClassRunner.java29 private final List<Method> testMethods; field in JUnit4ClassRunner
66 List<Method> testMethods = this.testMethods; in getDescription() local
/external/testng/src/main/java/org/testng/
DIMethodSelector.java35 public void setTestMethods(List<ITestNGMethod> testMethods); in setTestMethods()
/external/testng/src/test/java/test/methodselectors/
DTest2MethodSelector.java31 public void setTestMethods(List<ITestNGMethod> testMethods) { in setTestMethods()
DAllTestsMethodSelector.java29 public void setTestMethods(List<ITestNGMethod> testMethods) { in setTestMethods()
DNoTest1MethodSelector.java32 public void setTestMethods(List<ITestNGMethod> testMethods) { in setTestMethods()
DNoTestSelector.java25 public void setTestMethods(List<ITestNGMethod> testMethods) { in setTestMethods()
/external/testng/src/test/java/test/invokedmethodlistener/
DInvokedMethodNameListener.java12 final Set<String> testMethods = new HashSet<>(); field in InvokedMethodNameListener
/external/testng/src/main/java/org/testng/internal/
DRunInfo.java68 public void setTestMethods(List<ITestNGMethod> testMethods) { in setTestMethods()
DMethodSelectorDescriptor.java49 public void setTestMethods(List<ITestNGMethod> testMethods) { in setTestMethods()
DTestMethodWorker.java47 IMethodInstance[] testMethods, in TestMethodWorker()
DXmlMethodSelector.java336 public void setTestMethods(List<ITestNGMethod> testMethods) { in setTestMethods()
/external/llvm-project/clang/test/AST/
Dpragma-attribute-cxx-subject-match-rules.cpp95 class testMethods { class
/external/grpc-grpc-java/gae-interop-testing/gae-jdk7/src/main/java/io/grpc/testing/integration/
DOkHttpClientInteropServlet.java109 List<Method> testMethods = new ArrayList<>(); in doGetHelper() local
/external/guava/guava-tests/test/com/google/common/io/
DByteSinkTester.java42 private static final ImmutableList<Method> testMethods = getTestMethods(ByteSinkTester.class); field in ByteSinkTester
DCharSinkTester.java37 private static final ImmutableList<Method> testMethods = getTestMethods(CharSinkTester.class); field in CharSinkTester
DByteSourceTester.java49 private static final ImmutableList<Method> testMethods = getTestMethods(ByteSourceTester.class); field in ByteSourceTester
DCharSourceTester.java47 private static final ImmutableList<Method> testMethods = getTestMethods(CharSourceTester.class); field in CharSourceTester
/external/guava/android/guava-tests/test/com/google/common/io/
DByteSinkTester.java42 private static final ImmutableList<Method> testMethods = getTestMethods(ByteSinkTester.class); field in ByteSinkTester
DCharSinkTester.java38 private static final ImmutableList<Method> testMethods = getTestMethods(CharSinkTester.class); field in CharSinkTester
DByteSourceTester.java49 private static final ImmutableList<Method> testMethods = getTestMethods(ByteSourceTester.class); field in ByteSourceTester
DCharSourceTester.java44 private static final ImmutableList<Method> testMethods = getTestMethods(CharSourceTester.class); field in CharSourceTester
/external/python/cpython2/Lib/test/
Dtest_file.py100 def testMethods(self): member in AutoFileTests
/external/python/cpython3/Lib/test/
Dtest_file.py95 def testMethods(self): member in AutoFileTests
/external/junit/src/main/java/org/junit/experimental/theories/
DTheories.java161 … List<FrameworkMethod> testMethods = new ArrayList<FrameworkMethod>(super.computeTestMethods()); in computeTestMethods() local

12