Interface TestMethod

All Known Implementing Classes:
TestMethod.JUnitTestMethod, TestMethod.SpockTestMethod, TestMethod.TestNGTestMethod

@NullMarked public interface TestMethod
Represents a test method in a test class. This interface provides a way to identify and work with test methods across different testing frameworks.

Implementations of this interface are provided for JUnit, TestNG, and Spock.

See Also: