Home
last modified time | relevance | path

Searched refs:testType (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/bridges/test/java_uno/any/
H A DTestAny.java38 success &= testType(void.class, TypeClass.VOID, "void"); in test()
40 success &= testType(byte.class, TypeClass.BYTE, "byte"); in test()
42 success &= testType(int.class, TypeClass.LONG, "long"); in test()
43 success &= testType(long.class, TypeClass.HYPER, "hyper"); in test()
46 success &= testType(char.class, TypeClass.CHAR, "char"); in test()
48 success &= testType(Type.class, TypeClass.TYPE, "type"); in test()
49 success &= testType(Any.class, TypeClass.ANY, "any"); in test()
61 success &= testType(Enum1[].class, TypeClass.SEQUENCE, in test()
85 success &= testType(Enum1[][].class, TypeClass.SEQUENCE, in test()
98 success &= testType(BaseStruct.class, TypeClass.STRUCT, in test()
[all …]
/aoo41x/main/cppu/qa/
H A Dtest_any.cxx221 void testType();
251 CPPUNIT_TEST(testType);
1545 void Test::testType() { in testType() function in __anon4f1a51660111::Test
/aoo41x/main/testtools/source/bridgetest/pyuno/
H A Dcore.py144 def testType(self ): member in TestCase

Completed in 44 milliseconds