Home
last modified time | relevance | path

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

/aoo4110/main/jurt/test/com/sun/star/lib/uno/protocols/urp/
H A DProtocol_Test.java88 Object[] t_params = iMessage.getArguments(); in testCallWithInParameter() local
89 assertEquals("hallo", (String)t_params[0]); in testCallWithInParameter()
107 Object[] t_params = iMessage.getArguments(); in testCallWithOutParameter() local
108 ((String [])t_params[0])[0] = "testString"; in testCallWithOutParameter()
128 Object[] t_params = iMessage.getArguments(); in testCallWithInOutParameter() local
129 assertEquals("inString", ((String [])t_params[0])[0]); in testCallWithInOutParameter()
132 ((String [])t_params[0])[0] = "outString"; in testCallWithInOutParameter()
190 Object[] t_params = iMessage.getArguments(); in testCallWithIn_Out_InOut_Paramters_and_result() local
192 assertEquals("hallo", (String)t_params[0]); in testCallWithIn_Out_InOut_Paramters_and_result()
196 ((String [])t_params[1])[0] = "outString"; in testCallWithIn_Out_InOut_Paramters_and_result()
[all …]

Completed in 21 milliseconds