Class TestNGReporterTest

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.apache.maven.surefire.testng.TestNGReporterTest
All Implemented Interfaces:
junit.framework.Test

public class TestNGReporterTest extends junit.framework.TestCase
Tests for TestNGReporter.
  • Constructor Details

    • TestNGReporterTest

      public TestNGReporterTest()
  • Method Details

    • testParameterizedTestName

      public void testParameterizedTestName() throws Exception
      Throws:
      Exception
    • testWithoutParameterizedTestName

      public void testWithoutParameterizedTestName() throws Exception
      Throws:
      Exception
    • testOnTestStart

      public void testOnTestStart()
    • testOnTestSuccess

      public void testOnTestSuccess()
    • testOnTestFailure

      public void testOnTestFailure()
    • testOnSkippedTest

      public void testOnSkippedTest()
    • testOnTestFailedButWithinSuccessPercentage

      public void testOnTestFailedButWithinSuccessPercentage()