Uses of Package
org.testng.internal
-
Packages that use org.testng.internal Package Description org.testng org.testng.internal org.testng.internal.annotations org.testng.internal.invokers org.testng.internal.invokers.objects org.testng.junit org.testng.reporters -
Classes in org.testng.internal used by org.testng Class Description ConfigurationGroupMethods This class wraps access to beforeGroups and afterGroups methods, since they are passed around the various invokers and potentially modified in different threads.ConstructorOrMethod Encapsulation of either a method or a constructor.ExitCode |--------------------|---------|-------|------------|------------------------------------------| | 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 | |--------------------|---------|-------|------------|------------------------------------------|ExitCodeListener IConfigEavesdropper IConfiguration IContainer Represents the capabilities of a simple container to hold dataIParameterInfo Represents the ability to retrieve the parameters associated with a factory method.IResultListener A convenient interface to use when implementing listeners.IResultListener2 ITestClassConfigInfo ITestResultNotifier An interface defining the notification for @Test results and also@Configuration
results.NoOpTestClass OverrideProcessor Override the groups included in the XML file with groups specified on the command line.ReporterConfig Stores the information regarding the configuration of a pluggable report listener.RunInfo This class contains all the information needed to determine what methods should be run.TestNGClassFinder This class creates an ITestClass from a test class.XmlMethodSelector 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.internal Class Description BaseClassFinder This classBaseTestMethod Superclass to represent both @Test and @Configuration methods.ClassBasedWrapper ClassInfoMap ClonedMethod ConfigurationMethod ConstructorOrMethod Encapsulation of either a method or a constructor.DataProviderMethod Represents an @DataProvider
annotated method.DynamicGraph Representation of the graph of methods.DynamicGraph.Edges Manage edges and weights between nodes.ExitCode |--------------------|---------|-------|------------|------------------------------------------| | 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 | |--------------------|---------|-------|------------|------------------------------------------|FactoryMethod This class represents a method annotated with @FactoryGraph Simple graph class to implement topological sort (used to sort methods based on what groups they depend on).Graph.Node IConfiguration IContainer Represents the capabilities of a simple container to hold dataIParameterInfo Represents the ability to retrieve the parameters associated with a factory method.IResultListener A convenient interface to use when implementing listeners.MethodHelper.MatchResults MethodSelectorDescriptor This class describes a method selector: - The class that implements it - Its priorityParameters.FilterOutInjectedTypesResult Store the result of parameterTypes and optionalValues after filter out injected typesParameters.MethodParameters A parameter passing helper class.ReporterConfig Stores the information regarding the configuration of a pluggable report listener.ReporterConfig.Property RunInfo This class contains all the information needed to determine what methods should be run.ScriptMethodSelector Systematiser.Order TestListenerHelper.ListenerHolder TestNGClassFinder This class creates an ITestClass from a test class.TestNGMethodFinder.MethodType TestResult This class represents the result of a test.Utils.StackTraceType -
Classes in org.testng.internal used by org.testng.internal.annotations Class Description ConstructorOrMethod Encapsulation of either a method or a constructor. -
Classes in org.testng.internal used by org.testng.internal.invokers Class Description ConfigurationGroupMethods This class wraps access to beforeGroups and afterGroups methods, since they are passed around the various invokers and potentially modified in different threads.ConfigurationMethod ConstructorOrMethod Encapsulation of either a method or a constructor.IConfiguration ITestResultNotifier An interface defining the notification for @Test results and also@Configuration
results.MethodInstance TestResult This class represents the result of a test. -
Classes in org.testng.internal used by org.testng.internal.invokers.objects Class Description IConfiguration -
Classes in org.testng.internal used by org.testng.junit Class Description BaseTestMethod Superclass to represent both @Test and @Configuration methods.ConstructorOrMethod Encapsulation of either a method or a constructor.ITestResultNotifier An interface defining the notification for @Test results and also@Configuration
results.TestResult This class represents the result of a test. -
Classes in org.testng.internal used by org.testng.reporters Class Description IResultListener A convenient interface to use when implementing listeners.IResultListener2 ReporterConfig.Property