org.testng

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Testing » testng » org.testng 
org.testng
Java Source File NameTypeComment
AnnotationConverter.javaClass Converts between javadoc annotations and java 5 annotations.
Assert.javaClass Assertion tool class.
AssertJUnit.javaClass A set of assert methods.
AssertTest.javaClass
ClassMethodMap.javaClass This class maintains a map of >.
FileAssert.javaClass Assertion tool for File centric assertions.
IClass.javaInterface IClass represents a test class and a collection of its instances.
IExtraOutput.javaInterface
IHookable.javaInterface If a test class implements this interface, its run() method will be invoked instead of each @Test method found.
IHookCallBack.javaInterface A parameter of this type will be passed to the run() method of a IHookable.
IInstanceInfo.javaInterface This class defines a pair of instance/class.
IMethodSelector.javaInterface This interface is used to augment or replace TestNG's algorithm to decide whether a test method should be included in a test run.
IMethodSelectorContext.javaInterface An implementation of this interface is passed to all the Method Selectors when their includeMethod() is invoked.
IObjectFactory.javaInterface Factory used to create all test instances.
IReporter.javaInterface This interface can be implemented by clients to generate a report.
IResultMap.javaInterface
IRetryAnalyzer.javaInterface Interface to implement to be able to have a chance to retry a failed test.
ISuite.javaInterface Interface defining a Test Suite.
ISuiteListener.javaInterface Listener for test suites.
ISuiteResult.javaInterface This class represents the result of a suite run.
ITest.javaInterface If a test class implements this interface, it will receive a special treatment, such as having the test name displayed in the HTML reports.
ITestClass.javaInterface This class represents a test class:
  • The test methods
  • The configuration methods (test and method)
  • The class file
Note that the methods returned by instances of this class are expected to be correct at runtime.
ITestClassFinder.javaInterface This class is used by TestNG to locate the test classes.
ITestContext.javaInterface This class defines a test context which contains all the information for a given test run.
ITestListener.javaInterface A listener for test running.
ITestMethodFinder.javaInterface This interface allows to modify the strategy used by TestRunner to find its test methods.
ITestNGMethod.javaInterface Describes a TestNG annotated method and the instance on which it will be invoked.
ITestResult.javaInterface This class describes the result of a test.
ITestRunnerFactory.javaInterface A factory for TestRunners to be used by SuiteRunners.
JUnitConverter.javaClass Convert JUnit files into TestNG by annotating them.
JUnitConverterTask.javaClass
Reporter.javaClass This class is used for test methods to log messages that will be included in the HTML reports generated by TestNG.

Implementation details.

The reporter keeps a combined output of strings (in m_output) and also a record of which method output which line.
ReporterConfig.javaClass Stores the information regarding the configuration of a plugable report listener.
SkipException.javaClass The root exception for special skip handling.
SuiteResult.javaClass This class logs the result of an entire Test Suite (defined by a property file).
SuiteRunner.javaClass SuiteRunner is responsible for running all the tests included in one suite.
SuiteRunState.javaClass A state object that records the status of the suite run.
TestClass.javaClass
TestException.javaClass Exception thrown when an exception happens while running a test method.
TestListenerAdapter.javaClass A simple ITestListener adapter that stores all the tests that were run.
TestNG.javaClass This class is the main entry point for running tests in the TestNG framework.
TestNGAntTask.javaClass
TestNGCommandLineArgs.javaClass TestNG/RemoteTestNG command line arguments parser.
TestNGException.javaClass The base class for all exceptions thrown by TestNG.
TestRunner.javaClass This class takes care of running one Test.
TimeBombSkipException.javaClass A SkipException extension that transforms a skipped method into a failed method based on a time trigger.

By default the time format is yyyy/MM/dd (according to SimpleDateFormat ).

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.