Uses of Interface
org.testng.internal.annotations.IParameterizable

Packages that use IParameterizable
org.testng.internal.annotations   
 

Uses of IParameterizable in org.testng.internal.annotations
 

Subinterfaces of IParameterizable in org.testng.internal.annotations
 interface IConfiguration
          Encapsulate the @Configuration / @testng.configuration annotation Created on Dec 20, 2005
 interface IFactory
          Encapsulate the @Factory / @testng.factory annotation Created on Dec 20, 2005
 interface ITest
          Encapsulate the @Test / @testng.test annotation.
 interface ITestOrConfiguration
          This interface captures methods common to @Test and @Configuration Created on Dec 20, 2005
 

Classes in org.testng.internal.annotations that implement IParameterizable
 class AfterSuiteAnnotation
           
 class BaseBeforeAfter
           
 class BeforeSuiteAnnotation
           
 class ConfigurationAnnotation
          An implementation of IConfiguration Created on Dec 16, 2005
 class FactoryAnnotation
          An implementation of IFactory Created on Dec 20, 2005
 class TestAnnotation
          An implementation of ITest Created on Dec 20, 2005
 class TestOrConfiguration
           
 



Copyright © 2010. All Rights Reserved.