How can the developer declare a method as a test? Select 2 options
1.Define @isTest keyword
2.Define testMethod in the method declaration
3.Define testMethod in the method declaration Define the class as Test Define default values in the class
4.Define the class as Test