Searched refs:Test (Results 1 - 25 of 202) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DMakefile.am64 Test-auth-basic.px \
65 Test-auth-no-challenge.px \
66 Test-auth-no-challenge-url.px \
67 Test-auth-with-content-disposition.px \
68 Test-c-full.px \
69 Test-c-partial.px \
70 Test-c.px \
71 Test-c-shorter.px \
72 Test-cookies.px \
73 Test
[all...]
H A DMakefile.in596 Test-auth-basic.px \
597 Test-auth-no-challenge.px \
598 Test-auth-no-challenge-url.px \
599 Test-auth-with-content-disposition.px \
600 Test-c-full.px \
601 Test-c-partial.px \
602 Test-c.px \
603 Test-c-shorter.px \
604 Test-cookies.px \
605 Test
[all...]
H A DMakefile596 Test-auth-basic.px \
597 Test-auth-no-challenge.px \
598 Test-auth-no-challenge-url.px \
599 Test-auth-with-content-disposition.px \
600 Test-c-full.px \
601 Test-c-partial.px \
602 Test-c.px \
603 Test-c-shorter.px \
604 Test-cookies.px \
605 Test
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/muleunit/
H A Dtestregistry.h30 class Test;
53 * @param test Test to be added
55 static void addTest(Test *test);
66 void add(Test *test);
H A Dtestcase.h34 class Test;
36 typedef std::list<Test*> TestList;
40 * A TestCase is a collection of unit tests (instance of Test) and is
41 * always specified by the first parameter of a Test declaration.
57 * Add a Test to the Test list. This method is used by TestRegistry.
59 * @param test Test instance to add to the Test list.
61 void addTest(Test *test);
64 * Get the Test lis
[all...]
H A Dtest.cpp117 Test::Test(const wxString& testCaseName, const wxString& testName) function in class:Test
125 Test::~Test()
130 void Test::setUp()
135 void Test::tearDown()
140 void Test::run()
145 const wxString& Test::getTestName() const
151 const wxString& Test::getTestCaseName() const
H A Dtest.h132 * Test class containing all macros to do unit testing.
138 class Test class in namespace:muleunit
142 * Main Test constructor. Used to create a test that will register itself
147 Test(const wxString& testCaseName, const wxString& testName);
150 * Main Test desctructor
154 virtual ~Test();
167 * Test code should be in this method.
168 * run() will be called by the Test's TestCase, hence subclasses of Test
282 Test
[all...]
H A Dtestregistry.cpp44 void TestRegistry::addTest(Test *test)
63 void TestRegistry::add(Test *test)
H A Dtestcase.cpp38 void TestCase::addTest(Test *test)
69 Test* test = *it;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/streams/
H A Dbstream.cpp26 using CppUnit::Test;
38 static Test *suite();
41 Test *StreamCase::suite()
57 extern CppUnit::Test* GetlargeFileSuite();
58 Test *lfs = GetlargeFileSuite();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/prime/
H A DMakefile15 @echo Test creating a 128-bit prime
17 @echo Test creating a 256-bit prime
19 @echo Test creating a 512-bit prime
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/prime/
H A DMakefile15 @echo Test creating a 128-bit prime
17 @echo Test creating a 256-bit prime
19 @echo Test creating a 512-bit prime
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/prime/
H A DMakefile15 @echo Test creating a 128-bit prime
17 @echo Test creating a 256-bit prime
19 @echo Test creating a 512-bit prime
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/archive/
H A Dtartest.cpp3 // Purpose: Test the tar classes
35 static CppUnit::Test *suite() { return (new tartest)->makeSuite(); }
38 CppUnit::Test *makeTest(string descr, int options,
51 CppUnit::Test *tartest::makeTest(
/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 DEvolveTestInit.java12 import junit.framework.Test;
26 public static Test suite()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DBuilder.pm1 package Test::Builder;
14 # Make Test::Builder thread-safe for ithreads.
70 Test::Builder - Backend for building test libraries
74 package My::Test::Module;
75 use Test::Builder;
80 my $Test = Test::Builder->new;
81 $Test->output('my_logfile');
87 $Test->exported_to($pack);
88 $Test
[all...]
H A DMore.pm1 package Test::More;
6 use Test::Builder;
37 my $Test = Test::Builder->new;
54 Test::More - yet another framework for writing test scripts
58 use Test::More tests => $Num_Tests;
60 use Test::More qw(no_plan);
62 use Test::More skip_all => $reason;
109 my @status = Test::More::status;
118 Test
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DRepmgrConfigTest.java17 import org.junit.Test;
152 @Test (timeout=3000) public void TestOptions0()
156 @Test (timeout=3000) public void TestOptions1()
160 @Test (timeout=3000) public void TestOptions2()
164 @Test (timeout=3000) public void TestOptions3()
168 @Test (timeout=3000) public void TestOptions4()
172 @Test (timeout=3000) public void TestOptions5()
176 @Test (timeout=3000) public void TestOptions6()
180 @Ignore("Currently failing") @Test (timeout=3000) public void TestOptions7()
184 @Test (timeou
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/dotzlib/DotZLib/
H A DUnitTests.cs47 [Test]
61 [Test]
84 [Test]
97 [Test]
118 [Test]
131 [Test]
155 [Test]
172 [Test]
192 [Test]
212 [Test]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DUnitTests.cs47 [Test]
61 [Test]
84 [Test]
97 [Test]
118 [Test]
131 [Test]
155 [Test]
172 [Test]
192 [Test]
212 [Test]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DUnitTests.cs47 [Test]
61 [Test]
84 [Test]
97 [Test]
118 [Test]
131 [Test]
155 [Test]
172 [Test]
192 [Test]
212 [Test]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/dotzlib/DotZLib/
H A DUnitTests.cs47 [Test]
61 [Test]
84 [Test]
97 [Test]
118 [Test]
131 [Test]
155 [Test]
172 [Test]
192 [Test]
212 [Test]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/regex/
H A Dregex.inc2 * Test data for wxRegEx (UTF-8 encoded)
9 * Test types:
65 static Test *suite();
68 Test *regextest_1::suite()
90 static Test *suite();
93 Test *regextest_2::suite()
117 static Test *suite();
120 Test *regextest_3::suite()
145 static Test *suite();
148 Test *regextest_
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/
H A Dmakenewtest.sh10 *Test)
13 echo "New test case names must end in Test."
58 echo "import org.junit.Test;" >> $outname
104 echo " * Test case implementations." >> $outname
106 echo " * To set a timeout(ms) notate like: @Test(timeout=1000)" >> $outname
107 echo " * To indicate an expected exception notate like: $Test(expected=Exception)" >> $outname
111 echo " @Test public void test1()" >> $outname
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-java-213 // Test recognition of \u escapes: B�se B�bchen
15 // Test recognition of \u escapes with different number of u
17 // Test recognition of \u escapes when they form UTF-16 surrogates
20 // Test invalid surrogates.
86 #. Test recognition of \u escapes: B��se B��bchen
91 #. Test recognition of \u escapes with different number of u
96 #. Test recognition of \u escapes when they form UTF-16 surrogates
102 #. Test invalid surrogates.

Completed in 307 milliseconds

123456789