Uses of Class
org.testng.TestNGException

Packages that use TestNGException
org.testng   
org.testng.remote   
org.testng.xml   
 

Uses of TestNGException in org.testng
 

Subclasses of TestNGException in org.testng
 class TestException
          Exception thrown when an exception happens while running a test method.
 

Uses of TestNGException in org.testng.remote
 

Constructors in org.testng.remote that throw TestNGException
SuiteDispatcher(java.lang.String propertiesFile)
          Creates a new suite dispatcher.
SuiteSlave(java.lang.String propertiesFile, TestNG testng)
          Creates a new suite dispatcher.
 

Uses of TestNGException in org.testng.xml
 

Methods in org.testng.xml that throw TestNGException
 T IFileParser.parse(java.lang.String filePath, java.io.InputStream is, boolean loadClasses)
           
 



Copyright © 2011. All Rights Reserved.