public class InterfaceInfo
extends java.lang.Object
| Constructor and Description |
|---|
InterfaceInfo(java.lang.Class<?> name)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.Class<?> test)
Add a test to the list of tests that apply to the interface.
|
java.lang.Class<?> |
getName()
Get the interface class
|
java.util.Set<java.lang.Class<?>> |
getTests()
Get the set of tests for the interface.
|
public InterfaceInfo(java.lang.Class<?> name)
name - The interface class.public void add(java.lang.Class<?> test)
test - The test to add.public java.util.Set<java.lang.Class<?>> getTests()
public java.lang.Class<?> getName()
Copyright © 2013-2018 XENEI.com. All Rights Reserved.