Home
last modified time | relevance | path

Searched refs:testSomething (Results 1 – 7 of 7) sorted by relevance

/external/testng/src/test/java/test/cyclic/
DAbstractGenericTests.java8 public final void testSomething() { in testSomething() method in AbstractGenericTests
/external/testng/src/test/java/test/configuration/
DConfigurationGroups7SampleTest.java21 public void testSomething() { in testSomething() method in ConfigurationGroups7SampleTest
DConfigurationGroups8SampleTest.java28 public void testSomething() { in testSomething() method in ConfigurationGroups8SampleTest
/external/mockito/src/test/java/org/mockitousage/performance/
DLoadsOfMocksTest.java23 public void testSomething() { in testSomething() method in LoadsOfMocksTest
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
DAnnotations.java.txt41 @Ignore("lalala") @Test public void testSomething() {}
/external/python/cpython2/Doc/library/
Dunittest.rst528 def testSomething():
535 testcase = unittest.FunctionTestCase(testSomething)
540 testcase = unittest.FunctionTestCase(testSomething,
/external/python/cpython3/Doc/library/
Dunittest.rst475 def testSomething():
483 testcase = unittest.FunctionTestCase(testSomething,