function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
lavanya gottumukkalalavanya gottumukkala 

How to pass a parameter(class type) to a constructor in test class

Hi all,
I have WSDL2 generated class. In that class,in one method i have constructor with parameters string and class types.Now i want to pass parameter to the class type to that method(constructor) in test class.How can I pass?

Thanks in advance
ManojjenaManojjena
Hi Lavaya,
is it possibel to post the code sample where exactly you are facing problem .