Package gw.test

Interface ITestWithMetadata

All Known Implementing Classes:
AssertUtil, BaseRemoteTestClass, PL33465Test, TestClass, TestClassWrapper.ExceptionTestClass, TestClassWrapper.InvalidTestClass

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

    Modifier and Type
    Method
    Description
    List<? extends ITestMetadata>
    Returns any applicable metadata for the tests in this class.
  • Method Details

    • 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.