Searched refs:proxyMyInterface (Results 1 – 1 of 1) sorted by relevance
99 MyInterface proxyMyInterface = in testProxyReturns() local104 proxyMyInterface.voidFoo(); in testProxyReturns()108 proxyMyInterface.voidBar(); in testProxyReturns()113 check(proxyMyInterface.booleanFoo() == true); in testProxyReturns()117 check(proxyMyInterface.booleanBar() == false); in testProxyReturns()122 check(proxyMyInterface.byteFoo() == Byte.MAX_VALUE); in testProxyReturns()126 check(proxyMyInterface.byteBar() == Byte.MIN_VALUE); in testProxyReturns()131 check(proxyMyInterface.charFoo() == Character.MAX_VALUE); in testProxyReturns()135 check(proxyMyInterface.charBar() == Character.MIN_VALUE); in testProxyReturns()140 check(proxyMyInterface.shortFoo() == Short.MAX_VALUE); in testProxyReturns()[all …]