org.sonatype.tests.http.runner.testng
Class TestNGSuiteConfiguration
java.lang.Object
org.sonatype.tests.http.runner.AbstractSuiteConfiguration
org.sonatype.tests.http.runner.testng.TestNGSuiteConfiguration
- All Implemented Interfaces:
- SuiteConfiguration, org.testng.ITest
public class TestNGSuiteConfiguration
- extends AbstractSuiteConfiguration
- implements org.testng.ITest
- Author:
- Benjamin Hanzelmann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestNGSuiteConfiguration
public TestNGSuiteConfiguration()
before
public void before()
throws Exception
- Overrides:
before
in class AbstractSuiteConfiguration
- Throws:
Exception
after
public void after()
throws Exception
- Overrides:
after
in class AbstractSuiteConfiguration
- Throws:
Exception
testNGFactory
public static Object[] testNGFactory(Class<? extends TestNGSuiteConfiguration> cls)
throws Exception
- Throws:
Exception
getTestName
public String getTestName()
- Specified by:
getTestName
in interface org.testng.ITest
Copyright © 2010-2012 Sonatype, Inc.. All Rights Reserved.