| java.lang.ClassTestGetInterfaces
ClassTestGetInterfaces | public class ClassTestGetInterfaces extends TestCase (Code) | | tested class: java.lang.Class
tested method: getInterfaces
|
Method Summary | |
public void | test1() Class.getInterfaces() method must return all interfaces declared in the
implements clause and must not return super interfaces these interfaces. |
test1 | public void test1()(Code) | | Class.getInterfaces() method must return all interfaces declared in the
implements clause and must not return super interfaces these interfaces.
|
|
|