Searched refs:TestCase (Results 1 - 25 of 51) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/stf/
H A Dinfo3cache.py38 class WinbindAuthCrap(comfychair.TestCase):
42 class WinbindAuthSmbd(comfychair.TestCase):
47 class WinbindAuthPlaintext(comfychair.TestCase):
H A Dtest.py8 class NormalTest(comfychair.TestCase):
12 class RootTest(comfychair.TestCase):
19 class GoodExecTest(comfychair.TestCase):
23 class BadExecTest(comfychair.TestCase):
H A Dexample.py25 class OnePlusOne(comfychair.TestCase):
29 class FailTest(comfychair.TestCase):
H A Dsambalib.py27 class snprintf_Test(comfychair.TestCase):
H A Dsmbcontrol.py8 class NoArgs(comfychair.TestCase):
14 class OneArg(comfychair.TestCase):
20 class SmbdDest(comfychair.TestCase):
25 class NmbdDest(comfychair.TestCase):
31 class PidDest(comfychair.TestCase):
36 class SelfDest(comfychair.TestCase):
41 class WinbinddDest(comfychair.TestCase):
47 class BadDest(comfychair.TestCase):
52 class BadCmd(comfychair.TestCase):
58 class NoArgCmdTest(comfychair.TestCase)
[all...]
H A Dpythoncheck.py26 class ImportTest(comfychair.TestCase):
H A Dstrings.py48 class PushUCS2_Tests(comfychair.TestCase):
65 class StrCaseCmp(comfychair.TestCase):
97 class strstr_m(comfychair.TestCase):
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveCase.java13 import junit.framework.TestCase;
76 * abbreviated values like TestCase.assertEquals does.
80 TestCase.fail("Expected:\n" + expected + "\nBut got:\n" + got);
103 TestCase.assertNotNull(model.getEntityMetadata(className));
105 TestCase.assertNotNull(meta);
106 TestCase.assertEquals(version, meta.getVersion());
107 TestCase.assertTrue(meta.isEntityClass());
110 TestCase.assertNotNull(raw);
111 TestCase.assertEquals(version, raw.getVersion());
113 TestCase
[all...]
H A DEvolveClasses.java19 import junit.framework.TestCase;
64 TestCase.assertNotNull(store);
65 TestCase.assertNotNull(key);
70 TestCase.assertNotNull(index);
73 TestCase.assertNotNull(obj);
81 TestCase.assertNotNull(superObj);
94 TestCase.assertNotNull(type);
95 TestCase.assertNotNull(classVersionPairs);
96 TestCase.assertTrue(classVersionPairs.length % 2 == 0);
101 TestCase
[all...]
H A DBindingTest.java36 import junit.framework.TestCase;
75 public class BindingTest extends TestCase {
206 TestCase.assertEquals(id, o.id);
207 TestCase.assertTrue(nullOrEqual(one, o.one));
208 TestCase.assertEquals(two, o.two);
209 TestCase.assertTrue(nullOrEqual(three, o.three));
211 TestCase.assertSame(o.one, o.three);
288 TestCase.assertEquals(f0, o.f0);
289 TestCase.assertEquals(f1, o.f1);
290 TestCase
[all...]
H A DPersistTestUtils.java12 import junit.framework.TestCase;
61 TestCase.fail
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-java-311 class TestCase {
12 public TestCase() {
H A Dxgettext-java-411 class TestCase {
12 public TestCase() {
H A Dxgettext-csharp-111 class TestCase {
12 public TestCase() {
H A Dxgettext-java-111 class TestCase {
12 public TestCase() {
H A Dxgettext-csharp-410 class TestCase {
H A Dxgettext-csharp-210 class TestCase {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A DtstLastError.py6 class TestCase(unittest.TestCase): class in inherits:unittest.TestCase
78 test = TestCase()
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/util/test/
H A DFastOutputStreamTest.java12 import junit.framework.TestCase;
21 public class FastOutputStreamTest extends TestCase {
H A DExceptionWrapperTest.java16 import junit.framework.TestCase;
27 public class ExceptionWrapperTest extends TestCase {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DTestSR15721.java12 import junit.framework.TestCase;
22 public class TestSR15721 extends TestCase {
H A DDbTestUtil.java19 import junit.framework.TestCase;
120 public static String qualifiedTestName(TestCase test) {
H A DSecondaryDeadlockTest.java12 import junit.framework.TestCase;
34 public class SecondaryDeadlockTest extends TestCase {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/serial/
H A DCatalogCornerCaseTest.java11 import junit.framework.TestCase;
25 public class CatalogCornerCaseTest extends TestCase {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libexif-0.6.19/test/nls/
H A Dtest-codeset.c44 } TestCase; typedef in typeref:struct:__anon1055
46 const TestCase testcases[] = {

Completed in 129 milliseconds

123