Home
last modified time | relevance | path

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

/trunk/main/bridges/test/java_uno/any/
H A DTestAny.java38 success &= testType(void.class, TypeClass.VOID, "void"); in test()
39 success &= testType(boolean.class, TypeClass.BOOLEAN, "boolean"); in test()
40 success &= testType(byte.class, TypeClass.BYTE, "byte"); in test()
41 success &= testType(short.class, TypeClass.SHORT, "short"); in test()
42 success &= testType(int.class, TypeClass.LONG, "long"); in test()
43 success &= testType(long.class, TypeClass.HYPER, "hyper"); in test()
44 success &= testType(float.class, TypeClass.FLOAT, "float"); in test()
45 success &= testType(double.class, TypeClass.DOUBLE, "double"); in test()
46 success &= testType(char.class, TypeClass.CHAR, "char"); in test()
47 success &= testType(String.class, TypeClass.STRING, "string"); in test()
[all …]
/trunk/main/testtools/source/bridgetest/pyuno/
H A Dcore.py144 def testType(self ): member in TestCase
/trunk/main/cppu/qa/
H A Dtest_any.cxx1441 TEST_F(Test, testType) { in TEST_F() argument