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