Home
last modified time | relevance | path

Searched defs:testobj (Results 1 – 25 of 96) sorted by relevance

1234

/dports/devel/py-flufl.i18n/flufl.i18n-2.0.2/flufl/i18n/testing/
H A Dhelpers.py13 def setup(testobj): argument
22 def teardown(testobj): argument
/dports/devel/py-flufl.lock/flufl.lock-3.2/flufl/lock/testing/
H A Dhelpers.py22 def make_temporary_lockfile(testobj): argument
82 def setup(testobj): argument
99 def teardown(testobj): argument
/dports/mail/py-aiosmtpd/aiosmtpd-1.2/aiosmtpd/testing/
H A Dhelpers.py40 def setup(testobj): argument
44 def teardown(testobj): argument
/dports/science/openbabel/openbabel-3.1.1/test/
H A Dperiodictest.cpp146 PeriodicTester testobj; in testNonperiodicNegative() local
155 PeriodicTester testobj; in testPeriodicFlag() local
173 PeriodicTester testobj; in testPeriodicCIFWrite() local
209 PeriodicTester testobj; in testPeriodicNoncubic() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/rmi/MarshalledObject/
H A DMOFilterTest.java70 Serializable testobj = Integer.valueOf(5); in delegatesToMO() local
72 … Assert.assertEquals(mo.get(), testobj, "MarshalledObject.get returned a non-equals test object"); in delegatesToMO() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/rmi/MarshalledObject/
H A DMOFilterTest.java70 Serializable testobj = Integer.valueOf(5); in delegatesToMO() local
72 … Assert.assertEquals(mo.get(), testobj, "MarshalledObject.get returned a non-equals test object"); in delegatesToMO() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/rmi/MarshalledObject/
H A DMOFilterTest.java70 Serializable testobj = Integer.valueOf(5); in delegatesToMO() local
72 … Assert.assertEquals(mo.get(), testobj, "MarshalledObject.get returned a non-equals test object"); in delegatesToMO() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/rmi/MarshalledObject/
H A DMOFilterTest.java70 Serializable testobj = Integer.valueOf(5); in delegatesToMO() local
72 … Assert.assertEquals(mo.get(), testobj, "MarshalledObject.get returned a non-equals test object"); in delegatesToMO() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/rmi/MarshalledObject/
H A DMOFilterTest.java70 Serializable testobj = Integer.valueOf(5); in delegatesToMO() local
72 … Assert.assertEquals(mo.get(), testobj, "MarshalledObject.get returned a non-equals test object"); in delegatesToMO() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/rmi/MarshalledObject/
H A DMOFilterTest.java70 Serializable testobj = Integer.valueOf(5); in delegatesToMO() local
72 … Assert.assertEquals(mo.get(), testobj, "MarshalledObject.get returned a non-equals test object"); in delegatesToMO() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/rmi/MarshalledObject/
H A DMOFilterTest.java70 Serializable testobj = Integer.valueOf(5); in delegatesToMO() local
72 … Assert.assertEquals(mo.get(), testobj, "MarshalledObject.get returned a non-equals test object"); in delegatesToMO() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/rmi/MarshalledObject/
H A DMOFilterTest.java70 Serializable testobj = Integer.valueOf(5); in delegatesToMO() local
72 … Assert.assertEquals(mo.get(), testobj, "MarshalledObject.get returned a non-equals test object"); in delegatesToMO() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/rmi/MarshalledObject/
H A DMOFilterTest.java70 Serializable testobj = Integer.valueOf(5); in delegatesToMO() local
72 … Assert.assertEquals(mo.get(), testobj, "MarshalledObject.get returned a non-equals test object"); in delegatesToMO() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/rmi/MarshalledObject/
H A DMOFilterTest.java70 Serializable testobj = Integer.valueOf(5); in delegatesToMO() local
72 … Assert.assertEquals(mo.get(), testobj, "MarshalledObject.get returned a non-equals test object"); in delegatesToMO() local
/dports/devel/sol2/sol2-4.0.0-alpha/tests/runtime_tests/source/
H A Dtables.cpp95 sol::object testobj = lua["testtable"]; variable
106 sol::object testobj = lua["testtable"]; variable
117 sol::object testobj = lua["testtable"]; variable
129 sol::object testobj = lua["testtable"]; variable
/dports/mail/mailman3/mailman-3.3.1/src/mailman/testing/
H A Ddocumentation.py204 def setup(testobj): argument
229 def teardown(testobj): argument
/dports/benchmarks/py-zopkio/Zopkio-0.2.5/test/
H A Dtest_test_utils.py23 import zopkio.testobj as testobj namespace
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail17842.d20 Object testobj(scope Object obj) @safe in testobj() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/drawing/
H A D_XDrawPageDuplicator.java58 XInterface testobj = tEnv.getTestObject(); in _duplicate() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/drawing/
H A D_XDrawPageDuplicator.java58 XInterface testobj = tEnv.getTestObject(); in _duplicate() local
/dports/www/libevhtp/libevhtp-1.2.16/examples/
H A Dtest_htparse.c17 struct testobj { struct
18 char * name;
19 char * data;
20 htp_type type;
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Drichcmp_str_equals.py7 class testobj(object): class
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Drichcmp_str_equals.py7 class testobj(object): class
/dports/misc/lifelines/lifelines-3.1.1/src/stdlib/
H A Dvtable.c37 static struct tag_generic_ref_object testobj = { variable
/dports/emulators/mess/mame-mame0226/3rdparty/sol2/
H A Dtest_tables.cpp324 sol::object testobj = lua["testtable"]; variable
335 sol::object testobj = lua["testtable"]; variable
346 sol::object testobj = lua["testtable"]; variable
358 sol::object testobj = lua["testtable"]; variable

1234