Home
last modified time | relevance | path

Searched refs:test_base (Results 1 – 25 of 860) sorted by relevance

12345678910>>...35

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/test/
H A Dtest_tar.sh116 ( cd $test_base.1 && $tar cvf $test_base.tar . )
122 rm -rf $test_base.1
125 ( cd $test_base.1 && $tar xf $test_base.tar )
140 cp -fp $test_base.1/datefile $test_base.1/newdir/dummyfile 2>/dev/null
148 mv -f $test_base.1/datefile $test_base.1/phonyfile 2>/dev/null
157 mv -f $test_base.1/phonyfile $test_base.1/datefile 2>/dev/null
165 rm -f $test_base.1/.testfifo $test_base.2/.testfifo
212 cat $test_tar_file $test_base.out.temp $test_base.2/newdir/datefile > $test_b…
213 cmp -l $test_base.out.1 $test_base.out.2 | head -n 100 >$test_base.cmp …
224 $test_tar -c -v -f - $test_base.cat $test_base.dog | $tar tvf - | tee $test_base.lst || exit 1
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/simpletest/tests/src/Unit/
H A DTestBaseTest.php128 $test_base = $this->getTestBaseForAssertionTests('test_id');
137 $test_base = $this->getTestBaseForAssertionTests('test_id');
173 $test_base = $this->getTestBaseForAssertionTests($test_id);
176 $this->assertAttributeEmpty('assertions', $test_base);
182 $ref_assert = new \ReflectionMethod($test_base, 'assert');
188 $ref_assert->invokeArgs($test_base,
197 $this->assertAttributeNotEmpty('assertions', $test_base);
202 $assertions = $ref_assertions->getValue($test_base);
226 $test_base = $this->getTestBaseForAssertionTests('test_id');
404 $this->invokeProtectedMethod($test_base, 'pass', [])
[all …]
/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/common/
H A Dtest.cc23 test_base::test_base() : in test_base() function in ucs::test_base
35 test_base::~test_base() { in ~test_base()
110 void test_base::push_config() in push_config()
122 void test_base::pop_config() in pop_config()
229 void test_base::SetUpProxy() { in SetUpProxy()
252 void test_base::TearDownProxy() { in TearDownProxy()
287 void test_base::run() in run()
307 test_base *self = reinterpret_cast<test_base*>(arg); in thread_func()
353 void test_base::init() { in init()
356 void test_base::cleanup() { in cleanup()
[all …]
/dports/net/py-python-openstackclient/python-openstackclient-5.2.1/openstackclient/tests/unit/integ/cli/
H A Dtest_project.py22 class TestIntegV2ProjectID(test_base.TestInteg):
27 "OS_AUTH_URL": test_base.V2_AUTH_URL,
46 test_base.V2_AUTH_URL,
67 test_base.V2_AUTH_URL,
85 "OS_AUTH_URL": test_base.V2_AUTH_URL,
104 test_base.V2_AUTH_URL,
125 test_base.V2_AUTH_URL,
164 test_base.V3_AUTH_URL,
183 test_base.V3_AUTH_URL,
220 test_base.V3_AUTH_URL,
[all …]
H A Dtest_shell.py34 class TestIntegShellCliNoAuth(test_base.TestInteg):
79 class TestIntegShellCliV2(test_base.TestInteg):
103 test_base.V2_AUTH_URL,
193 test_base.V2_AUTH_URL,
214 class TestIntegShellCliV3(test_base.TestInteg):
239 test_base.V3_AUTH_URL,
372 = test_base.V3_AUTH_URL
388 test_base.V3_AUTH_URL,
446 = test_base.V3_AUTH_URL
487 test_base.V3_AUTH_URL,
[all …]
/dports/ftp/py-ftputil/ftputil-5.0.2/test/
H A Dtest_path.py17 from test import test_base
91 dir_line = test_base.dir_line(
123 dir_line = test_base.dir_line(
154 dir_line = test_base.dir_line(
206 dir_line1 = test_base.dir_line(
209 dir_line2 = test_base.dir_line(
214 dir_line3 = test_base.dir_line(
316 dir_line1 = test_base.dir_line(
319 dir_line2 = test_base.dir_line(
325 dir_line3 = test_base.dir_line(
[all …]
H A Dtest_host.py28 from test import test_base
592 dir_result = test_base.dir_line(
625 dir_result = test_base.dir_line(
923 dir_line1 = test_base.dir_line(
926 dir_line2 = test_base.dir_line(
1054 dir_line = test_base.dir_line(
1108 dir_line = test_base.dir_line(
1130 dir_line = test_base.dir_line(
1168 dir_line = test_base.dir_line(
1186 dir_line = test_base.dir_line(
[all …]
H A Dtest_file.py14 from test import test_base
46 with test_base.ftp_host_factory(multisession_factory) as host:
83 with test_base.ftp_host_factory(multisession_factory) as host:
132 with test_base.ftp_host_factory(multisession_factory) as host:
155 with test_base.ftp_host_factory(multisession_factory) as host:
174 with test_base.ftp_host_factory(multisession_factory) as host:
198 with test_base.ftp_host_factory(multisession_factory) as host:
216 result=test_base.MockableBytesIO(b""),
250 with test_base.ftp_host_factory(multisession_factory) as host:
283 result=test_base.MockableStringIO(newline="\r\n"),
[all …]
/dports/devel/libe/e-releases-0.11.0/
H A Dth.cc41 static std::vector<th::test_base*>* _th_tests = NULL;
49 th :: test_base :: test_base(const char* group, in test_base() function in th::test_base
60 _th_tests = new std::vector<th::test_base*>(); in test_base()
67 th :: test_base :: run(bool* failed) in run()
83 th :: test_base :: operator < (const test_base& rhs) const in operator <()
89 th :: test_base :: compare(const test_base& rhs) const in compare()
91 const test_base& lhs(*this); in compare()
179 compare_test_base_ptrs(const th::test_base* lhs, const th::test_base* rhs) in compare_test_base_ptrs()
193 const std::vector<th::test_base*>& th_tests(*_th_tests); in run_tests()
H A Dth.h51 class test_base
54 test_base(const char* group,
58 virtual ~test_base() throw () {} in ~test_base()
64 bool operator < (const test_base& rhs) const;
68 int compare(const test_base& rhs) const;
71 test_base(const test_base&);
72 test_base& operator = (const test_base&);
122 …ss TH_CONCAT(GROUP, TH_CONCAT(_, TH_CONCAT(NAME, TH_CONCAT(_, __LINE__)))) : public th::test_base \
126 : test_base(TH_STR(GROUP), TH_STR(NAME), __FILE__, __LINE__) {} \
/dports/devel/libpo6/libpo6-0.8.0/
H A Dth.cc41 static std::vector<th::test_base*>* _th_tests = NULL;
49 th :: test_base :: test_base(const char* group, in test_base() function in th::test_base
60 _th_tests = new std::vector<th::test_base*>(); in test_base()
67 th :: test_base :: run(bool* failed) in run()
83 th :: test_base :: operator < (const test_base& rhs) const in operator <()
89 th :: test_base :: compare(const test_base& rhs) const in compare()
91 const test_base& lhs(*this); in compare()
179 compare_test_base_ptrs(const th::test_base* lhs, const th::test_base* rhs) in compare_test_base_ptrs()
193 const std::vector<th::test_base*>& th_tests(*_th_tests); in run_tests()
H A Dth.h51 class test_base
54 test_base(const char* group,
58 virtual ~test_base() throw () {} in ~test_base()
64 bool operator < (const test_base& rhs) const;
68 int compare(const test_base& rhs) const;
71 test_base(const test_base&);
72 test_base& operator = (const test_base&);
122 …ss TH_CONCAT(GROUP, TH_CONCAT(_, TH_CONCAT(NAME, TH_CONCAT(_, __LINE__)))) : public th::test_base \
126 : test_base(TH_STR(GROUP), TH_STR(NAME), __FILE__, __LINE__) {} \
/dports/net/py-ldap3/ldap3-2.8.1/test/
H A DtestLDIF-change.py29 from test.config import test_base, generate_dn, test_name_attr, test_moved, random_id
58 …self.assertTrue('dn: ' + test_name_attr + '=' + testcase_id + 'ldif-change-1,' + test_base in resp…
70 self.connection.delete(generate_dn(test_base, testcase_id, 'ldif-change-2'))
73 …self.assertTrue('dn:' + test_name_attr + '=' + testcase_id + 'ldif-change-2,' + test_base in respo…
77 ….modify_dn(generate_dn(test_base, testcase_id, 'ldif-change-3'), test_name_attr + '=' + testcase_i…
82 …self.assertTrue('dn:' + test_name_attr + '=' + testcase_id + 'ldif-change-3,' + test_base in respo…
84 …sertTrue('newrdn:' + test_name_attr + '=' + testcase_id + 'ldif-change-4,' + test_base in response)
93 …self.assertTrue('dn:' + test_name_attr + '=' + testcase_id + 'ldif-change-5,' + test_base in respo…
105 …self.assertTrue('dn:' + test_name_attr + '=' + testcase_id + 'ldif-change-6,' + test_base in respo…
117 …self.assertTrue('dn:' + test_name_attr + '=' + testcase_id + 'ldif-change-7,' + test_base in respo…
[all …]
H A DtestSearchOperation.py30 from test.config import test_base, test_name_attr, random_id, get_connection, \
64 …ponse, request = get_response_values(self.connection.search(search_base=test_base, search_filter='…
73 …ponse, request = get_response_values(self.connection.search(search_base=test_base, search_filter='…
84 …ponse, request = get_response_values(self.connection.search(search_base=test_base, search_filter='…
89 …ponse, request = get_response_values(self.connection.search(search_base=test_base, search_filter='…
94 …ponse, request = get_response_values(self.connection.search(search_base=test_base, search_filter='…
168 …ponse, request = get_response_values(self.connection.search(search_base=test_base, search_filter='…
192 …ponse, request = get_response_values(self.connection.search(search_base=test_base, search_filter='…
202 …ponse, request = get_response_values(self.connection.search(search_base=test_base, search_filter='…
223 …ponse, request = get_response_values(self.connection.search(search_base=test_base, search_filter='…
[all …]
/dports/sysutils/dnf/dnf-4.9.0/tests/
H A Dtest_fill_sack_from_repos_in_cache.py77 self.test_base = dnf.Base(conf=conf)
81 self.test_base.repos.add(repoconf)
85 self.test_base = None
89 if self.test_base:
90 self.test_base.close()
105 q = self.test_base.sack.query()
135 q = self.test_base.sack.query()
156 q = self.test_base.sack.query()
228 q = self.test_base.sack.query()
241 q = self.test_base.sack.query()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/ruby/
H A Dtest.rb4 test_base = "./test"
11 test_base = ARGV[index+1]
18 Dir.chdir(test_base + "/..")
21 testfiles = File.join(test_base + "/**", "Test*.rb")
34 Test::Unit::AutoRunner.run(RUBY_VERSION >= '1.8.3' ,test_base + '/',['--pattern=/Test.*\.rb\Z/'])
43 Test::Unit::AutoRunner.run(RUBY_VERSION >= '1.8.3' ,test_base + '/',['--pattern=/Test.*\.rb\Z/'])
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/ruby/
H A Dtest.rb4 test_base = "./test"
11 test_base = ARGV[index+1]
18 Dir.chdir(test_base + "/..")
21 testfiles = File.join(test_base + "/**", "Test*.rb")
34 Test::Unit::AutoRunner.run(RUBY_VERSION >= '1.8.3' ,test_base + '/',['--pattern=/Test.*\.rb\Z/'])
43 Test::Unit::AutoRunner.run(RUBY_VERSION >= '1.8.3' ,test_base + '/',['--pattern=/Test.*\.rb\Z/'])
/dports/math/stanmath/math-4.2.0/test/unit/math/mix/meta/
H A Dbase_type_test.cpp20 void test_base() { in test_base() function
53 test_base<float>(); in TEST()
54 test_base<double>(); in TEST()
55 test_base<var>(); in TEST()
56 test_base<fvar<double>>(); in TEST()
57 test_base<fvar<fvar<double>>>(); in TEST()
58 test_base<fvar<var>>(); in TEST()
59 test_base<fvar<fvar<var>>>(); in TEST()
/dports/devel/libcwd/libcwd-1.0.6/cutee/
H A Dcutee.h27 struct name: public cutee::test_base
98 struct test_base struct
100 test_base() in test_base() argument
104 virtual ~test_base() in ~test_base() argument
177 int funcs = test_base::s_func_success + in print() argument
178 test_base::s_func_failed; in print()
179 int checks = test_base::s_success + test_base::s_failed; in print()
186 test_base::s_func_success << " " << in print()
187 setw(8) << test_base::s_success << endl; in print()
188 cout << " Failed "<< setw(8) << test_base::s_func_failed << in print()
[all …]
/dports/devel/py-nose/nose-1.3.7/
H A Dsetup3lib.py76 self.test_base = None
79 test_base = self.distribution.test_build_dir
80 if not test_base:
82 test_base = bcmd.build_base
83 self.test_base = test_base
88 test_base = self.test_base
94 dir_util.mkpath(test_base)
97 destdir = os.path.join(test_base, srcdir)
/dports/archivers/lhasa/lhasa-0.3.1/test/
H A Dtest_common.sh66 test_base="$PWD"
74 cygpath -w "$test_base/archives/$filename"
76 echo "$test_base/archives/$filename"
84 local test_binary="$test_base/../src/test-lha"
87 test_binary="$test_base/../src/test-lha.exe"
196 ' < "$test_base/output/$archive_file-hdr.txt"
/dports/devel/boost-docs/boost_1_72_0/libs/random/test/
H A Dstatistic_tests.cpp40 class test_base class
49 class equidistribution_test : test_base
90 : test_base(env), in ks_distribution_test()
117 class runs_test : test_base
152 class gap_test : test_base
190 class poker_test : test_base
245 class permutation_test : test_base
275 class maximum_test : test_base
279 : test_base(env), in maximum_test()
298 class birthday_test : test_base
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/random/test/
H A Dstatistic_tests.cpp40 class test_base class
49 class equidistribution_test : test_base
90 : test_base(env), in ks_distribution_test()
117 class runs_test : test_base
152 class gap_test : test_base
190 class poker_test : test_base
245 class permutation_test : test_base
275 class maximum_test : test_base
279 : test_base(env), in maximum_test()
298 class birthday_test : test_base
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/random/test/
H A Dstatistic_tests.cpp40 class test_base class
49 class equidistribution_test : test_base
90 : test_base(env), in ks_distribution_test()
117 class runs_test : test_base
152 class gap_test : test_base
190 class poker_test : test_base
245 class permutation_test : test_base
275 class maximum_test : test_base
279 : test_base(env), in maximum_test()
298 class birthday_test : test_base
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/random/test/
H A Dstatistic_tests.cpp40 class test_base class
49 class equidistribution_test : test_base
90 : test_base(env), in ks_distribution_test()
117 class runs_test : test_base
152 class gap_test : test_base
190 class poker_test : test_base
245 class permutation_test : test_base
275 class maximum_test : test_base
279 : test_base(env), in maximum_test()
298 class birthday_test : test_base
[all …]

12345678910>>...35