Package gw.test

Interface ITestWithMetadata

  • All Known Implementing Classes:
    AssertUtil, BaseRemoteTestClass, TestClass

    public interface ITestWithMetadata
    A test implementing this interface provides metadata (e.g. annotation info) for each of its test methods.
    • Method Detail

      • getMetadata

        List<? extends ITestMetadata> getMetadata()
        Returns any applicable metadata for the tests in this class.
        Returns:
        A list of @link{gw.test.ITestMetadata} objects, one for each test method providing metadata.