Home
last modified time | relevance | path

Searched defs:DynamicTestCase (Results 1 – 2 of 2) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/
H A DDynamicTestCase.java35 public abstract class DynamicTestCase extends UITestCase implements class
53 public DynamicTestCase(String testName) { in DynamicTestCase() method in DynamicTestCase
/dports/net/samba412/samba-4.12.15/python/samba/tests/
H A D__init__.py66 def DynamicTestCase(cls): function