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)
Copyright © 2013-2015 XENEI.com. All Rights Reserved.