Define an annotation that can be used to print called method arguments and return value to standard output:
@PrintArgs(printReturn = true)
public void method() {...}
Apply this annotation to TestClass methods.
Define an annotation that can be used to print called method arguments and return value to standard output:
@PrintArgs(printReturn = true)
public void method() {...}
Apply this annotation to TestClass methods.
Create a free account to access the full topic