Home
last modified time | relevance | path

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

/AOO41X/main/bridges/test/java_uno/any/
H A DTestAny.java116 success &= testMapAny(transport, Any.VOID, new CompareBoxed()); in test()
119 success &= testMapAny(transport, Boolean.FALSE, new CompareBoxed()); in test()
120 success &= testMapAny(transport, Boolean.TRUE, new CompareBoxed()); in test()
121 success &= testMapAny(transport, in test()
124 success &= testMapAny(transport, in test()
129 success &= testMapAny(transport, new Byte((byte) -128), in test()
131 success &= testMapAny(transport, new Byte((byte) 0), in test()
133 success &= testMapAny(transport, new Byte((byte) 127), in test()
135 success &= testMapAny(transport, in test()
138 success &= testMapAny(transport, in test()
[all …]