Define an annotation that can be used to sign a method's author like in the following snippet:
@Author(name = "Jane Johnson")
public void method() {...}
Apply this annotation to TestClass methods.
Define an annotation that can be used to sign a method's author like in the following snippet:
@Author(name = "Jane Johnson")
public void method() {...}
Apply this annotation to TestClass methods.
Create a free account to access the full topic