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

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/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-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/muleunit/
H A Dtestcase.cpp30 TestCase::TestCase(const wxString& name) function in class:TestCase
34 TestCase::~TestCase()
38 void TestCase::addTest(Test *test)
43 const TestList& TestCase::getTests() const
48 int TestCase::getTestsCount() const
54 const wxString& TestCase::getName() const
61 bool TestCase::run()
H A Dtestregistry.h31 class TestCase;
34 typedef std::list<TestCase*> TestCaseList;
39 * and create appropriate TestCase. It can then be used to run
50 * Add a test in the registry. If the previous TestCase was not the same
51 * as the one of the current test, a new TestCase is created.
H A Dtestcase.h40 * A TestCase is a collection of unit tests (instance of Test) and is
43 class TestCase class in namespace:muleunit
48 * Main TestCase constructor.
50 * @param name TestCase name
52 TestCase(const wxString& name);
54 virtual ~TestCase();
71 * Execute all Tests in the Test list of this TestCase, returning false if there were failures.
76 * Get the Test list size (number of Tests in this TestCase).
99 * Get the TestCase name. This name is specified by the first parameter
101 * TEST(TESTCASE1, TEST1), the TestCase nam
[all...]
H A Dtestregistry.cpp70 m_testCases.push_back(new TestCase(tcName));
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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 {
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/tests/
H A DtstLastError.py6 class TestCase(unittest.TestCase): class in inherits:unittest.TestCase
78 test = TestCase()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/strings/
H A Dcrt.cpp31 class CrtTestCase : public CppUnit::TestCase
/netgear-R7000-V1.0.7.12_1.2.5/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 {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/regex/
H A Dwxregextest.cpp27 using CppUnit::TestCase;
35 class RegExCompileTestCase : public TestCase
40 : TestCase(name),
70 class RegExMatchTestCase : public TestCase
76 : TestCase(name),
134 class RegExReplaceTestCase : public TestCase
140 : TestCase(name),

Completed in 171 milliseconds

1234