public class BasicAttributes
extends Object
Represents the basic attributes associated with object creation.
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
-
clazz
private final Class<?> clazz
-
-
Method Details
-
getRawClass
public Class<?> getRawClass()
- Returns:
- - The actual
Class
-
getTestClass
- Returns:
- - The wrapped
IClass
that represents a TestNG test class.