Searched refs:_testProxyInterface (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/tests/quicklook/amx/src/test/amx/
H A DAMXProxyTests.java98 final List<String> problems = _testProxyInterface(amx, clazz);
103 private <T extends AMXProxy> List<String> _testProxyInterface(final AMXProxy amxIn, Class<T> clazz) method in class:AMXProxyTests
105 assert amxIn != null : "_testProxyInterface(): null proxy for class " + clazz.getName();
446 final List<String> p = _testProxyInterface( amx, interfaces.get(amx.type()) );

Completed in 11 milliseconds