Hi All,
i have a test class.It allows exactly one zero-argument constructor.
i have another performancetest class,in which i have to pass the respective method name for its performance testing.
but for paasing that method name,i have to first intialize it through parameterized constructor.
My test class doesnt allow me to create parameterized constructor.
so,is there any alternative to constructor??
plz reply if anyone has solution..
Thank you...
i have a test class.It allows exactly one zero-argument constructor.
i have another performancetest class,in which i have to pass the respective method name for its performance testing.
but for paasing that method name,i have to first intialize it through parameterized constructor.
My test class doesnt allow me to create parameterized constructor.
so,is there any alternative to constructor??
plz reply if anyone has solution..
Thank you...
Comment