Searched refs:testType (Results 1 – 3 of 3) sorted by relevance
/trunk/main/bridges/test/java_uno/any/ |
H A D | TestAny.java | 38 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 …]
|
/trunk/main/testtools/source/bridgetest/pyuno/ |
H A D | core.py | 144 def testType(self ): member in TestCase
|
/trunk/main/cppu/qa/ |
H A D | test_any.cxx | 1441 TEST_F(Test, testType) { in TEST_F() argument
|
Completed in 34 milliseconds