Class TestNGDecoratorTest

java.lang.Object
otherTests.testng.BaseTestNGDecoratorTest
otherTests.testng.TestNGDecoratorTest
All Implemented Interfaces:
org.testng.IHookable, org.testng.ITestNGListener

public final class TestNGDecoratorTest extends BaseTestNGDecoratorTest
  • Constructor Details

    • TestNGDecoratorTest

      public TestNGDecoratorTest()
  • Method Details

    • applyAndUseSomeFakes

      public void applyAndUseSomeFakes()
    • applyAndUseFakesAgain

      public void applyAndUseFakesAgain()
    • afterTest

      @AfterMethod public void afterTest()
    • createData1

      @DataProvider(name="data") public Object[][] createData1()
    • checkNoMockingOfParametersWhenUsingDataProvider

      public void checkNoMockingOfParametersWhenUsingDataProvider(TestNGDecoratorTest.Temp t)