Interface IParameterizable

All Superinterfaces:
IAnnotation
All Known Subinterfaces:
IAfterClass, IAfterGroups, IAfterMethod, IAfterSuite, IAfterTest, IBaseBeforeAfter, IBaseBeforeAfterMethod, IBeforeClass, IBeforeGroups, IBeforeMethod, IBeforeSuite, IBeforeTest, IConfigurationAnnotation, IFactoryAnnotation, ITest, ITestAnnotation, ITestOrConfiguration
All Known Implementing Classes:
BaseBeforeAfter, ConfigurationAnnotation, FactoryAnnotation, TestAnnotation, TestOrConfiguration

public interface IParameterizable extends IAnnotation
Parent interface for annotations that can receive parameters.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether this annotation is enabled.
    void
    setEnabled(boolean enabled)
     
  • Method Details

    • getEnabled

      boolean getEnabled()
      Whether this annotation is enabled.
      Returns:
      true if enabled
    • setEnabled

      void setEnabled(boolean enabled)