Transform an IConfiguration annotation. Note that only one of the three parameters testClass, testConstructor and testMethod will be non-null.
@param annotation The annotation that was read from yourtest class.
@param testClass If the annotation was found on a class, thisparameter represents this class (null otherwise).
@param testConstructor If the annotation was found on a constructor,this parameter represents this constructor (null otherwise).
@param testMethod If the annotation was found on a method,this parameter represents this method (null otherwise).
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.