Uses of Package
org.testng.internal
Packages that use org.testng.internal
Package
Description
-
Classes in org.testng.internal used by org.testngClassDescriptionThis class wraps access to beforeGroups and afterGroups methods, since they are passed around the various invokers and potentially modified in different threads.Encapsulation of either a method or a constructor.|--------------------|---------|-------|------------|------------------------------------------| | FailedWithinSuccess| Skipped | Failed| Status Code| Remarks | |--------------------|---------|-------|------------|------------------------------------------| | 0 | 0 | 0 | 0 | Passed tests | | 0 | 0 | 1 | 1 | Failed tests | | 0 | 1 | 0 | 2 | Skipped tests | | 0 | 1 | 1 | 3 | Skipped/Failed tests | | 1 | 0 | 0 | 4 | FailedWithinSuccess tests | | 1 | 0 | 1 | 5 | FailedWithinSuccess/Failed tests | | 1 | 1 | 0 | 6 | FailedWithinSuccess/Skipped tests | | 1 | 1 | 1 | 7 | FailedWithinSuccess/Skipped/Failed tests | |--------------------|---------|-------|------------|------------------------------------------|Represents the capabilities of a simple container to hold dataThis class defines an invoker.Represents the ability to retrieve the parameters associated with a factory method.A convenient interface to use when implementing listeners.An interface defining the notification for @Test results and also \@Configuration results.Override the groups included in the XML file with groups specified on the command line.Stores the information regarding the configuration of a pluggable report listener.This class contains all the information needed to determine what methods should be run.This class creates an ITestClass from a test class.This class is the default method selector used by TestNG to determine which methods need to be included and excluded based on the specification given in testng.xml.
-
Classes in org.testng.internal used by org.testng.internalClassDescriptionThis classSuperclass to represent both @Test and @Configuration methods.This class wraps access to beforeGroups and afterGroups methods, since they are passed around the various invokers and potentially modified in different threads.Encapsulation of either a method or a constructor.Representation of the graph of methods.Manage edges and weights between nodes.|--------------------|---------|-------|------------|------------------------------------------| | FailedWithinSuccess| Skipped | Failed| Status Code| Remarks | |--------------------|---------|-------|------------|------------------------------------------| | 0 | 0 | 0 | 0 | Passed tests | | 0 | 0 | 1 | 1 | Failed tests | | 0 | 1 | 0 | 2 | Skipped tests | | 0 | 1 | 1 | 3 | Skipped/Failed tests | | 1 | 0 | 0 | 4 | FailedWithinSuccess tests | | 1 | 0 | 1 | 5 | FailedWithinSuccess/Failed tests | | 1 | 1 | 0 | 6 | FailedWithinSuccess/Skipped tests | | 1 | 1 | 1 | 7 | FailedWithinSuccess/Skipped/Failed tests | |--------------------|---------|-------|------------|------------------------------------------|This class represents a method annotated with @FactorySimple graph class to implement topological sort (used to sort methods based on what groups they depend on).Represents the capabilities of a simple container to hold dataHelps keep track of when a method was invokedThis class defines an invoker.Represents the ability to retrieve the parameters associated with a factory method.A convenient interface to use when implementing listeners.An interface defining the notification for @Test results and also \@Configuration results.This class describes a method selector: - The class that implements it - Its priorityThis class holds a
ParameterHolder
or in case of an error, a non-nullTestResult
containing the causeA simple holder for parameters that contains the parameters and where these came from (data provider or testng.xml)Origin of the parameters.Store the result of parameterTypes and optionalValues after filter out injected typesA parameter passing helper class.Stores the information regarding the configuration of a pluggable report listener.This class contains all the information needed to determine what methods should be run.FIXME: reduce contention when this class is used through parallel invocation due to invocationCount and threadPoolSize by not invoking the @BeforeClass and @AfterClass which are already invoked on the original method.This class creates an ITestClass from a test class.This class represents the result of a test. -
Classes in org.testng.internal used by org.testng.internal.annotations
-
Classes in org.testng.internal used by org.testng.internal.thread.graph
-
Classes in org.testng.internal used by org.testng.junitClassDescriptionSuperclass to represent both @Test and @Configuration methods.Encapsulation of either a method or a constructor.Helps keep track of when a method was invokedAn interface defining the notification for @Test results and also \@Configuration results.This class represents the result of a test.
-
Classes in org.testng.internal used by org.testng.reportersClassDescriptionA convenient interface to use when implementing listeners.