Annotation hierarchy & execution order?
- org.testng.annotations.Parameters (implements java.lang.annotation.Annotation)
- org.testng.annotations.Listeners (implements java.lang.annotation.Annotation)
- org.testng.annotations.Test (implements java.lang.annotation.Annotation)
- org.testng.annotations.AfterMethod (implements java.lang.annotation.Annotation)
- org.testng.annotations.BeforeTest (implements java.lang.annotation.Annotation)
- org.testng.annotations.BeforeMethod (implements java.lang.annotation.Annotation)
- org.testng.annotations.Optional (implements java.lang.annotation.Annotation)
- org.testng.annotations.AfterTest (implements java.lang.annotation.Annotation)
- org.testng.annotations.Guice (implements java.lang.annotation.Annotation)
- org.testng.annotations.BeforeGroups (implements java.lang.annotation.Annotation)
- org.testng.annotations.ExpectedExceptions (implements java.lang.annotation.Annotation)
- org.testng.annotations.TestInstance (implements java.lang.annotation.Annotation)
- org.testng.annotations.NoInjection (implements java.lang.annotation.Annotation)
- org.testng.annotations.AfterSuite (implements java.lang.annotation.Annotation)
- org.testng.annotations.AfterClass (implements java.lang.annotation.Annotation)
- org.testng.annotations.AfterGroups (implements java.lang.annotation.Annotation)
- org.testng.annotations.DataProvider (implements java.lang.annotation.Annotation)
- org.testng.annotations.BeforeSuite (implements java.lang.annotation.Annotation)
- org.testng.annotations.BeforeClass (implements java.lang.annotation.Annotation)
- org.testng.annotations.Factory (implements java.lang.annotation.Annotation)
- org.testng.annotations.Configuration (implements java.lang.annotation.Annotation)
- org.testng.annotations.ObjectFactory (implements java.lang.annotation.Annotation)
No comments:
Post a Comment