public interface IClass
IClass represents a test class and a collection of its instances.| Modifier and Type | Method and Description |
|---|---|
void |
addInstance(Object instance) |
long[] |
getInstanceHashCodes() |
Object[] |
getInstances(boolean create)
Returns all the instances the methods will be invoked upon.
|
default Object[] |
getInstances(boolean create,
String errorMsgPrefix) |
String |
getName() |
Class<?> |
getRealClass() |
String |
getTestName() |
XmlClass |
getXmlClass() |
XmlTest |
getXmlTest() |
String getName()
XmlTest getXmlTest()
XmlClass getXmlClass()
String getTestName()
Class<?> getRealClass()
Object[] getInstances(boolean create)
create - flag if a new set of instances must be returned (if set to false)long[] getInstanceHashCodes()
void addInstance(Object instance)
Copyright © 2025. All rights reserved.