blob: 01a720c98ffb2f4b946e287d6707a8072e5a30e8 [file] [log] [blame]
run:
-- Running tests --
-- /space/sources/tng_fork/target/testng-6.3.2beta.jar --
Executing '/space/java/sdk/jdk1.6.0_29/jre/bin/java' with arguments:
'-Dtest.resources.dir=/space/sources/tng_fork/src/test/resources'
'-Dsun.io.serialization.extendedDebugInfo=true'
'-ea'
'-classpath'
'/space/sources/tng_fork/target/testng-6.3.2beta.jar:/space/sources/tng_fork/lib/guice-2.0.jar:/space/sources/tng_fork/target/test-classes:/space/sources/tng_fork/target/classes'
'org.testng.TestNG'
'@/tmp/testng6091279637832426142'
The ' characters around the executable and arguments are
not part of the command.
[TestNG] Running:
/space/sources/tng_fork/src/test/resources/junit-suite.xml
[VerboseTestNG] RUNNING: Suite: "Junit via TestNG XML" containing "0" Tests (config: /space/sources/tng_fork/src/test/resources/junit-suite.xml)
[VerboseTestNG] PASSED: "Junit via TestNG XML" - test.junit.SetNameTest.testFoo() finished in 2 ms
[VerboseTestNG] PASSED: "Junit via TestNG XML" - test.junit.SetNameTest.testBar() finished in 0 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Junit via TestNG XML
[VerboseTestNG] Tests run: 2, Failures: 0, Skips: 0
[VerboseTestNG] ===============================================
[TestNG] Running:
/space/sources/tng_fork/src/test/resources/testng.xml
[VerboseTestNG] INVOKING CONFIGURATION: "UNKNOWN" - @BeforeSuite test.triangle.Base.beforeSuite()
[VerboseTestNG] PASSED CONFIGURATION: "UNKNOWN" - @BeforeSuite test.triangle.Base.beforeSuite() finished in 1 ms
[VerboseTestNG] INVOKING CONFIGURATION: "UNKNOWN" - @BeforeSuite test.factory.FactoryWithInstanceInfoTest.beforeSuite()
[VerboseTestNG] PASSED CONFIGURATION: "UNKNOWN" - @BeforeSuite test.factory.FactoryWithInstanceInfoTest.beforeSuite() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "UNKNOWN" - @BeforeSuite test.factory.Sample2.init()
[VerboseTestNG] PASSED CONFIGURATION: "UNKNOWN" - @BeforeSuite test.factory.Sample2.init() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "UNKNOWN" - @BeforeSuite test.methods.VerifyMethod1.init()
[VerboseTestNG] PASSED CONFIGURATION: "UNKNOWN" - @BeforeSuite test.methods.VerifyMethod1.init() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "UNKNOWN" - @BeforeSuite test.dataprovider.ConfigurationAndDataProvidersTest.setUpSuite()
[VerboseTestNG] PASSED CONFIGURATION: "UNKNOWN" - @BeforeSuite test.dataprovider.ConfigurationAndDataProvidersTest.setUpSuite() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "UNKNOWN" - @BeforeSuite test.uniquesuite.BaseBefore.incrementBefore()
[VerboseTestNG] PASSED CONFIGURATION: "UNKNOWN" - @BeforeSuite test.uniquesuite.BaseBefore.incrementBefore() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "UNKNOWN" - @BeforeSuite test.configuration.BaseSuiteTest.beforeSuiteParent()
[VerboseTestNG] PASSED CONFIGURATION: "UNKNOWN" - @BeforeSuite test.configuration.BaseSuiteTest.beforeSuiteParent() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "UNKNOWN" - @BeforeSuite test.configuration.BeforeTestOrderingTest.init()
[VerboseTestNG] PASSED CONFIGURATION: "UNKNOWN" - @BeforeSuite test.configuration.BeforeTestOrderingTest.init() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "UNKNOWN" - @BeforeSuite test.configuration.ExternalConfigurationClass.beforeSuite()
[VerboseTestNG] PASSED CONFIGURATION: "UNKNOWN" - @BeforeSuite test.configuration.ExternalConfigurationClass.beforeSuite() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "UNKNOWN" - @BeforeSuite test.configuration.SuiteTest.beforeSuiteChild()
[VerboseTestNG] PASSED CONFIGURATION: "UNKNOWN" - @BeforeSuite test.configuration.SuiteTest.beforeSuiteChild() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "UNKNOWN" - @BeforeSuite test.configuration.ConfigurationTest.beforeSuite()
[VerboseTestNG] PASSED CONFIGURATION: "UNKNOWN" - @BeforeSuite test.configuration.ConfigurationTest.beforeSuite() finished in 0 ms
[VerboseTestNG] RUNNING: Suite: "Nopackage" containing "1" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING: "Nopackage" - NoPackageTest.test()
[VerboseTestNG] PASSED: "Nopackage" - NoPackageTest.test() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Nopackage" - @AfterMethod NoPackageTest.after()
[VerboseTestNG] PASSED CONFIGURATION: "Nopackage" - @AfterMethod NoPackageTest.after() finished in 0 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Nopackage
[VerboseTestNG] Tests run: 3, Failures: 0, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Regression1" containing "24" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING: "Regression1" - test.parameters.ParamInheritanceTest.noNPEInCountingResults()
[VerboseTestNG] PASSED: "Regression1" - test.parameters.ParamInheritanceTest.noNPEInCountingResults() finished in 4 ms
[VerboseTestNG] When verbose is set to >1, TNG prints test results on CLI which are printed using SuiteResultCounts.calculateResultCounts(). This method has been throwing NPE because it's unable to find SuiteRunner in HashMap, because the list of parameters in SuiteRunner changed during execution. This test makes sure we dont run into any NPEs
[VerboseTestNG] INVOKING: "Regression1" - test.parameters.ParamInheritanceTest.parameterInheritanceAndOverriding()
[VerboseTestNG] PASSED: "Regression1" - test.parameters.ParameterTest.beforeMethodWithParameters() finished in 7 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression1" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression1" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression1" - test.parameters.ParameterTest.stringSingle()
[VerboseTestNG] PASSED: "Regression1" - test.parameters.ParamInheritanceTest.parameterInheritanceAndOverriding() finished in 8 ms
[VerboseTestNG] Checks to make sure parameters are inherited and overridden properly
[VerboseTestNG] PASSED: "Regression1" - test.parameters.ParameterTest.stringSingle() finished in 4 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression1" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression1" - @BeforeMethod test.BaseTest.methodSetUp() finished in 1 ms
[VerboseTestNG] INVOKING: "Regression1" - test.Test1.excludedGroups()
[VerboseTestNG] PASSED: "Regression1" - test.Test1.excludedGroups() finished in 25 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression1" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression1" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression1" - test.Test1.groupsOfGroupsSimple()
[VerboseTestNG] PASSED: "Regression1" - test.Test1.groupsOfGroupsSimple() finished in 7 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression1" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression1" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression1" - test.Test1.groupsOfGroupsWithCycle()
[VerboseTestNG] PASSED: "Regression1" - test.Test1.groupsOfGroupsWithCycle() finished in 6 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression1" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression1" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression1" - test.Test1.groupsOfGroupsWithIndirections()
[VerboseTestNG] PASSED: "Regression1" - test.Test1.groupsOfGroupsWithIndirections() finished in 7 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression1" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression1" - @BeforeMethod test.BaseTest.methodSetUp() finished in 1 ms
[VerboseTestNG] INVOKING: "Regression1" - test.Test1.includedGroups()
[VerboseTestNG] PASSED: "Regression1" - test.Test1.includedGroups() finished in 6 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression1" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression1" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression1" - test.Test1.logger()
[VerboseTestNG] PASSED: "Regression1" - test.Test1.logger() finished in 1 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression1" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression1" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression1" - test.Test1.regexp()
[VerboseTestNG] PASSED: "Regression1" - test.Test1.regexp() finished in 8 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression1" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression1" - @BeforeMethod test.BaseTest.methodSetUp() finished in 1 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression1" - @BeforeMethod test.Test2.correctSetup()
[VerboseTestNG] PASSED CONFIGURATION: "Regression1" - @BeforeMethod test.Test2.correctSetup() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression1" - test.Test2.noGroups()
[VerboseTestNG] PASSED: "Regression1" - test.Test2.noGroups() finished in 27 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression1" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression1" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression1" - @BeforeMethod test.Test2.correctSetup()
[VerboseTestNG] PASSED CONFIGURATION: "Regression1" - @BeforeMethod test.Test2.correctSetup() finished in 2 ms
[VerboseTestNG] INVOKING: "Regression1" - test.Test2.partialGroupsClass()
[VerboseTestNG] PASSED: "Regression1" - test.Test2.partialGroupsClass() finished in 6 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression1" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression1" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression1" - @BeforeMethod test.Test2.correctSetup()
[VerboseTestNG] PASSED CONFIGURATION: "Regression1" - @BeforeMethod test.Test2.correctSetup() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression1" - test.Test2.partialGroupsMethod()
[VerboseTestNG] PASSED: "Regression1" - test.Test2.partialGroupsMethod() finished in 4 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression1" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression1" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression1" - @BeforeMethod test.Test2.correctSetup()
[VerboseTestNG] PASSED CONFIGURATION: "Regression1" - @BeforeMethod test.Test2.correctSetup() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression1" - test.Test2.setUpWithGroups()
[VerboseTestNG] PASSED: "Regression1" - test.Test2.setUpWithGroups() finished in 1 ms
[VerboseTestNG] INVOKING: "Regression1" - test.CtorCalledOnce.testMethod1()
[VerboseTestNG] PASSED: "Regression1" - test.CtorCalledOnce.testMethod1() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression1" - test.CtorCalledOnce.testMethod2()
[VerboseTestNG] PASSED: "Regression1" - test.CtorCalledOnce.testMethod2() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression1" - test.CtorCalledOnce.testMethod3()
[VerboseTestNG] PASSED: "Regression1" - test.CtorCalledOnce.testMethod3() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression1" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression1" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression1" - test.expectedexceptions.ExpectedExceptionsTest.expectedExceptions()
[VerboseTestNG] PASSED: "Regression1" - test.expectedexceptions.ExpectedExceptionsTest.expectedExceptions() finished in 11 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression1" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression1" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression1" - test.expectedexceptions.ExpectedExceptionsTest.expectedExceptionsDeprecatedSyntax()
[VerboseTestNG] PASSED: "Regression1" - test.expectedexceptions.ExpectedExceptionsTest.expectedExceptionsDeprecatedSyntax() finished in 7 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression1" - @BeforeMethod test.access.BasePrivateAccessConfigurationMethods.baseDefaultConfBeforeMethod()
[VerboseTestNG] PASSED CONFIGURATION: "Regression1" - @BeforeMethod test.access.BasePrivateAccessConfigurationMethods.baseDefaultConfBeforeMethod() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression1" - @BeforeMethod test.access.BasePrivateAccessConfigurationMethods.baseProtectedConfBeforeMethod()
[VerboseTestNG] PASSED CONFIGURATION: "Regression1" - @BeforeMethod test.access.BasePrivateAccessConfigurationMethods.baseProtectedConfBeforeMethod() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression1" - @BeforeMethod test.access.PrivateAccessConfigurationMethods.defaultConfBeforeMethod()
[VerboseTestNG] PASSED CONFIGURATION: "Regression1" - @BeforeMethod test.access.PrivateAccessConfigurationMethods.defaultConfBeforeMethod() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression1" - @BeforeMethod test.access.PrivateAccessConfigurationMethods.privateConfBeforeMethod()
[VerboseTestNG] PASSED CONFIGURATION: "Regression1" - @BeforeMethod test.access.PrivateAccessConfigurationMethods.privateConfBeforeMethod() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression1" - @BeforeMethod test.access.PrivateAccessConfigurationMethods.protectedConfBeforeMethod()
[VerboseTestNG] PASSED CONFIGURATION: "Regression1" - @BeforeMethod test.access.PrivateAccessConfigurationMethods.protectedConfBeforeMethod() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression1" - @BeforeMethod test.access.PrivateAccessConfigurationMethods.publicConfBeforeMethod()
[VerboseTestNG] PASSED CONFIGURATION: "Regression1" - @BeforeMethod test.access.PrivateAccessConfigurationMethods.publicConfBeforeMethod() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression1" - test.access.PrivateAccessConfigurationMethods.allAccessModifiersConfiguration()
[VerboseTestNG] PASSED: "Regression1" - test.access.PrivateAccessConfigurationMethods.allAccessModifiersConfiguration() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression1" - test.expectedexceptions.WrappedExpectedExceptionTest.testTimeout()
[VerboseTestNG] PASSED: "Regression1" - test.expectedexceptions.WrappedExpectedExceptionTest.testTimeout() finished in 2 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression1" - @AfterTest test.CtorCalledOnce.afterTest()
[VerboseTestNG] PASSED CONFIGURATION: "Regression1" - @AfterTest test.CtorCalledOnce.afterTest() finished in 0 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Regression1
[VerboseTestNG] Tests run: 27, Failures: 0, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Regression2" containing "142" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING: "Regression2" - test.CountTest.skippedMethodsShouldBeCounted()
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp() finished in 1 ms
[VerboseTestNG] INVOKING: "Regression2" - test.Test1.regexp()
[VerboseTestNG] PASSED: "Regression2" - test.CountTest.skippedMethodsShouldBeCounted() finished in 4 ms
[VerboseTestNG] Make sure that skipped methods are accurately counted
[VerboseTestNG] INVOKING: "Regression2" - test.StaticTest.test()
[VerboseTestNG] PASSED: "Regression2" - test.StaticTest.test() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.MapTest.testMap()
[VerboseTestNG] PASSED: "Regression2" - test.MapTest.testMap() finished in 1 ms
[VerboseTestNG] Make sure that arrays as map values work with assert
[VerboseTestNG] INVOKING: "Regression2" - test.remote.RemoteTest.testSerialized()
[VerboseTestNG] PASSED: "Regression2" - test.Test1.regexp() finished in 12 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.Test1.groupsOfGroupsWithIndirections()
[VerboseTestNG] PASSED: "Regression2" - test.Test1.groupsOfGroupsWithIndirections() finished in 9 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.Test1.excludedGroups()
[VerboseTestNG] PASSED: "Regression2" - test.Test1.excludedGroups() finished in 14 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.Test1.groupsOfGroupsSimple()
[VerboseTestNG] PASSED: "Regression2" - test.Test1.groupsOfGroupsSimple() finished in 14 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.Test1.logger()
[VerboseTestNG] PASSED: "Regression2" - test.Test1.logger() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.Test1.includedGroups()
[VerboseTestNG] PASSED: "Regression2" - test.Test1.includedGroups() finished in 9 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp() finished in 1 ms
[VerboseTestNG] INVOKING: "Regression2" - test.Test1.groupsOfGroupsWithCycle()
[VerboseTestNG] PASSED: "Regression2" - test.remote.RemoteTest.testSerialized() finished in 63 ms
[VerboseTestNG] INVOKING: "Regression2" - test.remote.RemoteTest.testString()
[VerboseTestNG] PASSED: "Regression2" - test.Test1.groupsOfGroupsWithCycle() finished in 8 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.MethodTest.excludeMethodsOnly()
[VerboseTestNG] PASSED: "Regression2" - test.MethodTest.excludeMethodsOnly() finished in 5 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.MethodTest.includeMethodsOnly()
[VerboseTestNG] PASSED: "Regression2" - test.MethodTest.includeMethodsOnly() finished in 4 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.MethodTest.excludePackage()
[VerboseTestNG] PASSED: "Regression2" - test.MethodTest.excludePackage() finished in 4 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeClass test.sample.AfterClassCalledAtEnd.before1Class()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeClass test.sample.AfterClassCalledAtEnd.before1Class() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.sample.AfterClassCalledAtEnd.test3()
[VerboseTestNG] PASSED: "Regression2" - test.sample.AfterClassCalledAtEnd.test3() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.sample.AfterClassCalledAtEnd.test2()
[VerboseTestNG] PASSED: "Regression2" - test.sample.AfterClassCalledAtEnd.test2() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.sample.AfterClassCalledAtEnd.test1()
[VerboseTestNG] PASSED: "Regression2" - test.sample.AfterClassCalledAtEnd.test1() finished in 0 ms
[VerboseTestNG] Verify that beforeClass and afterClass are called correctly
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @AfterClass test.sample.AfterClassCalledAtEnd.afterClass()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @AfterClass test.sample.AfterClassCalledAtEnd.afterClass() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @AfterClass test.sample.BaseAfterClassCalledAtEnd.baseAfterClass()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @AfterClass test.sample.BaseAfterClassCalledAtEnd.baseAfterClass() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.GraphTest.sort()
[VerboseTestNG] PASSED: "Regression2" - test.GraphTest.sort() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.GraphTest.cycleShouldBeCorrect()
[VerboseTestNG] PASSED: "Regression2" - test.GraphTest.cycleShouldBeCorrect() finished in 1 ms
[VerboseTestNG] INVOKING: "Regression2" - test.GraphTest.findPredecessorsTiming()
[VerboseTestNG] PASSED: "Regression2" - test.GraphTest.findPredecessorsTiming() finished in 4 ms
[VerboseTestNG] INVOKING: "Regression2" - test.GraphTest.findPredecessors()
[VerboseTestNG] PASSED: "Regression2" - test.GraphTest.findPredecessors() finished in 1 ms
[VerboseTestNG] INVOKING: "Regression2" - test.GraphTest.cycleShouldFail()
[VerboseTestNG] PASSED: "Regression2" - test.GraphTest.cycleShouldFail() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.DynamicGraphTest.test2()
[VerboseTestNG] PASSED: "Regression2" - test.DynamicGraphTest.test2() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.DynamicGraphTest.test8()
[VerboseTestNG] PASSED: "Regression2" - test.DynamicGraphTest.test8() finished in 1 ms
[VerboseTestNG] INVOKING: "Regression2" - test.privatemethod.PrivateMethodTest$PrivateMethodInnerTest.testPrivateMethod()
[VerboseTestNG] PASSED: "Regression2" - test.privatemethod.PrivateMethodTest$PrivateMethodInnerTest.testPrivateMethod() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.multiple.TestMultiple.multiple()
[VerboseTestNG] PASSED: "Regression2" - test.remote.RemoteTest.testString() finished in 36 ms
[VerboseTestNG] INVOKING: "Regression2" - test.EclipseTest.xmlFileShouldBeRunAtItsPlaceAndNotCopied(org.testng.ITestContext)(value(s): org.testng.TestRunner@43da850)
[VerboseTestNG] PASSED: "Regression2" - test.EclipseTest.xmlFileShouldBeRunAtItsPlaceAndNotCopied(org.testng.ITestContext)(value(s): org.testng.TestRunner@43da850) finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.ReporterApiTest.testApi()
[VerboseTestNG] PASSED: "Regression2" - test.ReporterApiTest.testApi() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.abstractmethods.AbstractTest.abstractShouldRun()
[VerboseTestNG] PASSED: "Regression2" - test.abstractmethods.AbstractTest.abstractShouldRun() finished in 3 ms
[VerboseTestNG] Abstract methods defined in a superclass should be run
[VerboseTestNG] INVOKING: "Regression2" - test.override.OverrideTest.overrideIncludeAndExcludeShouldWork()
[VerboseTestNG] PASSED: "Regression2" - test.override.OverrideTest.overrideIncludeAndExcludeShouldWork() finished in 8 ms
[VerboseTestNG] Override -groups and -excludegroups
[VerboseTestNG] INVOKING: "Regression2" - test.override.OverrideTest.overrideIncludeShouldWork()
[VerboseTestNG] PASSED: "Regression2" - test.override.OverrideTest.overrideIncludeShouldWork() finished in 3 ms
[VerboseTestNG] Override -groups
[VerboseTestNG] INVOKING: "Regression2" - test.override.OverrideTest.overrideExcludeShouldWork()
[VerboseTestNG] PASSED: "Regression2" - test.multiple.TestMultiple.multiple() finished in 24 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeClass test.ClassConfigurations.beforeTestClass()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeClass test.ClassConfigurations.beforeTestClass() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.ClassConfigurations.testOne()
[VerboseTestNG] PASSED: "Regression2" - test.ClassConfigurations.testOne() finished in 0 ms
[VerboseTestNG] PASSED: "Regression2" - test.override.OverrideTest.overrideExcludeShouldWork() finished in 3 ms
[VerboseTestNG] Override -excludegroups
[VerboseTestNG] INVOKING: "Regression2" - test.ClassConfigurations.testThree()
[VerboseTestNG] PASSED: "Regression2" - test.ClassConfigurations.testThree() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.ClassConfigurations.testTwo()
[VerboseTestNG] PASSED: "Regression2" - test.ClassConfigurations.testTwo() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.priority.PriorityTest.priorityInSequential2()
[VerboseTestNG] INVOKING: "Regression2" - test.alwaysrun.AlwaysRunTest.withAlwaysRunAfter()
[VerboseTestNG] PASSED: "Regression2" - test.alwaysrun.AlwaysRunTest.withAlwaysRunAfter() finished in 4 ms
[VerboseTestNG] INVOKING: "Regression2" - test.alwaysrun.AlwaysRunTest.withoutAlwaysRunAfter()
[VerboseTestNG] PASSED: "Regression2" - test.alwaysrun.AlwaysRunTest.withoutAlwaysRunAfter() finished in 3 ms
[VerboseTestNG] INVOKING: "Regression2" - test.alwaysrun.AlwaysRunTest.withoutAlwaysRunBefore()
[VerboseTestNG] PASSED: "Regression2" - test.priority.PriorityTest.priorityInSequential2() finished in 9 ms
[VerboseTestNG] Make sure priorities work in sequential mode
[VerboseTestNG] INVOKING: "Regression2" - test.priority.PriorityTest.priorityInSequential1()
[VerboseTestNG] PASSED: "Regression2" - test.alwaysrun.AlwaysRunTest.withoutAlwaysRunBefore() finished in 6 ms
[VerboseTestNG] INVOKING: "Regression2" - test.conffailure.ConfigurationFailure.beforeTestSuiteFails()
[VerboseTestNG] PASSED: "Regression2" - test.priority.PriorityTest.priorityInSequential1() finished in 9 ms
[VerboseTestNG] Make sure priorities work in sequential mode
[VerboseTestNG] INVOKING: "Regression2" - test.NestedStaticTest.nestedClassShouldBeIncluded()
[VerboseTestNG] PASSED: "Regression2" - test.NestedStaticTest.nestedClassShouldBeIncluded() finished in 6 ms
[VerboseTestNG] INVOKING: "Regression2" - test.configuration.ConfigurationListenerTest.listenerShouldBeCalled()
[VerboseTestNG] PASSED: "Regression2" - test.conffailure.ConfigurationFailure.beforeTestSuiteFails() finished in 13 ms
[VerboseTestNG] INVOKING: "Regression2" - test.conffailure.ConfigurationFailure.beforeTestClassFails()
[VerboseTestNG] PASSED: "Regression2" - test.configuration.ConfigurationListenerTest.listenerShouldBeCalled() finished in 5 ms
[VerboseTestNG] INVOKING: "Regression2" - test.groupinvocation.GroupSuiteTest.excludeFromSuite1()
[VerboseTestNG] PASSED: "Regression2" - test.groupinvocation.GroupSuiteTest.excludeFromSuite1() finished in 4 ms
[VerboseTestNG] INVOKING: "Regression2" - test.groupinvocation.GroupSuiteTest.excludeFromSuite2()
[VerboseTestNG] PASSED: "Regression2" - test.groupinvocation.GroupSuiteTest.excludeFromSuite2() finished in 4 ms
[VerboseTestNG] INVOKING: "Regression2" - test.groupinvocation.GroupSuiteTest.excludeTestAndSuite2()
[VerboseTestNG] PASSED: "Regression2" - test.groupinvocation.GroupSuiteTest.excludeTestAndSuite2() finished in 3 ms
[VerboseTestNG] Include in suite, exclude in test
[VerboseTestNG] INVOKING: "Regression2" - test.groupinvocation.GroupSuiteTest.includeFromSuite0()
[VerboseTestNG] PASSED: "Regression2" - test.groupinvocation.GroupSuiteTest.includeFromSuite0() finished in 4 ms
[VerboseTestNG] INVOKING: "Regression2" - test.groupinvocation.GroupSuiteTest.includeFromSuite1()
[VerboseTestNG] PASSED: "Regression2" - test.conffailure.ConfigurationFailure.beforeTestClassFails() finished in 21 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp() finished in 1 ms
[VerboseTestNG] INVOKING: "Regression2" - test.superclass.MainTest.baseMethodIsCalledWithClassTest()
[VerboseTestNG] PASSED: "Regression2" - test.groupinvocation.GroupSuiteTest.includeFromSuite1() finished in 3 ms
[VerboseTestNG] INVOKING: "Regression2" - test.groupinvocation.GroupSuiteTest.includeFromSuite2()
[VerboseTestNG] PASSED: "Regression2" - test.groupinvocation.GroupSuiteTest.includeFromSuite2() finished in 3 ms
[VerboseTestNG] INVOKING: "Regression2" - test.groupinvocation.GroupSuiteTest.includeTestAndSuite1()
[VerboseTestNG] PASSED: "Regression2" - test.superclass.MainTest.baseMethodIsCalledWithClassTest() finished in 6 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.superclass.MainTest.baseMethodIsCalledWithMethodTest()
[VerboseTestNG] PASSED: "Regression2" - test.groupinvocation.GroupSuiteTest.includeTestAndSuite1() finished in 5 ms
[VerboseTestNG] Include in both suite and test
[VerboseTestNG] INVOKING: "Regression2" - test.StaticTest.test()
[VerboseTestNG] PASSED: "Regression2" - test.StaticTest.test() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.serviceloader.ServiceLoaderTest.serviceLoaderShouldWork()
[VerboseTestNG] PASSED: "Regression2" - test.superclass.MainTest.baseMethodIsCalledWithMethodTest() finished in 6 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.superclass.Test3.shouldExcludeBaseMethods()
[VerboseTestNG] PASSED: "Regression2" - test.serviceloader.ServiceLoaderTest.serviceLoaderShouldWork() finished in 4 ms
[VerboseTestNG] INVOKING: "Regression2" - test.commandline.CommandLineOverridesXml.commandLineGroupsShouldOverrideXml()
[VerboseTestNG] PASSED: "Regression2" - test.commandline.CommandLineOverridesXml.commandLineGroupsShouldOverrideXml() finished in 3 ms
[VerboseTestNG] Specifying -groups on the command line should override testng.xml
[VerboseTestNG] PASSED: "Regression2" - test.superclass.Test3.shouldExcludeBaseMethods() finished in 5 ms
[VerboseTestNG] INVOKING: "Regression2" - test.commandline.CommandLineOverridesXml.commandLineExcludedGroupsShouldOverrideXml()
[VerboseTestNG] INVOKING: "Regression2" - test.failures.FailuresTest.shouldIncludeFailedMethodsFromBaseClass()
[VerboseTestNG] PASSED: "Regression2" - test.commandline.CommandLineOverridesXml.commandLineExcludedGroupsShouldOverrideXml() finished in 2 ms
[VerboseTestNG] Specifying -excludegroups on the command line should override testng.xml
[VerboseTestNG] INVOKING: "Regression2" - test.commandline.CommandLineOverridesXml.shouldRunBothMethods()
[VerboseTestNG] PASSED: "Regression2" - test.commandline.CommandLineOverridesXml.shouldRunBothMethods() finished in 1 ms
[VerboseTestNG] INVOKING: "Regression2" - test.jason.MainTest.afterClassShouldRun()
[VerboseTestNG] PASSED: "Regression2" - test.jason.MainTest.afterClassShouldRun() finished in 2 ms
[VerboseTestNG] INVOKING: "Regression2" - test.bug90.Bug90Test.afterClassShouldRun()
[VerboseTestNG] PASSED: "Regression2" - test.bug90.Bug90Test.afterClassShouldRun() finished in 2 ms
[VerboseTestNG] Fix for https://github.com/cbeust/testng/issues/90
[VerboseTestNG] INVOKING: "Regression2" - test.bug92.Bug92Test.BeforeTestShouldRunOnce()
[VerboseTestNG] PASSED: "Regression2" - test.failures.FailuresTest.shouldIncludeFailedMethodsFromBaseClass() finished in 13 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeClass test.mannotation.MAnnotationSampleTest.init()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeClass test.mannotation.MAnnotationSampleTest.init() finished in 1 ms
[VerboseTestNG] INVOKING: "Regression2" - test.mannotation.MAnnotationSampleTest.verifyTestMethodLevel()
[VerboseTestNG] PASSED: "Regression2" - test.bug92.Bug92Test.BeforeTestShouldRunOnce() finished in 5 ms
[VerboseTestNG] Fix for https://github.com/cbeust/testng/issues/92
[VerboseTestNG] PASSED: "Regression2" - test.mannotation.MAnnotationSampleTest.verifyTestMethodLevel() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.mannotation.MAnnotationSampleTest.verifyConfigurationOthers()
[VerboseTestNG] PASSED: "Regression2" - test.mannotation.MAnnotationSampleTest.verifyConfigurationOthers() finished in 1 ms
[VerboseTestNG] INVOKING: "Regression2" - test.mannotation.MAnnotationSampleTest.verifyParameters()
[VerboseTestNG] PASSED: "Regression2" - test.mannotation.MAnnotationSampleTest.verifyParameters() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.mannotation.MAnnotationSampleTest.verifyConfigurationAfter()
[VerboseTestNG] PASSED: "Regression2" - test.mannotation.MAnnotationSampleTest.verifyConfigurationAfter() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.mannotation.MAnnotationSampleTest.verifyNewConfigurationBefore()
[VerboseTestNG] PASSED: "Regression2" - test.mannotation.MAnnotationSampleTest.verifyNewConfigurationBefore() finished in 1 ms
[VerboseTestNG] INVOKING: "Regression2" - test.mannotation.MAnnotationSampleTest.verifyConfigurationBefore()
[VerboseTestNG] PASSED: "Regression2" - test.mannotation.MAnnotationSampleTest.verifyConfigurationBefore() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.mannotation.MAnnotationSampleTest.verifyTestConstructorLevel()
[VerboseTestNG] PASSED: "Regression2" - test.mannotation.MAnnotationSampleTest.verifyTestConstructorLevel() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.mannotation.MAnnotationSampleTest.verifyExpectedExceptions()
[VerboseTestNG] PASSED: "Regression2" - test.mannotation.MAnnotationSampleTest.verifyExpectedExceptions() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.mannotation.MAnnotationSampleTest.verifyFactory()
[VerboseTestNG] PASSED: "Regression2" - test.mannotation.MAnnotationSampleTest.verifyFactory() finished in 1 ms
[VerboseTestNG] INVOKING: "Regression2" - test.mannotation.MAnnotationSampleTest.verifyTestClassLevel()
[VerboseTestNG] PASSED: "Regression2" - test.mannotation.MAnnotationSampleTest.verifyTestClassLevel() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.mannotation.MAnnotationSampleTest.verifyDataProvider()
[VerboseTestNG] PASSED: "Regression2" - test.mannotation.MAnnotationSampleTest.verifyDataProvider() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.mannotation.MAnnotationSampleTest.verifyNewConfigurationAfter()
[VerboseTestNG] PASSED: "Regression2" - test.mannotation.MAnnotationSampleTest.verifyNewConfigurationAfter() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeClass test.mannotation.MAnnotation2SampleTest.init()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeClass test.mannotation.MAnnotation2SampleTest.init() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.mannotation.MAnnotation2SampleTest.verifyTestGroupsInheritance()
[VerboseTestNG] PASSED: "Regression2" - test.mannotation.MAnnotation2SampleTest.verifyTestGroupsInheritance() finished in 1 ms
[VerboseTestNG] INVOKING: "Regression2" - test.mannotation.MAnnotation2SampleTest.verifyTestDependsOnMethodsInheritance()
[VerboseTestNG] PASSED: "Regression2" - test.mannotation.MAnnotation2SampleTest.verifyTestDependsOnMethodsInheritance() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.mannotation.MAnnotation2SampleTest.verifyTestDependsOnGroupsInheritance()
[VerboseTestNG] PASSED: "Regression2" - test.mannotation.MAnnotation2SampleTest.verifyTestDependsOnGroupsInheritance() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.mannotation.MAnnotation2SampleTest.verifyTestEnabledInheritance()
[VerboseTestNG] PASSED: "Regression2" - test.mannotation.MAnnotation2SampleTest.verifyTestEnabledInheritance() finished in 1 ms
[VerboseTestNG] INVOKING: "Regression2" - test.mannotation.MAnnotation2SampleTest.verifyConfigurationGroupsInheritance()
[VerboseTestNG] PASSED: "Regression2" - test.mannotation.MAnnotation2SampleTest.verifyConfigurationGroupsInheritance() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.thread.FactoryTest.verifyFactoryParallelMethods()
[VerboseTestNG] PASSED: "Regression2" - test.thread.FactoryTest.verifyFactoryParallelMethods() finished in 8 ms
[VerboseTestNG] INVOKING: "Regression2" - test.thread.FactoryTest.verifyFactoryNotParallel()
[VerboseTestNG] PASSED: "Regression2" - test.thread.FactoryTest.verifyFactoryNotParallel() finished in 15 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.thread.SequentialTest.verifySequential2()
[VerboseTestNG] PASSED: "Regression2" - test.thread.SequentialTest.verifySequential2() finished in 6 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp() finished in 1 ms
[VerboseTestNG] INVOKING: "Regression2" - test.thread.SequentialTest.verifySingleThreaded3()
[VerboseTestNG] PASSED: "Regression2" - test.thread.SequentialTest.verifySingleThreaded3() finished in 9 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.thread.SequentialTest.verifySequential1()
[VerboseTestNG] PASSED: "Regression2" - test.thread.SequentialTest.verifySequential1() finished in 5 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp() finished in 1 ms
[VerboseTestNG] INVOKING: "Regression2" - test.thread.SequentialTest.verifySingleThreaded2()
[VerboseTestNG] PASSED: "Regression2" - test.thread.SequentialTest.verifySingleThreaded2() finished in 7 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.thread.SequentialTest.verifySequential3()
[VerboseTestNG] PASSED: "Regression2" - test.thread.SequentialTest.verifySequential3() finished in 9 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.thread.SequentialTest.verifySingleThreaded1()
[VerboseTestNG] PASSED: "Regression2" - test.thread.SequentialTest.verifySingleThreaded1() finished in 10 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.thread.ParallelTestTest.verifyParallelClassesWithFactory()
[VerboseTestNG] PASSED: "Regression2" - test.thread.ParallelTestTest.verifyParallelClassesWithFactory() finished in 11 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.thread.ParallelTestTest.verifyParallelNone()
[VerboseTestNG] PASSED: "Regression2" - test.thread.ParallelTestTest.verifyParallelNone() finished in 11 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp() finished in 1 ms
[VerboseTestNG] INVOKING: "Regression2" - test.thread.ParallelTestTest.verifyParallelTests()
[VerboseTestNG] PASSED: "Regression2" - test.thread.ParallelTestTest.verifyParallelTests() finished in 10 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.thread.ParallelTestTest.verifyParallelMethods()
[VerboseTestNG] PASSED: "Regression2" - test.thread.ParallelTestTest.verifyParallelMethods() finished in 10 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.thread.ParallelTestTest.verifyParallelClasses()
[VerboseTestNG] PASSED: "Regression2" - test.thread.ParallelTestTest.verifyParallelClasses() finished in 11 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.thread.ParallelTestTest.verifyNonParallelClassesWithFactory()
[VerboseTestNG] PASSED: "Regression2" - test.thread.ParallelTestTest.verifyNonParallelClassesWithFactory() finished in 8 ms
[VerboseTestNG] INVOKING: "Regression2" - test.thread.DataProviderThreadPoolSizeTest.shouldUseDefaultDataProviderThreadCount()
[VerboseTestNG] PASSED: "Regression2" - test.thread.DataProviderThreadPoolSizeTest.shouldUseDefaultDataProviderThreadCount() finished in 1005 ms
[VerboseTestNG] INVOKING: "Regression2" - test.thread.DataProviderThreadPoolSizeTest.shouldNotUseThreadsIfNotUsingParallel()
[VerboseTestNG] PASSED: "Regression2" - test.thread.DataProviderThreadPoolSizeTest.shouldNotUseThreadsIfNotUsingParallel() finished in 9 ms
[VerboseTestNG] INVOKING: "Regression2" - test.thread.DataProviderThreadPoolSizeTest.shouldUseSpecifiedDataProviderThreadCount()
[VerboseTestNG] PASSED: "Regression2" - test.thread.DataProviderThreadPoolSizeTest.shouldUseSpecifiedDataProviderThreadCount() finished in 1013 ms
[VerboseTestNG] INVOKING: "Regression2" - test.thread.MultiThreadedDependentTest.test2Threads()
[VerboseTestNG] PASSED: "Regression2" - test.thread.MultiThreadedDependentTest.test2Threads() finished in 31 ms
[VerboseTestNG] INVOKING: "Regression2" - test.thread.MultiThreadedDependentTest.test3Threads()
[VerboseTestNG] PASSED: "Regression2" - test.thread.MultiThreadedDependentTest.test3Threads() finished in 20 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.simple.IncludedExcludedTest.init()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.simple.IncludedExcludedTest.init() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.simple.IncludedExcludedTest.verifyIncludedExcludedCount2()
[VerboseTestNG] PASSED: "Regression2" - test.simple.IncludedExcludedTest.verifyIncludedExcludedCount2() finished in 4 ms
[VerboseTestNG] Second test method
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.simple.IncludedExcludedTest.init()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.simple.IncludedExcludedTest.init() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.simple.IncludedExcludedTest.verifyIncludedExcludedCount1()
[VerboseTestNG] PASSED: "Regression2" - test.simple.IncludedExcludedTest.verifyIncludedExcludedCount1() finished in 3 ms
[VerboseTestNG] First test method
[VerboseTestNG] INVOKING: "Regression2" - test.reports.ReportTest.directoryShouldBeSuiteName()
[VerboseTestNG] PASSED: "Regression2" - test.reports.ReportTest.directoryShouldBeSuiteName() finished in 4 ms
[VerboseTestNG] INVOKING: "Regression2" - test.reports.ReportTest.oneDirectoryPerSuite()
[VerboseTestNG] PASSED: "Regression2" - test.reports.ReportTest.oneDirectoryPerSuite() finished in 12 ms
[VerboseTestNG] INVOKING: "Regression2" - test.reports.ReportTest.reportLogShouldBeAvailableEvenWithTimeOut()
[VerboseTestNG] PASSED: "Regression2" - test.reports.ReportTest.reportLogShouldBeAvailableEvenWithTimeOut() finished in 15 ms
[VerboseTestNG] INVOKING: "Regression2" - test.reports.ReportTest.shouldHonorSuiteName()
[VerboseTestNG] PASSED: "Regression2" - test.reports.ReportTest.shouldHonorSuiteName() finished in 12 ms
[VerboseTestNG] INVOKING: "Regression2" - test.reports.ReportTest.verifyIndex()
[VerboseTestNG] PASSED: "Regression2" - test.reports.ReportTest.verifyIndex() finished in 6 ms
[VerboseTestNG] INVOKING: "Regression2" - test.annotationtransformer.AnnotationTransformerTest.annotationTransformerInXmlShouldBeRun()
[VerboseTestNG] PASSED: "Regression2" - test.annotationtransformer.AnnotationTransformerTest.annotationTransformerInXmlShouldBeRun() finished in 2 ms
[VerboseTestNG] INVOKING: "Regression2" - test.annotationtransformer.AnnotationTransformerTest.verifyAnnotationTransformerClass()
[VerboseTestNG] PASSED: "Regression2" - test.annotationtransformer.AnnotationTransformerTest.verifyAnnotationTransformerClass() finished in 2018 ms
[VerboseTestNG] INVOKING: "Regression2" - test.annotationtransformer.AnnotationTransformerTest.verifyAnnotationTransformerClass2()
[VerboseTestNG] PASSED: "Regression2" - test.annotationtransformer.AnnotationTransformerTest.verifyAnnotationTransformerClass2() finished in 1018 ms
[VerboseTestNG] INVOKING: "Regression2" - test.annotationtransformer.AnnotationTransformerTest.verifyAnnotationTransformerMethod()
[VerboseTestNG] PASSED: "Regression2" - test.annotationtransformer.AnnotationTransformerTest.verifyAnnotationTransformerMethod() finished in 33 ms
[VerboseTestNG] INVOKING: "Regression2" - test.annotationtransformer.AnnotationTransformerTest.verifyAnnotationWithoutTransformer()
[VerboseTestNG] PASSED: "Regression2" - test.annotationtransformer.AnnotationTransformerTest.verifyAnnotationWithoutTransformer() finished in 11 ms
[VerboseTestNG] INVOKING: "Regression2" - test.annotationtransformer.AnnotationTransformerTest.verifyConfigurationTransformer()
[VerboseTestNG] PASSED: "Regression2" - test.annotationtransformer.AnnotationTransformerTest.verifyConfigurationTransformer() finished in 8 ms
[VerboseTestNG] INVOKING: "Regression2" - test.annotationtransformer.AnnotationTransformerTest.verifyDataProviderTransformer()
[VerboseTestNG] PASSED: "Regression2" - test.annotationtransformer.AnnotationTransformerTest.verifyDataProviderTransformer() finished in 2 ms
[VerboseTestNG] INVOKING: "Regression2" - test.annotationtransformer.AnnotationTransformerTest.verifyFactoryTransformer()
[VerboseTestNG] PASSED: "Regression2" - test.annotationtransformer.AnnotationTransformerTest.verifyFactoryTransformer() finished in 3 ms
[VerboseTestNG] INVOKING: "Regression2" - test.jar.JarTest.jarWithTestngXml()
[VerboseTestNG] PASSED: "Regression2" - test.jar.JarTest.jarWithTestngXml() finished in 8 ms
[VerboseTestNG] INVOKING: "Regression2" - test.jar.JarTest.jarWithoutTestngXml()
[VerboseTestNG] PASSED: "Regression2" - test.jar.JarTest.jarWithoutTestngXml() finished in 4 ms
[VerboseTestNG] INVOKING: "Regression2" - test.jar.JarTest.jarWithTestngXmlOverriddenOnCommandLine()
[VerboseTestNG] PASSED: "Regression2" - test.jar.JarTest.jarWithTestngXmlOverriddenOnCommandLine() finished in 7 ms
[VerboseTestNG] INVOKING: "Regression2" - test.xml.XmlVerifyTest.handleInvalidSuites()
[VerboseTestNG] PASSED: "Regression2" - test.xml.XmlVerifyTest.handleInvalidSuites() finished in 38 ms
[VerboseTestNG] Ensure that TestNG stops without running any tests if some class included in suite is missing
[VerboseTestNG] INVOKING: "Regression2" - test.xml.XmlVerifyTest.simple()
[VerboseTestNG] PASSED: "Regression2" - test.xml.XmlVerifyTest.simple() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.invokedmethodlistener.InvokedMethodListenerTest.sameMethodInvokedMultipleTimesShouldHaveDifferentTimeStamps()
[VerboseTestNG] PASSED: "Regression2" - test.invokedmethodlistener.InvokedMethodListenerTest.sameMethodInvokedMultipleTimesShouldHaveDifferentTimeStamps() finished in 204 ms
[VerboseTestNG] INVOKING: "Regression2" - test.invokedmethodlistener.InvokedMethodListenerTest.testMethodsWithExpectedExceptionsShouldShowUpAsPass()
[VerboseTestNG] PASSED: "Regression2" - test.invokedmethodlistener.InvokedMethodListenerTest.testMethodsWithExpectedExceptionsShouldShowUpAsPass() finished in 7 ms
[VerboseTestNG] Test methods with expected exceptions should show up as pass in IInvokedMethodListener's afterInvocaiton method
[VerboseTestNG] INVOKING: "Regression2" - test.invokedmethodlistener.InvokedMethodListenerTest.withFailure()
[VerboseTestNG] PASSED: "Regression2" - test.invokedmethodlistener.InvokedMethodListenerTest.withFailure() finished in 8 ms
[VerboseTestNG] INVOKING: "Regression2" - test.invokedmethodlistener.InvokedMethodListenerTest.withSuccess()
[VerboseTestNG] PASSED: "Regression2" - test.invokedmethodlistener.InvokedMethodListenerTest.withSuccess() finished in 4 ms
[VerboseTestNG] INVOKING: "Regression2" - test.testng249.VerifyTest.verify()
[VerboseTestNG] PASSED: "Regression2" - test.testng249.VerifyTest.verify() finished in 7 ms
[VerboseTestNG] INVOKING: "Regression2" - test.testng195.AfterMethodTest.testContextShouldBeInitialized()
[VerboseTestNG] PASSED: "Regression2" - test.testng195.AfterMethodTest.testContextShouldBeInitialized() finished in 2 ms
[VerboseTestNG] INVOKING: "Regression2" - test.regression.BeforeTestFailingTest.beforeTestFailingShouldCauseSkips()
[VerboseTestNG] PASSED: "Regression2" - test.regression.BeforeTestFailingTest.beforeTestFailingShouldCauseSkips() finished in 2 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.testng285.TestNG285Test.verifyBug()
[VerboseTestNG] PASSED: "Regression2" - test.testng285.TestNG285Test.verifyBug() finished in 7 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.failedreporter.FailedReporterTest.setUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.failedreporter.FailedReporterTest.setUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.failedreporter.FailedReporterTest.failedAndSkippedMethodsShouldBeIncluded()
[VerboseTestNG] PASSED: "Regression2" - test.failedreporter.FailedReporterTest.failedAndSkippedMethodsShouldBeIncluded() finished in 9 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @AfterMethod test.failedreporter.FailedReporterTest.tearDown()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @AfterMethod test.failedreporter.FailedReporterTest.tearDown() finished in 1 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.BaseTest.methodSetUp() finished in 1 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.failedreporter.FailedReporterTest.setUp()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.failedreporter.FailedReporterTest.setUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.failedreporter.FailedReporterTest.failedMethodWithDataProviderShouldHaveInvocationNumbers()
[VerboseTestNG] PASSED: "Regression2" - test.failedreporter.FailedReporterTest.failedMethodWithDataProviderShouldHaveInvocationNumbers() finished in 10 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @AfterMethod test.failedreporter.FailedReporterTest.tearDown()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @AfterMethod test.failedreporter.FailedReporterTest.tearDown() finished in 1 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeClass test.attributes.AttributeTest.bc(org.testng.ITestContext)(value(s): org.testng.TestRunner@43da850)
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeClass test.attributes.AttributeTest.bc(org.testng.ITestContext)(value(s): org.testng.TestRunner@43da850) finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.attributes.AttributeTest.f1(org.testng.ITestContext)(value(s): org.testng.TestRunner@43da850)
[VerboseTestNG] PASSED: "Regression2" - test.attributes.AttributeTest.f1(org.testng.ITestContext)(value(s): org.testng.TestRunner@43da850) finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.attributes.AttributeTest.f2(org.testng.ITestContext)(value(s): org.testng.TestRunner@43da850)
[VerboseTestNG] PASSED: "Regression2" - test.attributes.AttributeTest.f2(org.testng.ITestContext)(value(s): org.testng.TestRunner@43da850) finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.verify.VerifyTest.verifyWithAnnotation()
[VerboseTestNG] PASSED: "Regression2" - test.verify.VerifyTest.verifyWithAnnotation() finished in 5 ms
[VerboseTestNG] INVOKING: "Regression2" - test.verify.VerifyTest.verifyBaseClassTestListener()
[VerboseTestNG] PASSED: "Regression2" - test.verify.VerifyTest.verifyBaseClassTestListener() finished in 2 ms
[VerboseTestNG] INVOKING: "Regression2" - test.verify.VerifyTest.verifyWithoutAnnotation()
[VerboseTestNG] PASSED: "Regression2" - test.verify.VerifyTest.verifyWithoutAnnotation() finished in 2 ms
[VerboseTestNG] INVOKING: "Regression2" - test.verify.VerifyTest.verifyTestListener()
[VerboseTestNG] PASSED: "Regression2" - test.verify.VerifyTest.verifyTestListener() finished in 2 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.abstractconfmethod.C.testSetup()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.abstractconfmethod.C.testSetup() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @BeforeMethod test.abstractconfmethod.B.doSomethingInMiddle()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @BeforeMethod test.abstractconfmethod.B.doSomethingInMiddle() finished in 0 ms
[VerboseTestNG] INVOKING: "Regression2" - test.abstractconfmethod.C.test1()
[VerboseTestNG] PASSED: "Regression2" - test.abstractconfmethod.C.test1() finished in 0 ms
[VerboseTestNG] Test depends on a config method that has implements an abstract methods
[VerboseTestNG] INVOKING: "Regression2" - test.preserveorder.PreserveOrderTest.preserveOrderAnna([Ljava.lang.String;, [Ljava.lang.String;)(value(s): [Ljava.lang.String;@44c6b80e, [Ljava.lang.String;@525dc268)
[VerboseTestNG] PASSED: "Regression2" - test.preserveorder.PreserveOrderTest.preserveOrderAnna([Ljava.lang.String;, [Ljava.lang.String;)(value(s): [Ljava.lang.String;@44c6b80e, [Ljava.lang.String;@525dc268) finished in 3 ms
[VerboseTestNG] INVOKING: "Regression2" - test.preserveorder.PreserveOrderTest.preserveOrderAnna([Ljava.lang.String;, [Ljava.lang.String;)(value(s): [Ljava.lang.String;@76b280b1, [Ljava.lang.String;@411f2158)
[VerboseTestNG] PASSED: "Regression2" - test.preserveorder.PreserveOrderTest.preserveOrderAnna([Ljava.lang.String;, [Ljava.lang.String;)(value(s): [Ljava.lang.String;@76b280b1, [Ljava.lang.String;@411f2158) finished in 5 ms
[VerboseTestNG] INVOKING: "Regression2" - test.preserveorder.PreserveOrderTest.preserveOrderAnna([Ljava.lang.String;, [Ljava.lang.String;)(value(s): [Ljava.lang.String;@1dc2dad7, [Ljava.lang.String;@63ad6884)
[VerboseTestNG] PASSED: "Regression2" - test.preserveorder.PreserveOrderTest.preserveOrderAnna([Ljava.lang.String;, [Ljava.lang.String;)(value(s): [Ljava.lang.String;@1dc2dad7, [Ljava.lang.String;@63ad6884) finished in 5 ms
[VerboseTestNG] INVOKING: "Regression2" - test.preserveorder.PreserveOrderTest.preserveOrderAnna([Ljava.lang.String;, [Ljava.lang.String;)(value(s): [Ljava.lang.String;@5f5fc606, [Ljava.lang.String;@8c1e4d5)
[VerboseTestNG] PASSED: "Regression2" - test.preserveorder.PreserveOrderTest.preserveOrderAnna([Ljava.lang.String;, [Ljava.lang.String;)(value(s): [Ljava.lang.String;@5f5fc606, [Ljava.lang.String;@8c1e4d5) finished in 6 ms
[VerboseTestNG] INVOKING: "Regression2" - test.preserveorder.PreserveOrderTest.preserveOrderAnna([Ljava.lang.String;, [Ljava.lang.String;)(value(s): [Ljava.lang.String;@1547a16f, [Ljava.lang.String;@11b78953)
[VerboseTestNG] PASSED: "Regression2" - test.preserveorder.PreserveOrderTest.preserveOrderAnna([Ljava.lang.String;, [Ljava.lang.String;)(value(s): [Ljava.lang.String;@1547a16f, [Ljava.lang.String;@11b78953) finished in 4 ms
[VerboseTestNG] INVOKING: "Regression2" - test.preserveorder.PreserveOrderTest.preserveOrderAnna([Ljava.lang.String;, [Ljava.lang.String;)(value(s): [Ljava.lang.String;@1241647f, [Ljava.lang.String;@32cd736)
[VerboseTestNG] PASSED: "Regression2" - test.preserveorder.PreserveOrderTest.preserveOrderAnna([Ljava.lang.String;, [Ljava.lang.String;)(value(s): [Ljava.lang.String;@1241647f, [Ljava.lang.String;@32cd736) finished in 4 ms
[VerboseTestNG] INVOKING: "Regression2" - test.preserveorder.PreserveOrderTest.factoryPreserve()
[VerboseTestNG] PASSED: "Regression2" - test.preserveorder.PreserveOrderTest.factoryPreserve() finished in 3 ms
[VerboseTestNG] preserve-order on a factory doesn't cause an NPE
[VerboseTestNG] INVOKING: "Regression2" - test.preserveorder.PreserveOrderTest.preserveMethodOrder()
[VerboseTestNG] PASSED: "Regression2" - test.preserveorder.PreserveOrderTest.preserveMethodOrder() finished in 13 ms
[VerboseTestNG] INVOKING: "Regression2" - test.preserveorder.PreserveOrderTest.orderShouldBePreservedWithDependencies()
[VerboseTestNG] PASSED: "Regression2" - test.preserveorder.PreserveOrderTest.orderShouldBePreservedWithDependencies() finished in 5 ms
[VerboseTestNG] INVOKING: "Regression2" - test.preserveorder.PreserveOrderTest.preserveClassOrder()
[VerboseTestNG] PASSED: "Regression2" - test.preserveorder.PreserveOrderTest.preserveClassOrder() finished in 33 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @AfterTest test.ClassConfigurations.afterTest()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @AfterTest test.ClassConfigurations.afterTest() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Regression2" - @AfterTest test.ClassConfigurations.afterTestClass()
[VerboseTestNG] PASSED CONFIGURATION: "Regression2" - @AfterTest test.ClassConfigurations.afterTestClass() finished in 0 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Regression2
[VerboseTestNG] Tests run: 174, Failures: 0, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Threads" containing "5" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING CONFIGURATION: "Threads" - @BeforeClass test.thread.ThreadPoolSizeBase.setUp()
[VerboseTestNG] PASSED CONFIGURATION: "Threads" - @BeforeClass test.thread.ThreadPoolSizeBase.setUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Threads" - test.thread.ThreadPoolSizeTest.f1()
[VerboseTestNG] INVOKING: "Threads" - test.thread.ThreadPoolSizeTest.f1()
[VerboseTestNG] INVOKING: "Threads" - test.thread.ThreadPoolSizeTest.f1()
[VerboseTestNG] PASSED: "Threads" - test.thread.ThreadPoolSizeTest.f1() finished in 1 ms
[VerboseTestNG] PASSED: "Threads" - test.thread.ThreadPoolSizeTest.f1() finished in 1 ms
[VerboseTestNG] PASSED: "Threads" - test.thread.ThreadPoolSizeTest.f1() finished in 1 ms
[VerboseTestNG] INVOKING: "Threads" - test.thread.ThreadPoolSizeTest.f1()
[VerboseTestNG] INVOKING: "Threads" - test.thread.ThreadPoolSizeTest.f1()
[VerboseTestNG] PASSED: "Threads" - test.thread.ThreadPoolSizeTest.f1() finished in 0 ms
[VerboseTestNG] PASSED: "Threads" - test.thread.ThreadPoolSizeTest.f1() finished in 0 ms
[VerboseTestNG] INVOKING: "Threads" - test.thread.ThreadPoolSizeTest.verify()
[VerboseTestNG] PASSED: "Threads" - test.thread.ThreadPoolSizeTest.verify() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Threads" - @BeforeClass test.thread.ThreadPoolSizeBase.setUp()
[VerboseTestNG] PASSED CONFIGURATION: "Threads" - @BeforeClass test.thread.ThreadPoolSizeBase.setUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Threads" - test.thread.ThreadPoolSizeWithTimeOutTest.f1()
[VerboseTestNG] PASSED: "Threads" - test.thread.ThreadPoolSizeWithTimeOutTest.f1() finished in 0 ms
[VerboseTestNG] INVOKING: "Threads" - test.thread.ThreadPoolSizeWithTimeOutTest.f1()
[VerboseTestNG] PASSED: "Threads" - test.thread.ThreadPoolSizeWithTimeOutTest.f1() finished in 0 ms
[VerboseTestNG] INVOKING: "Threads" - test.thread.ThreadPoolSizeWithTimeOutTest.f1()
[VerboseTestNG] PASSED: "Threads" - test.thread.ThreadPoolSizeWithTimeOutTest.f1() finished in 0 ms
[VerboseTestNG] INVOKING: "Threads" - test.thread.ThreadPoolSizeWithTimeOutTest.f1()
[VerboseTestNG] INVOKING: "Threads" - test.thread.ThreadPoolSizeWithTimeOutTest.f1()
[VerboseTestNG] PASSED: "Threads" - test.thread.ThreadPoolSizeWithTimeOutTest.f1() finished in 1 ms
[VerboseTestNG] PASSED: "Threads" - test.thread.ThreadPoolSizeWithTimeOutTest.f1() finished in 1 ms
[VerboseTestNG] INVOKING: "Threads" - test.thread.ThreadPoolSizeWithTimeOutTest.verify()
[VerboseTestNG] PASSED: "Threads" - test.thread.ThreadPoolSizeWithTimeOutTest.verify() finished in 0 ms
[VerboseTestNG] INVOKING: "Threads" - test.thread.ThreadPoolSizeWithTimeOutTest.threadPoolAndTimeOutShouldFail()
[VerboseTestNG] PASSED: "Threads" - test.thread.ThreadPoolSizeWithTimeOutTest.threadPoolAndTimeOutShouldFail() finished in 104 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Threads
[VerboseTestNG] Tests run: 187, Failures: 0, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Listeners" containing "17" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING CONFIGURATION: "Listeners" - @BeforeClass test.listeners.EndMillisShouldNotBeZeroTest.bm()
[VerboseTestNG] PASSED CONFIGURATION: "Listeners" - @BeforeClass test.listeners.EndMillisShouldNotBeZeroTest.bm() finished in 1 ms
[VerboseTestNG] INVOKING: "Listeners" - test.listeners.EndMillisShouldNotBeZeroTest.f1()
[VerboseTestNG] PASSED: "Listeners" - test.listeners.EndMillisShouldNotBeZeroTest.f1() finished in 1 ms
[VerboseTestNG] INVOKING: "Listeners" - test.listeners.EndMillisShouldNotBeZeroTest.f2()
[VerboseTestNG] PASSED: "Listeners" - test.listeners.EndMillisShouldNotBeZeroTest.f2() finished in 1 ms
[VerboseTestNG] Make sure that ITestResult#getEndMillis is properly set
[VerboseTestNG] INVOKING: "Listeners" - test.listeners.ResultEndMillisTest.endMillisShouldBeNonNull()
[VerboseTestNG] PASSED: "Listeners" - test.listeners.ResultEndMillisTest.endMillisShouldBeNonNull() finished in 13 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Listeners" - @BeforeMethod test.listeners.ListenerTest.bm()
[VerboseTestNG] PASSED CONFIGURATION: "Listeners" - @BeforeMethod test.listeners.ListenerTest.bm() finished in 1 ms
[VerboseTestNG] INVOKING: "Listeners" - test.listeners.ListenerTest.aggregateListeners()
[VerboseTestNG] PASSED: "Listeners" - test.listeners.ListenerTest.aggregateListeners() finished in 7 ms
[VerboseTestNG] Inherited @Listeners annotations should aggregate
[VerboseTestNG] INVOKING CONFIGURATION: "Listeners" - @BeforeMethod test.listeners.ListenerTest.bm()
[VerboseTestNG] PASSED CONFIGURATION: "Listeners" - @BeforeMethod test.listeners.ListenerTest.bm() finished in 0 ms
[VerboseTestNG] INVOKING: "Listeners" - test.listeners.ListenerTest.failureBeforeAfterMethod()
[VerboseTestNG] PASSED: "Listeners" - test.listeners.ListenerTest.failureBeforeAfterMethod() finished in 6 ms
[VerboseTestNG] TESTNG-400: onTestFailure should be called before @AfterMethod
[VerboseTestNG] INVOKING CONFIGURATION: "Listeners" - @BeforeMethod test.listeners.ListenerTest.bm()
[VerboseTestNG] PASSED CONFIGURATION: "Listeners" - @BeforeMethod test.listeners.ListenerTest.bm() finished in 0 ms
[VerboseTestNG] INVOKING: "Listeners" - test.listeners.ListenerTest.listenerShouldBeCalledBeforeConfiguration()
[VerboseTestNG] PASSED: "Listeners" - test.listeners.ListenerTest.listenerShouldBeCalledBeforeConfiguration() finished in 3 ms
[VerboseTestNG] Ensure that if a listener is present, we get test(), onSuccess(), afterMethod()
[VerboseTestNG] INVOKING CONFIGURATION: "Listeners" - @BeforeMethod test.listeners.ListenerTest.bm()
[VerboseTestNG] PASSED CONFIGURATION: "Listeners" - @BeforeMethod test.listeners.ListenerTest.bm() finished in 0 ms
[VerboseTestNG] INVOKING: "Listeners" - test.listeners.ListenerTest.shouldAttachOnlyOneInstanceOfTheSameListenerClassPerTest()
[VerboseTestNG] PASSED: "Listeners" - test.listeners.ListenerTest.shouldAttachOnlyOneInstanceOfTheSameListenerClassPerTest() finished in 2 ms
[VerboseTestNG] Should attach only one instance of the same @Listener class per test
[VerboseTestNG] INVOKING CONFIGURATION: "Listeners" - @BeforeMethod test.listeners.ListenerTest.bm()
[VerboseTestNG] PASSED CONFIGURATION: "Listeners" - @BeforeMethod test.listeners.ListenerTest.bm() finished in 0 ms
[VerboseTestNG] INVOKING: "Listeners" - test.listeners.ListenerTest.suiteListenersShouldWork()
[VerboseTestNG] PASSED: "Listeners" - test.listeners.ListenerTest.suiteListenersShouldWork() finished in 2 ms
[VerboseTestNG] @Listeners with an ISuiteListener
[VerboseTestNG] INVOKING: "Listeners" - test.listeners.SuiteAndInvokedMethodListenerTest.bothListenersShouldRun()
[VerboseTestNG] PASSED: "Listeners" - test.listeners.SuiteAndInvokedMethodListenerTest.bothListenersShouldRun() finished in 0 ms
[VerboseTestNG] INVOKING: "Listeners" - test.listeners.ListenerInXmlTest.listenerInXmlShouldBeInvoked()
[VerboseTestNG] PASSED: "Listeners" - test.listeners.ListenerInXmlTest.listenerInXmlShouldBeInvoked() finished in 8 ms
[VerboseTestNG] Make sure that listeners defined in testng.xml are invoked
[VerboseTestNG] INVOKING: "Listeners" - test.listeners.ExecutionListenerTest.executionListenerAnnotation()
[VerboseTestNG] PASSED: "Listeners" - test.listeners.ExecutionListenerTest.executionListenerAnnotation() finished in 6 ms
[VerboseTestNG] INVOKING: "Listeners" - test.listeners.ExecutionListenerTest.executionListenerWithXml()
[VerboseTestNG] PASSED: "Listeners" - test.listeners.ExecutionListenerTest.executionListenerWithXml() finished in 3 ms
[VerboseTestNG] INVOKING: "Listeners" - test.listeners.ExecutionListenerTest.executionListenerWithoutListener()
[VerboseTestNG] PASSED: "Listeners" - test.listeners.ExecutionListenerTest.executionListenerWithoutListener() finished in 1 ms
[VerboseTestNG] INVOKING: "Listeners" - test.listeners.ConfigurationListenerTest.shouldFail()
[VerboseTestNG] PASSED: "Listeners" - test.listeners.ConfigurationListenerTest.shouldFail() finished in 2 ms
[VerboseTestNG] INVOKING: "Listeners" - test.listeners.ConfigurationListenerTest.shouldSkip()
[VerboseTestNG] PASSED: "Listeners" - test.listeners.ConfigurationListenerTest.shouldSkip() finished in 3 ms
[VerboseTestNG] INVOKING: "Listeners" - test.listeners.ConfigurationListenerTest.shouldSucceed()
[VerboseTestNG] PASSED: "Listeners" - test.listeners.ConfigurationListenerTest.shouldSucceed() finished in 2 ms
[VerboseTestNG] INVOKING: "Listeners" - test.multiplelisteners.TestMaker.run()
[VerboseTestNG] PASSED: "Listeners" - test.multiplelisteners.TestMaker.run() finished in 4 ms
[VerboseTestNG] Make sure only one listener is created and not 2^3
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Listeners
[VerboseTestNG] Tests run: 204, Failures: 0, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Injection" containing "8" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING: "Injection" - test.inject.InjectTestContextTest.injectionAndParameters(java.lang.String, org.testng.ITestContext)(value(s): "Cedric", org.testng.TestRunner@2a8d1749)
[VerboseTestNG] PASSED: "Injection" - test.inject.InjectTestContextTest.injectionAndParameters(java.lang.String, org.testng.ITestContext)(value(s): "Cedric", org.testng.TestRunner@2a8d1749) finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Injection" - @BeforeMethod test.inject.InjectBeforeMethodTest.before([Ljava.lang.Object;)(value(s): [Ljava.lang.Object;@566399ae)
[VerboseTestNG] PASSED CONFIGURATION: "Injection" - @BeforeMethod test.inject.InjectBeforeMethodTest.before([Ljava.lang.Object;)(value(s): [Ljava.lang.Object;@566399ae) finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Injection" - @BeforeMethod test.inject.InjectBeforeMethodTest.before2([Ljava.lang.Object;, java.lang.reflect.Method)(value(s): [Ljava.lang.Object;@566399ae, public void test.inject.InjectBeforeMethodTest.f(java.lang.String))
[VerboseTestNG] PASSED CONFIGURATION: "Injection" - @BeforeMethod test.inject.InjectBeforeMethodTest.before2([Ljava.lang.Object;, java.lang.reflect.Method)(value(s): [Ljava.lang.Object;@566399ae, public void test.inject.InjectBeforeMethodTest.f(java.lang.String)) finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Injection" - @BeforeMethod test.inject.InjectBeforeMethodTest.before3(java.lang.reflect.Method, [Ljava.lang.Object;)(value(s): public void test.inject.InjectBeforeMethodTest.f(java.lang.String), [Ljava.lang.Object;@566399ae)
[VerboseTestNG] PASSED CONFIGURATION: "Injection" - @BeforeMethod test.inject.InjectBeforeMethodTest.before3(java.lang.reflect.Method, [Ljava.lang.Object;)(value(s): public void test.inject.InjectBeforeMethodTest.f(java.lang.String), [Ljava.lang.Object;@566399ae) finished in 0 ms
[VerboseTestNG] INVOKING: "Injection" - test.inject.InjectBeforeMethodTest.f(java.lang.String)(value(s): "a")
[VerboseTestNG] PASSED: "Injection" - test.inject.InjectBeforeMethodTest.f(java.lang.String)(value(s): "a") finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Injection" - @AfterMethod test.inject.InjectBeforeMethodTest.after([Ljava.lang.Object;)(value(s): [Ljava.lang.Object;@566399ae)
[VerboseTestNG] PASSED CONFIGURATION: "Injection" - @AfterMethod test.inject.InjectBeforeMethodTest.after([Ljava.lang.Object;)(value(s): [Ljava.lang.Object;@566399ae) finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Injection" - @BeforeMethod test.inject.InjectBeforeMethodTest.before([Ljava.lang.Object;)(value(s): [Ljava.lang.Object;@3aca5e2)
[VerboseTestNG] PASSED CONFIGURATION: "Injection" - @BeforeMethod test.inject.InjectBeforeMethodTest.before([Ljava.lang.Object;)(value(s): [Ljava.lang.Object;@3aca5e2) finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Injection" - @BeforeMethod test.inject.InjectBeforeMethodTest.before2([Ljava.lang.Object;, java.lang.reflect.Method)(value(s): [Ljava.lang.Object;@3aca5e2, public void test.inject.InjectBeforeMethodTest.f(java.lang.String))
[VerboseTestNG] PASSED CONFIGURATION: "Injection" - @BeforeMethod test.inject.InjectBeforeMethodTest.before2([Ljava.lang.Object;, java.lang.reflect.Method)(value(s): [Ljava.lang.Object;@3aca5e2, public void test.inject.InjectBeforeMethodTest.f(java.lang.String)) finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Injection" - @BeforeMethod test.inject.InjectBeforeMethodTest.before3(java.lang.reflect.Method, [Ljava.lang.Object;)(value(s): public void test.inject.InjectBeforeMethodTest.f(java.lang.String), [Ljava.lang.Object;@3aca5e2)
[VerboseTestNG] PASSED CONFIGURATION: "Injection" - @BeforeMethod test.inject.InjectBeforeMethodTest.before3(java.lang.reflect.Method, [Ljava.lang.Object;)(value(s): public void test.inject.InjectBeforeMethodTest.f(java.lang.String), [Ljava.lang.Object;@3aca5e2) finished in 0 ms
[VerboseTestNG] INVOKING: "Injection" - test.inject.InjectBeforeMethodTest.f(java.lang.String)(value(s): "b")
[VerboseTestNG] PASSED: "Injection" - test.inject.InjectBeforeMethodTest.f(java.lang.String)(value(s): "b") finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Injection" - @AfterMethod test.inject.InjectBeforeMethodTest.after([Ljava.lang.Object;)(value(s): [Ljava.lang.Object;@3aca5e2)
[VerboseTestNG] PASSED CONFIGURATION: "Injection" - @AfterMethod test.inject.InjectBeforeMethodTest.after([Ljava.lang.Object;)(value(s): [Ljava.lang.Object;@3aca5e2) finished in 1 ms
[VerboseTestNG] INVOKING: "Injection" - test.inject.InjectTestResultTest.verifyTestResultInjection()
[VerboseTestNG] PASSED: "Injection" - test.inject.InjectTestResultTest.verifyTestResultInjection() finished in 13 ms
[VerboseTestNG] INVOKING: "Injection" - test.inject.InjectDataProviderTest.dpObject1(java.lang.Integer, org.testng.ITestContext, java.lang.String)(value(s): 1, org.testng.TestRunner@2a8d1749, "a")
[VerboseTestNG] PASSED: "Injection" - test.inject.InjectDataProviderTest.dpObject1(java.lang.Integer, org.testng.ITestContext, java.lang.String)(value(s): 1, org.testng.TestRunner@2a8d1749, "a") finished in 0 ms
[VerboseTestNG] INVOKING: "Injection" - test.inject.InjectDataProviderTest.dpObject1(java.lang.Integer, org.testng.ITestContext, java.lang.String)(value(s): 2, org.testng.TestRunner@2a8d1749, "b")
[VerboseTestNG] PASSED: "Injection" - test.inject.InjectDataProviderTest.dpObject1(java.lang.Integer, org.testng.ITestContext, java.lang.String)(value(s): 2, org.testng.TestRunner@2a8d1749, "b") finished in 1 ms
[VerboseTestNG] INVOKING: "Injection" - test.inject.InjectDataProviderTest.dpObject2(org.testng.ITestContext, java.lang.Integer, java.lang.String)(value(s): org.testng.TestRunner@2a8d1749, 1, "a")
[VerboseTestNG] PASSED: "Injection" - test.inject.InjectDataProviderTest.dpObject2(org.testng.ITestContext, java.lang.Integer, java.lang.String)(value(s): org.testng.TestRunner@2a8d1749, 1, "a") finished in 0 ms
[VerboseTestNG] INVOKING: "Injection" - test.inject.InjectDataProviderTest.dpObject2(org.testng.ITestContext, java.lang.Integer, java.lang.String)(value(s): org.testng.TestRunner@2a8d1749, 2, "b")
[VerboseTestNG] PASSED: "Injection" - test.inject.InjectDataProviderTest.dpObject2(org.testng.ITestContext, java.lang.Integer, java.lang.String)(value(s): org.testng.TestRunner@2a8d1749, 2, "b") finished in 0 ms
[VerboseTestNG] INVOKING: "Injection" - test.inject.InjectDataProviderTest.dpObject3(java.lang.Integer, java.lang.String, org.testng.ITestContext)(value(s): 1, "a", org.testng.TestRunner@2a8d1749)
[VerboseTestNG] PASSED: "Injection" - test.inject.InjectDataProviderTest.dpObject3(java.lang.Integer, java.lang.String, org.testng.ITestContext)(value(s): 1, "a", org.testng.TestRunner@2a8d1749) finished in 0 ms
[VerboseTestNG] INVOKING: "Injection" - test.inject.InjectDataProviderTest.dpObject3(java.lang.Integer, java.lang.String, org.testng.ITestContext)(value(s): 2, "b", org.testng.TestRunner@2a8d1749)
[VerboseTestNG] PASSED: "Injection" - test.inject.InjectDataProviderTest.dpObject3(java.lang.Integer, java.lang.String, org.testng.ITestContext)(value(s): 2, "b", org.testng.TestRunner@2a8d1749) finished in 0 ms
[VerboseTestNG] INVOKING: "Injection" - test.inject.NoInjectionTest.withInjection(java.lang.reflect.Method)(value(s): public void test.inject.NoInjectionTest.withInjection(java.lang.reflect.Method))
[VerboseTestNG] PASSED: "Injection" - test.inject.NoInjectionTest.withInjection(java.lang.reflect.Method)(value(s): public void test.inject.NoInjectionTest.withInjection(java.lang.reflect.Method)) finished in 0 ms
[VerboseTestNG] INVOKING: "Injection" - test.inject.NoInjectionTest.withoutInjection(java.lang.reflect.Method)(value(s): public void test.inject.CC.f())
[VerboseTestNG] PASSED: "Injection" - test.inject.NoInjectionTest.withoutInjection(java.lang.reflect.Method)(value(s): public void test.inject.CC.f()) finished in 1 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Injection
[VerboseTestNG] Tests run: 216, Failures: 0, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "BeforeMethod" containing "1" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING CONFIGURATION: "BeforeMethod" - @BeforeMethod test.configuration.BeforeMethodTest.before(java.lang.reflect.Method, org.testng.ITestContext)(value(s): public void test.configuration.BeforeMethodTest.mainTest(), org.testng.TestRunner@fd50fd2)
[VerboseTestNG] PASSED CONFIGURATION: "BeforeMethod" - @BeforeMethod test.configuration.BeforeMethodTest.before(java.lang.reflect.Method, org.testng.ITestContext)(value(s): public void test.configuration.BeforeMethodTest.mainTest(), org.testng.TestRunner@fd50fd2) finished in 1 ms
[VerboseTestNG] INVOKING: "BeforeMethod" - test.configuration.BeforeMethodTest.mainTest()
[VerboseTestNG] PASSED: "BeforeMethod" - test.configuration.BeforeMethodTest.mainTest() finished in 0 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] BeforeMethod
[VerboseTestNG] Tests run: 217, Failures: 0, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Basic" containing "3" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING CONFIGURATION: "Basic" - @BeforeMethod test.sample.Basic1.beforeTestMethod()
[VerboseTestNG] INVOKING CONFIGURATION: "Basic" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Basic" - @BeforeMethod test.sample.Basic1.beforeTestMethod() finished in 1 ms
[VerboseTestNG] INVOKING: "Basic" - test.sample.Basic1.basic1()
[VerboseTestNG] PASSED CONFIGURATION: "Basic" - @BeforeMethod test.BaseTest.methodSetUp() finished in 1 ms
[VerboseTestNG] INVOKING: "Basic" - test.Misc.makeSureSetUpWithParameterWithNoParametersFails()
[VerboseTestNG] PASSED: "Basic" - test.sample.Basic1.basic1() finished in 0 ms
[VerboseTestNG] INVOKING: "Basic" - test.sample.Basic2.basic2()
[VerboseTestNG] PASSED: "Basic" - test.sample.Basic2.basic2() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Basic" - @AfterClass test.sample.Basic2.checkTestAtClassLevelWasRun()
[VerboseTestNG] PASSED CONFIGURATION: "Basic" - @AfterClass test.sample.Basic2.checkTestAtClassLevelWasRun() finished in 0 ms
[VerboseTestNG] PASSED: "Basic" - test.Misc.makeSureSetUpWithParameterWithNoParametersFails() finished in 6 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Basic" - @AfterTest test.sample.Basic2.cleanUp()
[VerboseTestNG] PASSED CONFIGURATION: "Basic" - @AfterTest test.sample.Basic2.cleanUp() finished in 0 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Basic
[VerboseTestNG] Tests run: 220, Failures: 0, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Exclusion" containing "4" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING CONFIGURATION: "Exclusion" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Exclusion" - @BeforeMethod test.BaseTest.methodSetUp() finished in 1 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Exclusion" - @BeforeMethod test.Test2.correctSetup()
[VerboseTestNG] PASSED CONFIGURATION: "Exclusion" - @BeforeMethod test.Test2.correctSetup() finished in 0 ms
[VerboseTestNG] INVOKING: "Exclusion" - test.Test2.noGroups()
[VerboseTestNG] PASSED: "Exclusion" - test.Test2.noGroups() finished in 21 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Exclusion" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Exclusion" - @BeforeMethod test.BaseTest.methodSetUp() finished in 1 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Exclusion" - @BeforeMethod test.Test2.correctSetup()
[VerboseTestNG] PASSED CONFIGURATION: "Exclusion" - @BeforeMethod test.Test2.correctSetup() finished in 0 ms
[VerboseTestNG] INVOKING: "Exclusion" - test.Test2.partialGroupsClass()
[VerboseTestNG] PASSED: "Exclusion" - test.Test2.partialGroupsClass() finished in 3 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Exclusion" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Exclusion" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Exclusion" - @BeforeMethod test.Test2.correctSetup()
[VerboseTestNG] PASSED CONFIGURATION: "Exclusion" - @BeforeMethod test.Test2.correctSetup() finished in 0 ms
[VerboseTestNG] INVOKING: "Exclusion" - test.Test2.partialGroupsMethod()
[VerboseTestNG] PASSED: "Exclusion" - test.Test2.partialGroupsMethod() finished in 4 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Exclusion" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Exclusion" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Exclusion" - @BeforeMethod test.Test2.correctSetup()
[VerboseTestNG] PASSED CONFIGURATION: "Exclusion" - @BeforeMethod test.Test2.correctSetup() finished in 0 ms
[VerboseTestNG] INVOKING: "Exclusion" - test.Test2.setUpWithGroups()
[VerboseTestNG] PASSED: "Exclusion" - test.Test2.setUpWithGroups() finished in 1 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Exclusion
[VerboseTestNG] Tests run: 224, Failures: 0, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Dependents" containing "44" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING CONFIGURATION: "Dependents" - @BeforeTest test.dependent.ClassWide1Test.init()
[VerboseTestNG] PASSED CONFIGURATION: "Dependents" - @BeforeTest test.dependent.ClassWide1Test.init() finished in 0 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.OrderMethodTest.z_first0()
[VerboseTestNG] PASSED: "Dependents" - test.dependent.OrderMethodTest.z_first0() finished in 1 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.OrderMethodTest.z_premiere1()
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.SampleDependentTest.test2()
[VerboseTestNG] PASSED: "Dependents" - test.dependent.OrderMethodTest.z_premiere1() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp() finished in 1 ms
[VerboseTestNG] PASSED: "Dependents" - test.dependent.SampleDependentTest.test2() finished in 6 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Dependents" - @BeforeMethod test.dependent.SampleDependentConfigurationMethods.createInstance()
[VerboseTestNG] PASSED CONFIGURATION: "Dependents" - @BeforeMethod test.dependent.SampleDependentConfigurationMethods.createInstance() finished in 1 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Dependents" - @BeforeMethod test.dependent.SampleDependentConfigurationMethods.firstInvocation()
[VerboseTestNG] PASSED CONFIGURATION: "Dependents" - @BeforeMethod test.dependent.SampleDependentConfigurationMethods.firstInvocation() finished in 0 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.SampleDependentConfigurationMethods.verifyDependents()
[VerboseTestNG] PASSED: "Dependents" - test.dependent.SampleDependentConfigurationMethods.verifyDependents() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.ClassDependsOnGroups.verifyDependsOnGroups()
[VerboseTestNG] PASSED: "Dependents" - test.dependent.ClassDependsOnGroups.verifyDependsOnGroups() finished in 5 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.ClassDependsOnGroups.verifyGroupsAcrossClasses()
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.SampleDependentMethods.canBeRunAnytime()
[VerboseTestNG] PASSED: "Dependents" - test.dependent.SampleDependentMethods.canBeRunAnytime() finished in 0 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.SampleDependentMethods.oneA()
[VerboseTestNG] PASSED: "Dependents" - test.dependent.SampleDependentMethods.oneA() finished in 1 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.SampleDependentMethods.oneB()
[VerboseTestNG] PASSED: "Dependents" - test.dependent.SampleDependentMethods.oneB() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.DependentAlwaysRunTest.verifyDependsOnGroups1AlwaysRun()
[VerboseTestNG] PASSED: "Dependents" - test.dependent.DependentAlwaysRunTest.verifyDependsOnGroups1AlwaysRun() finished in 5 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.DependentAlwaysRunTest.verifyDependsOnMethodsAlwaysRun()
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.DependentTest.dependentGroupsWithCycle()
[VerboseTestNG] INVOKING CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.MultiGroupTest.verifyDependsOnMultiGroups()
[VerboseTestNG] PASSED: "Dependents" - test.dependent.DependentTest.dependentGroupsWithCycle() finished in 1 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] PASSED: "Dependents" - test.dependent.ClassDependsOnGroups.verifyGroupsAcrossClasses() finished in 11 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.DependentTest.dependentMethods()
[VerboseTestNG] INVOKING CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.ImplicitGroupInclusionTest.verifyImplicitMethodInclusion()
[VerboseTestNG] PASSED: "Dependents" - test.dependent.DependentAlwaysRunTest.verifyDependsOnMethodsAlwaysRun() finished in 5 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.DependentAlwaysRunTest.verifyDependsOnGroups2AlwaysRun()
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.SampleDependentMethods3.one()
[VerboseTestNG] PASSED: "Dependents" - test.dependent.SampleDependentMethods3.one() finished in 0 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.SampleDependentMethods3.one(java.lang.String)(value(s): "Cedric")
[VerboseTestNG] PASSED: "Dependents" - test.dependent.SampleDependentMethods3.one(java.lang.String)(value(s): "Cedric") finished in 1 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.ClassWide1Test.m1()
[VerboseTestNG] PASSED: "Dependents" - test.dependent.ClassWide1Test.m1() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Dependents" - @BeforeClass test.dependent.DepBugSampleTest.setup()
[VerboseTestNG] PASSED CONFIGURATION: "Dependents" - @BeforeClass test.dependent.DepBugSampleTest.setup() finished in 0 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.DepBugSampleTest.send()
[VerboseTestNG] PASSED: "Dependents" - test.dependent.DepBugSampleTest.send() finished in 0 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.DepBugVerifyTest.verify()
[VerboseTestNG] FAILED: "Dependents" - test.dependent.ImplicitGroupInclusionTest.verifyImplicitMethodInclusion() finished in 4 ms
[VerboseTestNG] java.lang.AssertionError: Verification for Passed tests failed: expected:<2> but was:<3>
[VerboseTestNG] at test.BaseDistributedTest.verifyTests(BaseDistributedTest.java:18)
[VerboseTestNG] at test.dependent.ImplicitGroupInclusionTest.verifyImplicitMethodInclusion(ImplicitGroupInclusionTest.java:96)
[VerboseTestNG] at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[VerboseTestNG] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[VerboseTestNG] at java.lang.Thread.run(Thread.java:662)
[VerboseTestNG] PASSED: "Dependents" - test.dependent.DepBugVerifyTest.verify() finished in 0 ms
[VerboseTestNG] FAILED: "Dependents" - test.dependent.MultiGroupTest.verifyDependsOnMultiGroups() finished in 5 ms
[VerboseTestNG] java.lang.AssertionError: Verification for Passed tests failed: expected:<1> but was:<0>
[VerboseTestNG] at test.BaseDistributedTest.verifyTests(BaseDistributedTest.java:18)
[VerboseTestNG] at test.dependent.MultiGroupTest.verifyDependsOnMultiGroups(MultiGroupTest.java:23)
[VerboseTestNG] at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[VerboseTestNG] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[VerboseTestNG] at java.lang.Thread.run(Thread.java:662)
[VerboseTestNG] INVOKING CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] INVOKING: "Dependents" - test.dependsongroup.DependsOnGroupsTest.methodsShouldBeGroupedByClasses()
[VerboseTestNG] PASSED CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Dependents" - @BeforeMethod test.dependent.DependsOnProtectedMethodTest.before2()
[VerboseTestNG] PASSED CONFIGURATION: "Dependents" - @BeforeMethod test.dependent.DependsOnProtectedMethodTest.before2() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Dependents" - @BeforeMethod test.dependent.DependsOnProtectedMethodTest.before()
[VerboseTestNG] PASSED CONFIGURATION: "Dependents" - @BeforeMethod test.dependent.DependsOnProtectedMethodTest.before() finished in 1 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.DependsOnProtectedMethodTest.verifyBeforeInvocations()
[VerboseTestNG] PASSED: "Dependents" - test.dependent.DependsOnProtectedMethodTest.verifyBeforeInvocations() finished in 0 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.GroupByInstancesTest.dontGroupByInstances()
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.ImplicitGroupInclusionTest.verifyImplicitGroupInclusion4()
[VerboseTestNG] PASSED: "Dependents" - test.dependent.DependentTest.dependentMethods() finished in 6 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.DependentTest.dependentMethodsWithCycle()
[VerboseTestNG] PASSED: "Dependents" - test.dependent.DependentTest.dependentMethodsWithCycle() finished in 2 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.DependentTest.dependentMethodsWithNonExistentMethod()
[VerboseTestNG] PASSED: "Dependents" - test.dependent.DependentTest.dependentMethodsWithNonExistentMethod() finished in 2 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp() finished in 1 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.DependentTest.dependentMethodsWithSkip()
[VerboseTestNG] PASSED: "Dependents" - test.dependsongroup.DependsOnGroupsTest.methodsShouldBeGroupedByClasses() finished in 7 ms
[VerboseTestNG] PASSED: "Dependents" - test.dependent.GroupByInstancesTest.dontGroupByInstances() finished in 7 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.GroupByInstancesTest.groupByInstances()
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.SampleDependentMethods.secondA()
[VerboseTestNG] PASSED: "Dependents" - test.dependent.SampleDependentMethods.secondA() finished in 0 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.BaseOrderMethodTest.a_second0()
[VerboseTestNG] PASSED: "Dependents" - test.dependent.BaseOrderMethodTest.a_second0() finished in 0 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.OrderMethodTest.a_second1()
[VerboseTestNG] PASSED: "Dependents" - test.dependent.OrderMethodTest.a_second1() finished in 0 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.SampleDependentMethods3.secondA()
[VerboseTestNG] PASSED: "Dependents" - test.dependent.SampleDependentMethods3.secondA() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Dependents" - @AfterClass test.dependent.SampleDependentMethods3.tearDown()
[VerboseTestNG] PASSED CONFIGURATION: "Dependents" - @AfterClass test.dependent.SampleDependentMethods3.tearDown() finished in 0 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.ClassWide2Test.m2()
[VerboseTestNG] PASSED: "Dependents" - test.dependent.ClassWide2Test.m2() finished in 0 ms
[VerboseTestNG] FAILED: "Dependents" - test.dependent.ImplicitGroupInclusionTest.verifyImplicitGroupInclusion4() finished in 12 ms
[VerboseTestNG] java.lang.AssertionError: Verification for Passed tests failed: expected:<2> but was:<0>
[VerboseTestNG] at test.BaseDistributedTest.verifyTests(BaseDistributedTest.java:18)
[VerboseTestNG] at test.dependent.ImplicitGroupInclusionTest.verifyImplicitGroupInclusion4(ImplicitGroupInclusionTest.java:59)
[VerboseTestNG] at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[VerboseTestNG] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[VerboseTestNG] at java.lang.Thread.run(Thread.java:662)
[VerboseTestNG] INVOKING CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.ImplicitGroupInclusionTest.verifyImplicitGroupInclusion3()
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.DepBugSampleTest.get()
[VerboseTestNG] PASSED: "Dependents" - test.dependent.DepBugSampleTest.get() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Dependents" - @AfterClass test.dependent.DepBugSampleTest.destroy()
[VerboseTestNG] PASSED CONFIGURATION: "Dependents" - @AfterClass test.dependent.DepBugSampleTest.destroy() finished in 0 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.SampleDependentMethods.thirdA()
[VerboseTestNG] PASSED: "Dependents" - test.dependent.SampleDependentMethods.thirdA() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Dependents" - @AfterClass test.dependent.SampleDependentMethods.tearDown()
[VerboseTestNG] PASSED CONFIGURATION: "Dependents" - @AfterClass test.dependent.SampleDependentMethods.tearDown() finished in 1 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.BaseOrderMethodTest.third0()
[VerboseTestNG] PASSED: "Dependents" - test.dependent.BaseOrderMethodTest.third0() finished in 0 ms
[VerboseTestNG] PASSED: "Dependents" - test.dependent.DependentTest.dependentMethodsWithSkip() finished in 9 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.DependentTest.dependentWithDataProvider()
[VerboseTestNG] PASSED: "Dependents" - test.dependent.ImplicitGroupInclusionTest.verifyImplicitGroupInclusion3() finished in 3 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp() finished in 1 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.ImplicitGroupInclusionTest.verifyImplicitGroupInclusion2()
[VerboseTestNG] FAILED: "Dependents" - test.dependent.DependentAlwaysRunTest.verifyDependsOnGroups2AlwaysRun() finished in 25 ms
[VerboseTestNG] java.lang.AssertionError: Verification for Passed tests failed: expected:<3> but was:<5>
[VerboseTestNG] at test.BaseDistributedTest.verifyTests(BaseDistributedTest.java:18)
[VerboseTestNG] at test.dependent.DependentAlwaysRunTest.verifyDependsOnGroups2AlwaysRun(DependentAlwaysRunTest.java:58)
[VerboseTestNG] at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[VerboseTestNG] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[VerboseTestNG] at java.lang.Thread.run(Thread.java:662)
[VerboseTestNG] PASSED: "Dependents" - test.dependent.GroupByInstancesTest.groupByInstances() finished in 15 ms
[VerboseTestNG] PASSED: "Dependents" - test.dependent.ImplicitGroupInclusionTest.verifyImplicitGroupInclusion2() finished in 6 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED: "Dependents" - test.dependent.DependentTest.dependentWithDataProvider() finished in 8 ms
[VerboseTestNG] PASSED CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp() finished in 1 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.ImplicitGroupInclusionTest.verifyImplicitGroupInclusion()
[VerboseTestNG] INVOKING CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.DependentTest.instanceDependencies()
[VerboseTestNG] PASSED: "Dependents" - test.dependent.ImplicitGroupInclusionTest.verifyImplicitGroupInclusion() finished in 2 ms
[VerboseTestNG] PASSED: "Dependents" - test.dependent.DependentTest.instanceDependencies() finished in 5 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.DependentTest.multipleSkips()
[VerboseTestNG] PASSED: "Dependents" - test.dependent.DependentTest.multipleSkips() finished in 4 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Dependents" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Dependents" - test.dependent.DependentTest.simpleSkip()
[VerboseTestNG] PASSED: "Dependents" - test.dependent.DependentTest.simpleSkip() finished in 3 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Dependents
[VerboseTestNG] Tests run: 268, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Inheritance" containing "6" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING CONFIGURATION: "Inheritance" - @BeforeClass test.sample.BaseSampleInheritance.baseConfiguration()
[VerboseTestNG] PASSED CONFIGURATION: "Inheritance" - @BeforeClass test.sample.BaseSampleInheritance.baseConfiguration() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Inheritance" - @BeforeClass test.SampleInheritance.configuration0()
[VerboseTestNG] PASSED CONFIGURATION: "Inheritance" - @BeforeClass test.SampleInheritance.configuration0() finished in 1 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Inheritance" - @BeforeClass test.sample.BaseSampleInheritance.configuration1()
[VerboseTestNG] PASSED CONFIGURATION: "Inheritance" - @BeforeClass test.sample.BaseSampleInheritance.configuration1() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Inheritance" - @BeforeClass test.SampleInheritance.configuration2()
[VerboseTestNG] PASSED CONFIGURATION: "Inheritance" - @BeforeClass test.SampleInheritance.configuration2() finished in 1 ms
[VerboseTestNG] INVOKING: "Inheritance" - test.sample.BaseSampleInheritance.baseMethod()
[VerboseTestNG] PASSED: "Inheritance" - test.sample.BaseSampleInheritance.baseMethod() finished in 1 ms
[VerboseTestNG] INVOKING: "Inheritance" - test.SampleInheritance.configurationsWereCalledInOrder()
[VerboseTestNG] PASSED: "Inheritance" - test.SampleInheritance.configurationsWereCalledInOrder() finished in 0 ms
[VerboseTestNG] INVOKING: "Inheritance" - test.inheritance.ClassScopeTest.setVerify()
[VerboseTestNG] PASSED: "Inheritance" - test.inheritance.ClassScopeTest.setVerify() finished in 0 ms
[VerboseTestNG] INVOKING: "Inheritance" - test.sample.BaseSampleInheritance.testBooleans()
[VerboseTestNG] PASSED: "Inheritance" - test.sample.BaseSampleInheritance.testBooleans() finished in 0 ms
[VerboseTestNG] INVOKING: "Inheritance" - test.inheritance.ClassScopeTest.verify()
[VerboseTestNG] INVOKING: "Inheritance" - test.SampleInheritance.inheritedMethodsWereCalledInOrder()
[VerboseTestNG] PASSED: "Inheritance" - test.inheritance.ClassScopeTest.verify() finished in 1 ms
[VerboseTestNG] PASSED: "Inheritance" - test.SampleInheritance.inheritedMethodsWereCalledInOrder() finished in 0 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Inheritance
[VerboseTestNG] Tests run: 274, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Test outer scope" containing "1" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING: "Test outer scope" - test.sample.Scope.outerDeprecated(java.lang.String)(value(s): "out")
[VerboseTestNG] PASSED: "Test outer scope" - test.sample.Scope.outerDeprecated(java.lang.String)(value(s): "out") finished in 0 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Test outer scope
[VerboseTestNG] Tests run: 275, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Test inner scope" containing "1" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING: "Test inner scope" - test.sample.Scope.innerDeprecated(java.lang.String)(value(s): "in")
[VerboseTestNG] PASSED: "Test inner scope" - test.sample.Scope.innerDeprecated(java.lang.String)(value(s): "in") finished in 1 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Test inner scope
[VerboseTestNG] Tests run: 276, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "AfterClassCalledAtEnd" containing "3" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING CONFIGURATION: "AfterClassCalledAtEnd" - @BeforeClass test.sample.AfterClassCalledAtEnd.before1Class()
[VerboseTestNG] PASSED CONFIGURATION: "AfterClassCalledAtEnd" - @BeforeClass test.sample.AfterClassCalledAtEnd.before1Class() finished in 1 ms
[VerboseTestNG] INVOKING: "AfterClassCalledAtEnd" - test.sample.AfterClassCalledAtEnd.test1()
[VerboseTestNG] PASSED: "AfterClassCalledAtEnd" - test.sample.AfterClassCalledAtEnd.test1() finished in 0 ms
[VerboseTestNG] Verify that beforeClass and afterClass are called correctly
[VerboseTestNG] INVOKING: "AfterClassCalledAtEnd" - test.sample.AfterClassCalledAtEnd.test2()
[VerboseTestNG] PASSED: "AfterClassCalledAtEnd" - test.sample.AfterClassCalledAtEnd.test2() finished in 0 ms
[VerboseTestNG] INVOKING: "AfterClassCalledAtEnd" - test.sample.AfterClassCalledAtEnd.test3()
[VerboseTestNG] PASSED: "AfterClassCalledAtEnd" - test.sample.AfterClassCalledAtEnd.test3() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "AfterClassCalledAtEnd" - @AfterClass test.sample.AfterClassCalledAtEnd.afterClass()
[VerboseTestNG] PASSED CONFIGURATION: "AfterClassCalledAtEnd" - @AfterClass test.sample.AfterClassCalledAtEnd.afterClass() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "AfterClassCalledAtEnd" - @AfterClass test.sample.BaseAfterClassCalledAtEnd.baseAfterClass()
[VerboseTestNG] PASSED CONFIGURATION: "AfterClassCalledAtEnd" - @AfterClass test.sample.BaseAfterClassCalledAtEnd.baseAfterClass() finished in 0 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] AfterClassCalledAtEnd
[VerboseTestNG] Tests run: 279, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Triangle" containing "3" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING CONFIGURATION: "Triangle" - @BeforeClass test.triangle.Base.initBeforeTestClass()
[VerboseTestNG] PASSED CONFIGURATION: "Triangle" - @BeforeClass test.triangle.Base.initBeforeTestClass() finished in 0 ms
[VerboseTestNG] INVOKING: "Triangle" - test.triangle.Child1.child1()
[VerboseTestNG] PASSED: "Triangle" - test.triangle.Child1.child1() finished in 0 ms
[VerboseTestNG] INVOKING: "Triangle" - test.triangle.Child1.child1a()
[VerboseTestNG] PASSED: "Triangle" - test.triangle.Child1.child1a() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Triangle" - @AfterClass test.triangle.Base.postAfterTestClass()
[VerboseTestNG] PASSED CONFIGURATION: "Triangle" - @AfterClass test.triangle.Base.postAfterTestClass() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Triangle" - @BeforeClass test.triangle.Base.initBeforeTestClass()
[VerboseTestNG] PASSED CONFIGURATION: "Triangle" - @BeforeClass test.triangle.Base.initBeforeTestClass() finished in 0 ms
[VerboseTestNG] INVOKING: "Triangle" - test.triangle.Child2.child2()
[VerboseTestNG] PASSED: "Triangle" - test.triangle.Child2.child2() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Triangle" - @AfterClass test.triangle.Base.postAfterTestClass()
[VerboseTestNG] PASSED CONFIGURATION: "Triangle" - @AfterClass test.triangle.Base.postAfterTestClass() finished in 0 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Triangle
[VerboseTestNG] Tests run: 282, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "CheckTrianglePost" containing "2" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING: "CheckTrianglePost" - test.triangle.CheckCount.testCheckCount(java.lang.String)(value(s): "2")
[VerboseTestNG] PASSED: "CheckTrianglePost" - test.triangle.CheckCount.testCheckCount(java.lang.String)(value(s): "2") finished in 0 ms
[VerboseTestNG] INVOKING: "CheckTrianglePost" - test.triangle.CheckCount.testCheckCountDeprecated(java.lang.String)(value(s): "2")
[VerboseTestNG] PASSED: "CheckTrianglePost" - test.triangle.CheckCount.testCheckCountDeprecated(java.lang.String)(value(s): "2") finished in 0 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] CheckTrianglePost
[VerboseTestNG] Tests run: 284, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Test class groups 1" containing "3" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING: "Test class groups 1" - test.classgroup.First.first1()
[VerboseTestNG] PASSED: "Test class groups 1" - test.classgroup.First.first1() finished in 0 ms
[VerboseTestNG] INVOKING: "Test class groups 1" - test.classgroup.First.first2()
[VerboseTestNG] PASSED: "Test class groups 1" - test.classgroup.First.first2() finished in 0 ms
[VerboseTestNG] INVOKING: "Test class groups 1" - test.classgroup.Second.verify()
[VerboseTestNG] PASSED: "Test class groups 1" - test.classgroup.Second.verify() finished in 1 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Test class groups 1
[VerboseTestNG] Tests run: 287, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Test class groups 2" containing "3" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING: "Test class groups 2" - test.classgroup.First.first1()
[VerboseTestNG] PASSED: "Test class groups 2" - test.classgroup.First.first1() finished in 1 ms
[VerboseTestNG] INVOKING: "Test class groups 2" - test.classgroup.First.first2()
[VerboseTestNG] PASSED: "Test class groups 2" - test.classgroup.First.first2() finished in 0 ms
[VerboseTestNG] INVOKING: "Test class groups 2" - test.classgroup.Second.verify()
[VerboseTestNG] PASSED: "Test class groups 2" - test.classgroup.Second.verify() finished in 0 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Test class groups 2
[VerboseTestNG] Tests run: 290, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Factory" containing "30" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING CONFIGURATION: "Factory" - @BeforeTest test.factory.FactoryInSeparateClass.beforeTest()
[VerboseTestNG] PASSED CONFIGURATION: "Factory" - @BeforeTest test.factory.FactoryInSeparateClass.beforeTest() finished in 0 ms
[VerboseTestNG] INVOKING: "Factory" - test.factory.FactoryOrderMainTest.factoriesShouldBeInvokedInTheOrderOfCreation()
[VerboseTestNG] INVOKING: "Factory" - test.factory.FactoryInSuperClassTest.factoryInSuperClassShouldWork()
[VerboseTestNG] INVOKING: "Factory" - test.factory.FactoryFailureTest.factoryThrowingShouldNotRunTests()
[VerboseTestNG] INVOKING: "Factory" - test.factory.FactoryInterleavingTest.methodsShouldBeInterleaved()
[VerboseTestNG] INVOKING: "Factory" - test.factory.FactoryDataProviderTest.factoryWithLocalDataProvider()
[VerboseTestNG] PASSED: "Factory" - test.factory.FactoryFailureTest.factoryThrowingShouldNotRunTests() finished in 5 ms
[VerboseTestNG] INVOKING: "Factory" - test.factory.DisabledFactoryTest.disabledFactoryShouldNotRun()
[VerboseTestNG] PASSED: "Factory" - test.factory.DisabledFactoryTest.disabledFactoryShouldNotRun() finished in 4 ms
[VerboseTestNG] INVOKING: "Factory" - test.factory.FactoryAndTestMethodTest$NullArgsTest.test()
[VerboseTestNG] PASSED: "Factory" - test.factory.FactoryAndTestMethodTest$NullArgsTest.test() finished in 0 ms
[VerboseTestNG] INVOKING: "Factory" - test.factory.FactoryTest2.testInt()
[VerboseTestNG] PASSED: "Factory" - test.factory.FactoryTest2.testInt() finished in 0 ms
[VerboseTestNG] INVOKING: "Factory" - test.factory.FactoryTest2.testInt()
[VerboseTestNG] PASSED: "Factory" - test.factory.FactoryTest2.testInt() finished in 0 ms
[VerboseTestNG] PASSED: "Factory" - test.factory.FactoryInSuperClassTest.factoryInSuperClassShouldWork() finished in 11 ms
[VerboseTestNG] INVOKING: "Factory" - test.factory.FactoryWithDataProviderTest.verifyDataProvider()
[VerboseTestNG] INVOKING: "Factory" - test.factory.FactoryWithInstanceInfoTest2.testInt()
[VerboseTestNG] PASSED: "Factory" - test.factory.FactoryWithInstanceInfoTest2.testInt() finished in 0 ms
[VerboseTestNG] INVOKING: "Factory" - test.factory.FactoryWithInstanceInfoTest2.testInt()
[VerboseTestNG] PASSED: "Factory" - test.factory.FactoryWithInstanceInfoTest2.testInt() finished in 0 ms
[VerboseTestNG] INVOKING: "Factory" - test.factory.MyTest.testMethod()
[VerboseTestNG] PASSED: "Factory" - test.factory.MyTest.testMethod() finished in 0 ms
[VerboseTestNG] INVOKING: "Factory" - test.factory.MyTest.testMethod()
[VerboseTestNG] PASSED: "Factory" - test.factory.MyTest.testMethod() finished in 0 ms
[VerboseTestNG] INVOKING: "Factory" - test.factory.MyTest.testMethod()
[VerboseTestNG] PASSED: "Factory" - test.factory.MyTest.testMethod() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Factory" - @BeforeMethod test.factory.Sample2.setUp()
[VerboseTestNG] PASSED CONFIGURATION: "Factory" - @BeforeMethod test.factory.Sample2.setUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Factory" - test.factory.Sample2.testInputImages()
[VerboseTestNG] PASSED: "Factory" - test.factory.Sample2.testInputImages() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Factory" - @AfterMethod test.factory.Sample2.tearDown()
[VerboseTestNG] PASSED CONFIGURATION: "Factory" - @AfterMethod test.factory.Sample2.tearDown() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Factory" - @BeforeMethod test.factory.Sample2.setUp()
[VerboseTestNG] PASSED CONFIGURATION: "Factory" - @BeforeMethod test.factory.Sample2.setUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Factory" - test.factory.Sample2.testInputImages()
[VerboseTestNG] PASSED: "Factory" - test.factory.Sample2.testInputImages() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Factory" - @AfterMethod test.factory.Sample2.tearDown()
[VerboseTestNG] PASSED CONFIGURATION: "Factory" - @AfterMethod test.factory.Sample2.tearDown() finished in 0 ms
[VerboseTestNG] INVOKING: "Factory" - test.factory.TestClassAnnotationTest.testOne()
[VerboseTestNG] PASSED: "Factory" - test.factory.TestClassAnnotationTest.testOne() finished in 1 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Factory" - @AfterClass test.factory.TestClassAnnotationTest.verify()
[VerboseTestNG] PASSED CONFIGURATION: "Factory" - @AfterClass test.factory.TestClassAnnotationTest.verify() finished in 0 ms
[VerboseTestNG] INVOKING: "Factory" - test.factory.classconf.XClassOrderWithFactoryTest.testBeforeAfterClassInvocationsWithFactory()
[VerboseTestNG] PASSED: "Factory" - test.factory.FactoryDataProviderTest.factoryWithLocalDataProvider() finished in 16 ms
[VerboseTestNG] Test @Factory(dataProvider) on a local static data provider
[VerboseTestNG] INVOKING: "Factory" - test.factory.FactoryDataProviderTest.factoryWithNonStaticDataProvider()
[VerboseTestNG] PASSED: "Factory" - test.factory.FactoryDataProviderTest.factoryWithNonStaticDataProvider() finished in 3 ms
[VerboseTestNG] Test @Factory(dataProvider) on a non static data provider with no arg ctor
[VerboseTestNG] INVOKING: "Factory" - test.factory.FactoryDataProviderTest.factoryWithNonStaticDataProviderShouldFail()
[VerboseTestNG] PASSED: "Factory" - test.factory.FactoryInterleavingTest.methodsShouldBeInterleaved() finished in 21 ms
[VerboseTestNG] PASSED: "Factory" - test.factory.FactoryDataProviderTest.factoryWithNonStaticDataProviderShouldFail() finished in 4 ms
[VerboseTestNG] Should fail because the data provider is not static
[VerboseTestNG] INVOKING: "Factory" - test.factory.FactoryDataProviderTest.factoryWithStaticDataProvider()
[VerboseTestNG] INVOKING: "Factory" - test.factory.VerifyFactoryTest.mainCheck()
[VerboseTestNG] PASSED: "Factory" - test.factory.VerifyFactoryTest.mainCheck() finished in 0 ms
[VerboseTestNG] INVOKING: "Factory" - test.factory.VerifyFactoryWithInstanceInfoTest.mainCheck()
[VerboseTestNG] PASSED: "Factory" - test.factory.VerifyFactoryWithInstanceInfoTest.mainCheck() finished in 1 ms
[VerboseTestNG] INVOKING: "Factory" - test.factory.FactoryInSeparateClass.checkSum()
[VerboseTestNG] PASSED: "Factory" - test.factory.FactoryInSeparateClass.checkSum() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Factory" - @BeforeMethod test.factory.Sample2.setUp()
[VerboseTestNG] PASSED CONFIGURATION: "Factory" - @BeforeMethod test.factory.Sample2.setUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Factory" - test.factory.Sample2.testImages()
[VerboseTestNG] PASSED: "Factory" - test.factory.Sample2.testImages() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Factory" - @AfterMethod test.factory.Sample2.tearDown()
[VerboseTestNG] PASSED CONFIGURATION: "Factory" - @AfterMethod test.factory.Sample2.tearDown() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Factory" - @BeforeMethod test.factory.Sample2.setUp()
[VerboseTestNG] PASSED: "Factory" - test.factory.FactoryDataProviderTest.factoryWithStaticDataProvider() finished in 6 ms
[VerboseTestNG] Test @Factory(dataProvider) on a data provider in another class
[VerboseTestNG] INVOKING: "Factory" - test.factory.MyTest.verifyThatTestMethodOnFactoryClassWasRun()
[VerboseTestNG] PASSED: "Factory" - test.factory.MyTest.verifyThatTestMethodOnFactoryClassWasRun() finished in 0 ms
[VerboseTestNG] INVOKING: "Factory" - test.factory.MyTest.verifyThatTestMethodOnFactoryClassWasRun()
[VerboseTestNG] PASSED: "Factory" - test.factory.MyTest.verifyThatTestMethodOnFactoryClassWasRun() finished in 0 ms
[VerboseTestNG] INVOKING: "Factory" - test.factory.MyTest.verifyThatTestMethodOnFactoryClassWasRun()
[VerboseTestNG] PASSED: "Factory" - test.factory.MyTest.verifyThatTestMethodOnFactoryClassWasRun() finished in 0 ms
[VerboseTestNG] PASSED CONFIGURATION: "Factory" - @BeforeMethod test.factory.Sample2.setUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Factory" - test.factory.Sample2.testImages()
[VerboseTestNG] PASSED: "Factory" - test.factory.Sample2.testImages() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Factory" - @AfterMethod test.factory.Sample2.tearDown()
[VerboseTestNG] PASSED CONFIGURATION: "Factory" - @AfterMethod test.factory.Sample2.tearDown() finished in 0 ms
[VerboseTestNG] PASSED: "Factory" - test.factory.FactoryWithDataProviderTest.verifyDataProvider() finished in 25 ms
[VerboseTestNG] PASSED: "Factory" - test.factory.FactoryOrderMainTest.factoriesShouldBeInvokedInTheOrderOfCreation() finished in 38 ms
[VerboseTestNG] PASSED: "Factory" - test.factory.classconf.XClassOrderWithFactoryTest.testBeforeAfterClassInvocationsWithFactory() finished in 25 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Factory
[VerboseTestNG] Tests run: 320, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "TimeOut" containing "7" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING CONFIGURATION: "TimeOut" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "TimeOut" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "TimeOut" - test.timeout.TimeOutTest.timeOutInNonParallel()
[VerboseTestNG] PASSED: "TimeOut" - test.timeout.TimeOutTest.timeOutInNonParallel() finished in 1006 ms
[VerboseTestNG] INVOKING CONFIGURATION: "TimeOut" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "TimeOut" - @BeforeMethod test.BaseTest.methodSetUp() finished in 1 ms
[VerboseTestNG] INVOKING: "TimeOut" - test.timeout.TimeOutTest.timeOutInParallel()
[VerboseTestNG] PASSED: "TimeOut" - test.timeout.TimeOutTest.timeOutInParallel() finished in 1021 ms
[VerboseTestNG] INVOKING CONFIGURATION: "TimeOut" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "TimeOut" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "TimeOut" - test.timeout.TimeOutTest.verifyInvocationTimeOut()
[VerboseTestNG] PASSED: "TimeOut" - test.timeout.TimeOutTest.verifyInvocationTimeOut() finished in 2265 ms
[VerboseTestNG] INVOKING CONFIGURATION: "TimeOut" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "TimeOut" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "TimeOut" - test.timeout.TimeOutFromXmlTest.noTimeOut()
[VerboseTestNG] PASSED: "TimeOut" - test.timeout.TimeOutFromXmlTest.noTimeOut() finished in 2006 ms
[VerboseTestNG] INVOKING CONFIGURATION: "TimeOut" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "TimeOut" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "TimeOut" - test.timeout.TimeOutFromXmlTest.timeOutOnSuiteTag()
[VerboseTestNG] PASSED: "TimeOut" - test.timeout.TimeOutFromXmlTest.timeOutOnSuiteTag() finished in 1008 ms
[VerboseTestNG] INVOKING CONFIGURATION: "TimeOut" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "TimeOut" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "TimeOut" - test.timeout.TimeOutFromXmlTest.timeOutOnTestTag()
[VerboseTestNG] PASSED: "TimeOut" - test.timeout.TimeOutFromXmlTest.timeOutOnTestTag() finished in 1008 ms
[VerboseTestNG] INVOKING CONFIGURATION: "TimeOut" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "TimeOut" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "TimeOut" - test.timeout.TimeOutFromXmlTest.twoDifferentTests()
[VerboseTestNG] PASSED: "TimeOut" - test.timeout.TimeOutFromXmlTest.twoDifferentTests() finished in 3022 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] TimeOut
[VerboseTestNG] Tests run: 327, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "InvocationCount" containing "13" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING CONFIGURATION: "InvocationCount" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "InvocationCount" - @BeforeMethod test.BaseTest.methodSetUp() finished in 1 ms
[VerboseTestNG] INVOKING: "InvocationCount" - test.InvocationAndSuccessPercentageTest.invocationCount()
[VerboseTestNG] PASSED: "InvocationCount" - test.InvocationAndSuccessPercentageTest.invocationCount() finished in 7 ms
[VerboseTestNG] INVOKING CONFIGURATION: "InvocationCount" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "InvocationCount" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "InvocationCount" - test.InvocationAndSuccessPercentageTest.successPercentageThatSucceeds()
[VerboseTestNG] PASSED: "InvocationCount" - test.InvocationAndSuccessPercentageTest.successPercentageThatSucceeds() finished in 7 ms
[VerboseTestNG] INVOKING: "InvocationCount" - test.invocationcount.FailedInvocationCountTest.verifyAttributeShouldStop()
[VerboseTestNG] PASSED: "InvocationCount" - test.invocationcount.FailedInvocationCountTest.verifyAttributeShouldStop() finished in 24 ms
[VerboseTestNG] INVOKING: "InvocationCount" - test.invocationcount.FailedInvocationCountTest.verifyGloballyShouldNotStop()
[VerboseTestNG] PASSED: "InvocationCount" - test.invocationcount.FailedInvocationCountTest.verifyGloballyShouldNotStop() finished in 16 ms
[VerboseTestNG] INVOKING: "InvocationCount" - test.invocationcount.FailedInvocationCountTest.verifyGloballyShouldStop()
[VerboseTestNG] PASSED: "InvocationCount" - test.invocationcount.FailedInvocationCountTest.verifyGloballyShouldStop() finished in 13 ms
[VerboseTestNG] INVOKING: "InvocationCount" - test.invocationcount.FirstAndLastTimeTest.verifyDataProviderFalseFalse()
[VerboseTestNG] PASSED: "InvocationCount" - test.invocationcount.FirstAndLastTimeTest.verifyDataProviderFalseFalse() finished in 14 ms
[VerboseTestNG] INVOKING: "InvocationCount" - test.invocationcount.FirstAndLastTimeTest.verifyDataProviderFalseTrue()
[VerboseTestNG] PASSED: "InvocationCount" - test.invocationcount.FirstAndLastTimeTest.verifyDataProviderFalseTrue() finished in 15 ms
[VerboseTestNG] INVOKING: "InvocationCount" - test.invocationcount.FirstAndLastTimeTest.verifyDataProviderTrueFalse()
[VerboseTestNG] PASSED: "InvocationCount" - test.invocationcount.FirstAndLastTimeTest.verifyDataProviderTrueFalse() finished in 16 ms
[VerboseTestNG] INVOKING: "InvocationCount" - test.invocationcount.FirstAndLastTimeTest.verifyDataProviderTrueTrue()
[VerboseTestNG] PASSED: "InvocationCount" - test.invocationcount.FirstAndLastTimeTest.verifyDataProviderTrueTrue() finished in 10 ms
[VerboseTestNG] INVOKING: "InvocationCount" - test.invocationcount.FirstAndLastTimeTest.verifyInvocationCountFalseFalse()
[VerboseTestNG] PASSED: "InvocationCount" - test.invocationcount.FirstAndLastTimeTest.verifyInvocationCountFalseFalse() finished in 26 ms
[VerboseTestNG] INVOKING: "InvocationCount" - test.invocationcount.FirstAndLastTimeTest.verifyInvocationCountFalseTrue()
[VerboseTestNG] PASSED: "InvocationCount" - test.invocationcount.FirstAndLastTimeTest.verifyInvocationCountFalseTrue() finished in 16 ms
[VerboseTestNG] INVOKING: "InvocationCount" - test.invocationcount.FirstAndLastTimeTest.verifyInvocationCountTrueFalse()
[VerboseTestNG] PASSED: "InvocationCount" - test.invocationcount.FirstAndLastTimeTest.verifyInvocationCountTrueFalse() finished in 12 ms
[VerboseTestNG] INVOKING: "InvocationCount" - test.invocationcount.FirstAndLastTimeTest.verifyInvocationCountTrueTrue()
[VerboseTestNG] PASSED: "InvocationCount" - test.invocationcount.FirstAndLastTimeTest.verifyInvocationCountTrueTrue() finished in 11 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] InvocationCount
[VerboseTestNG] Tests run: 340, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Method1" containing "3" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING: "Method1" - test.methods.SampleMethod1.shouldRun1()
[VerboseTestNG] PASSED: "Method1" - test.methods.SampleMethod1.shouldRun1() finished in 0 ms
[VerboseTestNG] INVOKING: "Method1" - test.methods.SampleMethod1.shouldRun2()
[VerboseTestNG] PASSED: "Method1" - test.methods.SampleMethod1.shouldRun2() finished in 0 ms
[VerboseTestNG] INVOKING: "Method1" - test.methods.VerifyMethod1.verify()
[VerboseTestNG] PASSED: "Method1" - test.methods.VerifyMethod1.verify() finished in 0 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Method1
[VerboseTestNG] Tests run: 343, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Method2" containing "3" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING: "Method2" - test.methods.SampleMethod1.shouldRun1()
[VerboseTestNG] PASSED: "Method2" - test.methods.SampleMethod1.shouldRun1() finished in 1 ms
[VerboseTestNG] INVOKING: "Method2" - test.methods.SampleMethod1.shouldRun2()
[VerboseTestNG] PASSED: "Method2" - test.methods.SampleMethod1.shouldRun2() finished in 0 ms
[VerboseTestNG] INVOKING: "Method2" - test.methods.VerifyMethod1.verify()
[VerboseTestNG] PASSED: "Method2" - test.methods.VerifyMethod1.verify() finished in 0 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Method2
[VerboseTestNG] Tests run: 346, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Method3" containing "3" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING: "Method3" - test.methods.SampleMethod1.shouldRun1()
[VerboseTestNG] PASSED: "Method3" - test.methods.SampleMethod1.shouldRun1() finished in 0 ms
[VerboseTestNG] INVOKING: "Method3" - test.methods.SampleMethod1.shouldRun2()
[VerboseTestNG] PASSED: "Method3" - test.methods.SampleMethod1.shouldRun2() finished in 0 ms
[VerboseTestNG] INVOKING: "Method3" - test.methods.VerifyMethod1.verify()
[VerboseTestNG] PASSED: "Method3" - test.methods.VerifyMethod1.verify() finished in 0 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Method3
[VerboseTestNG] Tests run: 349, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Object factory" containing "7" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING: "Object factory" - test.objectfactory.CustomFactoryTest.factoryReceivesContext()
[VerboseTestNG] PASSED: "Object factory" - test.objectfactory.CustomFactoryTest.factoryReceivesContext() finished in 9 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Object factory" - @AfterMethod test.objectfactory.CustomFactoryTest.resetCount()
[VerboseTestNG] PASSED CONFIGURATION: "Object factory" - @AfterMethod test.objectfactory.CustomFactoryTest.resetCount() finished in 0 ms
[VerboseTestNG] INVOKING: "Object factory" - test.objectfactory.CustomFactoryTest.setFactoryOnSuite()
[VerboseTestNG] PASSED: "Object factory" - test.objectfactory.CustomFactoryTest.setFactoryOnSuite() finished in 5 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Object factory" - @AfterMethod test.objectfactory.CustomFactoryTest.resetCount()
[VerboseTestNG] PASSED CONFIGURATION: "Object factory" - @AfterMethod test.objectfactory.CustomFactoryTest.resetCount() finished in 1 ms
[VerboseTestNG] INVOKING: "Object factory" - test.objectfactory.CustomFactoryTest.setFactoryOnTestNG()
[VerboseTestNG] PASSED: "Object factory" - test.objectfactory.CustomFactoryTest.setFactoryOnTestNG() finished in 5 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Object factory" - @AfterMethod test.objectfactory.CustomFactoryTest.resetCount()
[VerboseTestNG] PASSED CONFIGURATION: "Object factory" - @AfterMethod test.objectfactory.CustomFactoryTest.resetCount() finished in 0 ms
[VerboseTestNG] INVOKING: "Object factory" - test.objectfactory.CustomFactoryTest.setInvalidMethodFactoryByAnnotation()
[VerboseTestNG] PASSED: "Object factory" - test.objectfactory.CustomFactoryTest.setInvalidMethodFactoryByAnnotation() finished in 1 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Object factory" - @AfterMethod test.objectfactory.CustomFactoryTest.resetCount()
[VerboseTestNG] PASSED CONFIGURATION: "Object factory" - @AfterMethod test.objectfactory.CustomFactoryTest.resetCount() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Object factory" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Object factory" - @BeforeMethod test.BaseTest.methodSetUp() finished in 1 ms
[VerboseTestNG] INVOKING: "Object factory" - test.objectfactory.CombinedTestAndObjectFactoryTest.combinedTestAndObjectFactory()
[VerboseTestNG] PASSED: "Object factory" - test.objectfactory.CombinedTestAndObjectFactoryTest.combinedTestAndObjectFactory() finished in 2 ms
[VerboseTestNG] INVOKING: "Object factory" - test.objectfactory.ObjectFactory2Test.factoryOnSuiteShouldWork()
[VerboseTestNG] PASSED: "Object factory" - test.objectfactory.ObjectFactory2Test.factoryOnSuiteShouldWork() finished in 5 ms
[VerboseTestNG] INVOKING: "Object factory" - test.objectfactory.ObjectFactory2Test.factoryOnTestNGShouldWork()
[VerboseTestNG] PASSED: "Object factory" - test.objectfactory.ObjectFactory2Test.factoryOnTestNGShouldWork() finished in 4 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Object factory
[VerboseTestNG] Tests run: 356, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Parameters for constructors" containing "1" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING: "Parameters for constructors" - test.ParameterConstructorTest.verify()
[VerboseTestNG] PASSED: "Parameters for constructors" - test.ParameterConstructorTest.verify() finished in 1 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Parameters for constructors
[VerboseTestNG] Tests run: 357, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Excluded methods" containing "3" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING: "Excluded methods" - test.Exclude.included1()
[VerboseTestNG] PASSED: "Excluded methods" - test.Exclude.included1() finished in 0 ms
[VerboseTestNG] INVOKING: "Excluded methods" - test.Exclude.included2()
[VerboseTestNG] PASSED: "Excluded methods" - test.Exclude.included2() finished in 0 ms
[VerboseTestNG] INVOKING: "Excluded methods" - test.Exclude.verify()
[VerboseTestNG] PASSED: "Excluded methods" - test.Exclude.verify() finished in 1 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Excluded methods
[VerboseTestNG] Tests run: 360, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Parameters in init 1" containing "1" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING CONFIGURATION: "Parameters in init 1" - @BeforeTest test.configuration.ConfigurationWithParameters.testInit(java.lang.String)(value(s): "value1")
[VerboseTestNG] PASSED CONFIGURATION: "Parameters in init 1" - @BeforeTest test.configuration.ConfigurationWithParameters.testInit(java.lang.String)(value(s): "value1") finished in 0 ms
[VerboseTestNG] INVOKING: "Parameters in init 1" - test.configuration.ConfigurationWithParameters.testMethod(java.lang.String)(value(s): "value1")
[VerboseTestNG] PASSED: "Parameters in init 1" - test.configuration.ConfigurationWithParameters.testMethod(java.lang.String)(value(s): "value1") finished in 0 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Parameters in init 1
[VerboseTestNG] Tests run: 361, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Parameters in init 2" containing "1" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING CONFIGURATION: "Parameters in init 2" - @BeforeTest test.configuration.ConfigurationWithParameters.testInit(java.lang.String)(value(s): "value2")
[VerboseTestNG] PASSED CONFIGURATION: "Parameters in init 2" - @BeforeTest test.configuration.ConfigurationWithParameters.testInit(java.lang.String)(value(s): "value2") finished in 0 ms
[VerboseTestNG] INVOKING: "Parameters in init 2" - test.configuration.ConfigurationWithParameters.testMethod(java.lang.String)(value(s): "value2")
[VerboseTestNG] PASSED: "Parameters in init 2" - test.configuration.ConfigurationWithParameters.testMethod(java.lang.String)(value(s): "value2") finished in 0 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Parameters in init 2
[VerboseTestNG] Tests run: 362, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Individual method" containing "1" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING CONFIGURATION: "Individual method" - @BeforeMethod test.IndividualMethodsTest.setUp()
[VerboseTestNG] PASSED CONFIGURATION: "Individual method" - @BeforeMethod test.IndividualMethodsTest.setUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Individual method" - test.IndividualMethodsTest.testMethod()
[VerboseTestNG] PASSED: "Individual method" - test.IndividualMethodsTest.testMethod() finished in 0 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Individual method
[VerboseTestNG] Tests run: 363, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Method inheritance" containing "2" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING CONFIGURATION: "Method inheritance" - @BeforeTest test.inheritance.ZBase_0.beforeTest()
[VerboseTestNG] PASSED CONFIGURATION: "Method inheritance" - @BeforeTest test.inheritance.ZBase_0.beforeTest() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Method inheritance" - @BeforeMethod test.inheritance.ZBase_0.initApplication()
[VerboseTestNG] PASSED CONFIGURATION: "Method inheritance" - @BeforeMethod test.inheritance.ZBase_0.initApplication() finished in 1 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Method inheritance" - @BeforeMethod test.inheritance.Child_1.initDialog()
[VerboseTestNG] PASSED CONFIGURATION: "Method inheritance" - @BeforeMethod test.inheritance.Child_1.initDialog() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Method inheritance" - @BeforeMethod test.inheritance.DChild_2.initDialog2()
[VerboseTestNG] PASSED CONFIGURATION: "Method inheritance" - @BeforeMethod test.inheritance.DChild_2.initDialog2() finished in 0 ms
[VerboseTestNG] INVOKING: "Method inheritance" - test.inheritance.DChild_2.test()
[VerboseTestNG] PASSED: "Method inheritance" - test.inheritance.DChild_2.test() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Method inheritance" - @AfterMethod test.inheritance.DChild_2.tearDownDialog2()
[VerboseTestNG] PASSED CONFIGURATION: "Method inheritance" - @AfterMethod test.inheritance.DChild_2.tearDownDialog2() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Method inheritance" - @AfterMethod test.inheritance.Child_1.tearDownDialog()
[VerboseTestNG] PASSED CONFIGURATION: "Method inheritance" - @AfterMethod test.inheritance.Child_1.tearDownDialog() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Method inheritance" - @AfterMethod test.inheritance.ZBase_0.tearDownApplication()
[VerboseTestNG] PASSED CONFIGURATION: "Method inheritance" - @AfterMethod test.inheritance.ZBase_0.tearDownApplication() finished in 0 ms
[VerboseTestNG] INVOKING: "Method inheritance" - test.inheritance.VerifyTest.verify()
[VerboseTestNG] PASSED: "Method inheritance" - test.inheritance.VerifyTest.verify() finished in 2 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Method inheritance
[VerboseTestNG] Tests run: 365, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Method selectors" containing "17" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING CONFIGURATION: "Method selectors" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Method selectors" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Method selectors" - test.methodselectors.MethodSelectorTest.greaterThanPriorityTest1Test2()
[VerboseTestNG] PASSED: "Method selectors" - test.methodselectors.MethodSelectorTest.greaterThanPriorityTest1Test2() finished in 6 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Method selectors" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Method selectors" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Method selectors" - test.methodselectors.MethodSelectorTest.lessThanPriorityAllTests()
[VerboseTestNG] PASSED: "Method selectors" - test.methodselectors.MethodSelectorTest.lessThanPriorityAllTests() finished in 9 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Method selectors" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Method selectors" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Method selectors" - test.methodselectors.MethodSelectorTest.lessThanPriorityTest1Test()
[VerboseTestNG] PASSED: "Method selectors" - test.methodselectors.MethodSelectorTest.lessThanPriorityTest1Test() finished in 3 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Method selectors" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Method selectors" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Method selectors" - test.methodselectors.MethodSelectorTest.negativePriorityAllGroups()
[VerboseTestNG] PASSED: "Method selectors" - test.methodselectors.MethodSelectorTest.negativePriorityAllGroups() finished in 4 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Method selectors" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Method selectors" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Method selectors" - test.methodselectors.MethodSelectorTest.negativePriorityGroup2()
[VerboseTestNG] PASSED: "Method selectors" - test.methodselectors.MethodSelectorTest.negativePriorityGroup2() finished in 3 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Method selectors" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Method selectors" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Method selectors" - test.methodselectors.BeanShellTest.onlyGroup1()
[VerboseTestNG] PASSED: "Method selectors" - test.methodselectors.BeanShellTest.onlyGroup1() finished in 45 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Method selectors" - @BeforeMethod test.methodselectors.CommandLineTest.setup()
[VerboseTestNG] PASSED CONFIGURATION: "Method selectors" - @BeforeMethod test.methodselectors.CommandLineTest.setup() finished in 1 ms
[VerboseTestNG] INVOKING: "Method selectors" - test.methodselectors.CommandLineTest.commandLineGreaterThanPriorityTest1Test2()
[VerboseTestNG] PASSED: "Method selectors" - test.methodselectors.CommandLineTest.commandLineGreaterThanPriorityTest1Test2() finished in 14 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Method selectors" - @BeforeMethod test.methodselectors.CommandLineTest.setup()
[VerboseTestNG] PASSED CONFIGURATION: "Method selectors" - @BeforeMethod test.methodselectors.CommandLineTest.setup() finished in 0 ms
[VerboseTestNG] INVOKING: "Method selectors" - test.methodselectors.CommandLineTest.commandLineLessThanPriorityAllTests()
[VerboseTestNG] PASSED: "Method selectors" - test.methodselectors.CommandLineTest.commandLineLessThanPriorityAllTests() finished in 15 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Method selectors" - @BeforeMethod test.methodselectors.CommandLineTest.setup()
[VerboseTestNG] PASSED CONFIGURATION: "Method selectors" - @BeforeMethod test.methodselectors.CommandLineTest.setup() finished in 0 ms
[VerboseTestNG] INVOKING: "Method selectors" - test.methodselectors.CommandLineTest.commandLineLessThanPriorityTest1Test()
[VerboseTestNG] PASSED: "Method selectors" - test.methodselectors.CommandLineTest.commandLineLessThanPriorityTest1Test() finished in 12 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Method selectors" - @BeforeMethod test.methodselectors.CommandLineTest.setup()
[VerboseTestNG] PASSED CONFIGURATION: "Method selectors" - @BeforeMethod test.methodselectors.CommandLineTest.setup() finished in 0 ms
[VerboseTestNG] INVOKING: "Method selectors" - test.methodselectors.CommandLineTest.commandLineMultipleSelectors()
[VerboseTestNG] PASSED: "Method selectors" - test.methodselectors.CommandLineTest.commandLineMultipleSelectors() finished in 13 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Method selectors" - @BeforeMethod test.methodselectors.CommandLineTest.setup()
[VerboseTestNG] PASSED CONFIGURATION: "Method selectors" - @BeforeMethod test.methodselectors.CommandLineTest.setup() finished in 0 ms
[VerboseTestNG] INVOKING: "Method selectors" - test.methodselectors.CommandLineTest.commandLineNegativePriorityAllGroups()
[VerboseTestNG] PASSED: "Method selectors" - test.methodselectors.CommandLineTest.commandLineNegativePriorityAllGroups() finished in 15 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Method selectors" - @BeforeMethod test.methodselectors.CommandLineTest.setup()
[VerboseTestNG] PASSED CONFIGURATION: "Method selectors" - @BeforeMethod test.methodselectors.CommandLineTest.setup() finished in 1 ms
[VerboseTestNG] INVOKING: "Method selectors" - test.methodselectors.CommandLineTest.commandLineNegativePriorityGroup2()
[VerboseTestNG] PASSED: "Method selectors" - test.methodselectors.CommandLineTest.commandLineNegativePriorityGroup2() finished in 10 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Method selectors" - @BeforeMethod test.methodselectors.CommandLineTest.setup()
[VerboseTestNG] PASSED CONFIGURATION: "Method selectors" - @BeforeMethod test.methodselectors.CommandLineTest.setup() finished in 0 ms
[VerboseTestNG] INVOKING: "Method selectors" - test.methodselectors.CommandLineTest.commandLineNoTest1Selector()
[VerboseTestNG] PASSED: "Method selectors" - test.methodselectors.CommandLineTest.commandLineNoTest1Selector() finished in 14 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Method selectors" - @BeforeMethod test.methodselectors.CommandLineTest.setup()
[VerboseTestNG] PASSED CONFIGURATION: "Method selectors" - @BeforeMethod test.methodselectors.CommandLineTest.setup() finished in 0 ms
[VerboseTestNG] INVOKING: "Method selectors" - test.methodselectors.CommandLineTest.commandLineTestWithXmlFile()
[VerboseTestNG] PASSED: "Method selectors" - test.methodselectors.CommandLineTest.commandLineTestWithXmlFile() finished in 15 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Method selectors" - @BeforeMethod test.methodselectors.MethodSelectorInSuiteTest.setup()
[VerboseTestNG] PASSED CONFIGURATION: "Method selectors" - @BeforeMethod test.methodselectors.MethodSelectorInSuiteTest.setup() finished in 0 ms
[VerboseTestNG] INVOKING: "Method selectors" - test.methodselectors.MethodSelectorInSuiteTest.fileOnCommandLine()
[VerboseTestNG] PASSED: "Method selectors" - test.methodselectors.MethodSelectorInSuiteTest.fileOnCommandLine() finished in 10 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Method selectors" - @BeforeMethod test.methodselectors.MethodSelectorInSuiteTest.setup()
[VerboseTestNG] PASSED CONFIGURATION: "Method selectors" - @BeforeMethod test.methodselectors.MethodSelectorInSuiteTest.setup() finished in 1 ms
[VerboseTestNG] INVOKING: "Method selectors" - test.methodselectors.MethodSelectorInSuiteTest.programmaticXmlSuite()
[VerboseTestNG] PASSED: "Method selectors" - test.methodselectors.MethodSelectorInSuiteTest.programmaticXmlSuite() finished in 3 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Method selectors" - @BeforeMethod test.methodselectors.MethodSelectorInSuiteTest.setup()
[VerboseTestNG] PASSED CONFIGURATION: "Method selectors" - @BeforeMethod test.methodselectors.MethodSelectorInSuiteTest.setup() finished in 0 ms
[VerboseTestNG] INVOKING: "Method selectors" - test.methodselectors.MethodSelectorInSuiteTest.xmlXmlSuite()
[VerboseTestNG] PASSED: "Method selectors" - test.methodselectors.MethodSelectorInSuiteTest.xmlXmlSuite() finished in 3 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Method selectors
[VerboseTestNG] Tests run: 382, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Test order invocation" containing "1" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING CONFIGURATION: "Test order invocation" - @BeforeTest test.interleavedorder.InterleavedInvocationTest.beforeTest()
[VerboseTestNG] PASSED CONFIGURATION: "Test order invocation" - @BeforeTest test.interleavedorder.InterleavedInvocationTest.beforeTest() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Test order invocation" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Test order invocation" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Test order invocation" - test.interleavedorder.InterleavedInvocationTest.invocationOrder()
[VerboseTestNG] PASSED: "Test order invocation" - test.interleavedorder.InterleavedInvocationTest.invocationOrder() finished in 16 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Test order invocation
[VerboseTestNG] Tests run: 383, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "DataProvider" containing "29" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING CONFIGURATION: "DataProvider" - @BeforeTest test.dataprovider.ConfigurationAndDataProvidersTest.setUpTest()
[VerboseTestNG] PASSED CONFIGURATION: "DataProvider" - @BeforeTest test.dataprovider.ConfigurationAndDataProvidersTest.setUpTest() finished in 0 ms
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.Sample1Test.verifyNames(java.lang.String, java.lang.Integer)(value(s): "Cedric", 36)
[VerboseTestNG] INVOKING CONFIGURATION: "DataProvider" - @BeforeClass test.dataprovider.ConfigurationAndDataProvidersTest.setUpClass()
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.Sample1Test.verifyNames(java.lang.String, java.lang.Integer)(value(s): "Cedric", 36) finished in 0 ms
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.Sample1Test.verifyNames(java.lang.String, java.lang.Integer)(value(s): "Anne Marie", 37)
[VerboseTestNG] PASSED CONFIGURATION: "DataProvider" - @BeforeClass test.dataprovider.ConfigurationAndDataProvidersTest.setUpClass() finished in 0 ms
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.Sample1Test.verifyNames(java.lang.String, java.lang.Integer)(value(s): "Anne Marie", 37) finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "DataProvider" - @BeforeMethod test.dataprovider.ConfigurationAndDataProvidersTest.setUp()
[VerboseTestNG] PASSED CONFIGURATION: "DataProvider" - @BeforeMethod test.dataprovider.ConfigurationAndDataProvidersTest.setUp() finished in 0 ms
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.ConfigurationAndDataProvidersTest.verifyNames(java.lang.Object)(value(s): Test)
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.ConfigurationAndDataProvidersTest.verifyNames(java.lang.Object)(value(s): Test) finished in 1 ms
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.FailingIterableDataProviderTest.failingDataProvider()
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.BooleanTest.doStuff(boolean)(value(s): true)
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.BooleanTest.doStuff(boolean)(value(s): true) finished in 1 ms
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.BooleanTest.doStuff(boolean)(value(s): false)
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.BooleanTest.doStuff(boolean)(value(s): false) finished in 0 ms
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.Sample1Test.verifyCount()
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.Sample1Test.verifyCount() finished in 0 ms
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.BooleanTest.verify()
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.BooleanTest.verify() finished in 0 ms
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.MethodTest.test2(java.lang.String)(value(s): "Cedric")
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.MethodTest.test2(java.lang.String)(value(s): "Cedric") finished in 0 ms
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.MethodTest.test3(java.lang.String)(value(s): "Cedric")
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.MethodTest.test3(java.lang.String)(value(s): "Cedric") finished in 0 ms
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.FailingIterableDataProviderTest.failingDataProvider() finished in 3 ms
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.MethodTest.test1(java.lang.String)(value(s): "Cedric")
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.MethodTest.test1(java.lang.String)(value(s): "Cedric") finished in 0 ms
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.MethodTest.test1(java.lang.String)(value(s): "Alois")
[VerboseTestNG] INVOKING CONFIGURATION: "DataProvider" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.MethodTest.test1(java.lang.String)(value(s): "Alois") finished in 0 ms
[VerboseTestNG] PASSED CONFIGURATION: "DataProvider" - @BeforeMethod test.BaseTest.methodSetUp() finished in 1 ms
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.ClassTest.includeMethodsOnly()
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.MethodTest.multipleTestMethods()
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.MethodTest.multipleTestMethods() finished in 0 ms
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.StaticDataProviderSampleTest.verifyStatic(java.lang.String)(value(s): "Cedric")
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.StaticDataProviderSampleTest.verifyStatic(java.lang.String)(value(s): "Cedric") finished in 0 ms
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.UnnamedDataProviderTest.doStuff(boolean)(value(s): true)
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.UnnamedDataProviderTest.doStuff(boolean)(value(s): true) finished in 0 ms
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.UnnamedDataProviderTest.doStuff(boolean)(value(s): false)
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.UnnamedDataProviderTest.doStuff(boolean)(value(s): false) finished in 1 ms
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.UnnamedDataProviderTest.verify()
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.UnnamedDataProviderTest.verify() finished in 0 ms
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.TestContextTest.verifyFive()
[VerboseTestNG] INVOKING CONFIGURATION: "DataProvider" - @BeforeClass test.dataprovider.InstanceDataProviderSampleTest.beforeTest()
[VerboseTestNG] PASSED CONFIGURATION: "DataProvider" - @BeforeClass test.dataprovider.InstanceDataProviderSampleTest.beforeTest() finished in 0 ms
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.InstanceDataProviderSampleTest.f(java.lang.Integer)(value(s): 1859093149)
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.InstanceDataProviderSampleTest.f(java.lang.Integer)(value(s): 1859093149) finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "DataProvider" - @AfterClass test.dataprovider.InstanceDataProviderSampleTest.afterTest()
[VerboseTestNG] PASSED CONFIGURATION: "DataProvider" - @AfterClass test.dataprovider.InstanceDataProviderSampleTest.afterTest() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "DataProvider" - @BeforeClass test.dataprovider.InstanceDataProviderSampleTest.beforeTest()
[VerboseTestNG] PASSED CONFIGURATION: "DataProvider" - @BeforeClass test.dataprovider.InstanceDataProviderSampleTest.beforeTest() finished in 0 ms
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.InstanceDataProviderSampleTest.f(java.lang.Integer)(value(s): 2038975040)
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.InstanceDataProviderSampleTest.f(java.lang.Integer)(value(s): 2038975040) finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "DataProvider" - @AfterClass test.dataprovider.InstanceDataProviderSampleTest.afterTest()
[VerboseTestNG] PASSED CONFIGURATION: "DataProvider" - @AfterClass test.dataprovider.InstanceDataProviderSampleTest.afterTest() finished in 0 ms
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.ClassTest.includeMethodsOnly() finished in 5 ms
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.InheritedDataProviderTest.f(java.lang.String)(value(s): "a")
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.InheritedDataProviderTest.f(java.lang.String)(value(s): "a") finished in 0 ms
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.TestNG411Test.verify()
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.TestInstanceTest.f(int)(value(s): 42)
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.TestInstanceTest.f(int)(value(s): 42) finished in 0 ms
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.TestInstanceTest.f(int)(value(s): 43)
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.TestInstanceTest.f(int)(value(s): 43) finished in 0 ms
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.TestInstanceTest.f(int)(value(s): 42)
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.TestInstanceTest.f(int)(value(s): 42) finished in 0 ms
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.TestInstanceTest.f(int)(value(s): 43)
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.TestInstanceTest.f(int)(value(s): 43) finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "DataProvider" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "DataProvider" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "DataProvider" - @BeforeMethod test.dataprovider.FailedDataProviderTest.init()
[VerboseTestNG] PASSED CONFIGURATION: "DataProvider" - @BeforeMethod test.dataprovider.FailedDataProviderTest.init() finished in 0 ms
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.FailedDataProviderTest.allMethodsShouldBeInvoked()
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.TestNG411Test.verify() finished in 13 ms
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.VarArgsDataProviderTest.testWithTwoEntriesInTestToolWindow([Ljava.lang.String;)(value(s): [Ljava.lang.String;@35e5ebbf)
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.VarArgsDataProviderTest.testWithTwoEntriesInTestToolWindow([Ljava.lang.String;)(value(s): [Ljava.lang.String;@35e5ebbf) finished in 0 ms
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.FailedDataProviderTest.allMethodsShouldBeInvoked() finished in 15 ms
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.TestContextTest.verifyFive() finished in 21 ms
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.TestContextTest.verifySix()
[VerboseTestNG] INVOKING CONFIGURATION: "DataProvider" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "DataProvider" - @BeforeMethod test.BaseTest.methodSetUp() finished in 1 ms
[VerboseTestNG] INVOKING CONFIGURATION: "DataProvider" - @BeforeMethod test.dataprovider.FailedDataProviderTest.init()
[VerboseTestNG] PASSED CONFIGURATION: "DataProvider" - @BeforeMethod test.dataprovider.FailedDataProviderTest.init() finished in 0 ms
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.FailedDataProviderTest.failedDataProviderShouldCauseSkip()
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.FailedDataProviderTest.failedDataProviderShouldCauseSkip() finished in 11 ms
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.TestContextTest.verifySix() finished in 18 ms
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.TestContextTest.verifyTen()
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.TestContextTest.verifyTen() finished in 8 ms
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.FailingDataProviderTest.duplicateDataProviders()
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.FailingDataProviderTest.duplicateDataProviders() finished in 2 ms
[VerboseTestNG] TESTNG-447: Abort when two data providers have the same name
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.FailingDataProviderTest.failingDataProvider()
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.FailingDataProviderTest.failingDataProvider() finished in 2 ms
[VerboseTestNG] TESTNG-142: Exceptions in DataProvider are not reported as failed test
[VerboseTestNG] INVOKING: "DataProvider" - test.dataprovider.DataProviderAsTest.f()
[VerboseTestNG] PASSED: "DataProvider" - test.dataprovider.DataProviderAsTest.f() finished in 0 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] DataProvider
[VerboseTestNG] Tests run: 418, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "DP" containing "2" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING: "DP" - test.dataprovider.ParallelDataProviderTest.shouldNotThrowConcurrentModificationException()
[VerboseTestNG] PASSED: "DP" - test.dataprovider.ParallelDataProviderTest.shouldNotThrowConcurrentModificationException() finished in 2035 ms
[VerboseTestNG] INVOKING: "DP" - test.dataprovider.ParallelDataProviderTest.verifyData1(org.testng.ITestContext, java.lang.String, java.lang.Integer)(value(s): org.testng.TestRunner@7885bf5f, "Cedric", 36)
[VerboseTestNG] INVOKING: "DP" - test.dataprovider.ParallelDataProviderTest.verifyData1(org.testng.ITestContext, java.lang.String, java.lang.Integer)(value(s): org.testng.TestRunner@7885bf5f, "Anne", 37)
[VerboseTestNG] INVOKING: "DP" - test.dataprovider.ParallelDataProviderTest.verifyData1(org.testng.ITestContext, java.lang.String, java.lang.Integer)(value(s): org.testng.TestRunner@7885bf5f, "B", 37)
[VerboseTestNG] PASSED: "DP" - test.dataprovider.ParallelDataProviderTest.verifyData1(org.testng.ITestContext, java.lang.String, java.lang.Integer)(value(s): org.testng.TestRunner@7885bf5f, "Anne", 37) finished in 0 ms
[VerboseTestNG] PASSED: "DP" - test.dataprovider.ParallelDataProviderTest.verifyData1(org.testng.ITestContext, java.lang.String, java.lang.Integer)(value(s): org.testng.TestRunner@7885bf5f, "B", 37) finished in 0 ms
[VerboseTestNG] INVOKING: "DP" - test.dataprovider.ParallelDataProviderTest.verifyData1(org.testng.ITestContext, java.lang.String, java.lang.Integer)(value(s): org.testng.TestRunner@7885bf5f, "A", 36)
[VerboseTestNG] PASSED: "DP" - test.dataprovider.ParallelDataProviderTest.verifyData1(org.testng.ITestContext, java.lang.String, java.lang.Integer)(value(s): org.testng.TestRunner@7885bf5f, "Cedric", 36) finished in 0 ms
[VerboseTestNG] PASSED: "DP" - test.dataprovider.ParallelDataProviderTest.verifyData1(org.testng.ITestContext, java.lang.String, java.lang.Integer)(value(s): org.testng.TestRunner@7885bf5f, "A", 36) finished in 0 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] DP
[VerboseTestNG] Tests run: 423, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "bug111" containing "2" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING: "bug111" - test.test111.AbstractTest.testAbstract()
[VerboseTestNG] PASSED: "bug111" - test.test111.AbstractTest.testAbstract() finished in 0 ms
[VerboseTestNG] INVOKING: "bug111" - test.test111.Test1.test()
[VerboseTestNG] PASSED: "bug111" - test.test111.Test1.test() finished in 1 ms
[VerboseTestNG] INVOKING CONFIGURATION: "bug111" - @AfterClass test.test111.AbstractTest.afterClass()
[VerboseTestNG] PASSED CONFIGURATION: "bug111" - @AfterClass test.test111.AbstractTest.afterClass() finished in 0 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] bug111
[VerboseTestNG] Tests run: 425, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "UniqueSuite" containing "3" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING: "UniqueSuite" - test.uniquesuite.TestBefore1.verify()
[VerboseTestNG] PASSED: "UniqueSuite" - test.uniquesuite.TestBefore1.verify() finished in 0 ms
[VerboseTestNG] INVOKING: "UniqueSuite" - test.uniquesuite.TestBefore2.verify()
[VerboseTestNG] PASSED: "UniqueSuite" - test.uniquesuite.TestBefore2.verify() finished in 0 ms
[VerboseTestNG] INVOKING: "UniqueSuite" - test.uniquesuite.TestAfter.testAfter()
[VerboseTestNG] PASSED: "UniqueSuite" - test.uniquesuite.TestAfter.testAfter() finished in 15 ms
[VerboseTestNG] INVOKING CONFIGURATION: "UniqueSuite" - @AfterTest test.uniquesuite.TestAfter.afterTest()
[VerboseTestNG] PASSED CONFIGURATION: "UniqueSuite" - @AfterTest test.uniquesuite.TestAfter.afterTest() finished in 1 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] UniqueSuite
[VerboseTestNG] Tests run: 428, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "InheritGroups" containing "1" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING CONFIGURATION: "InheritGroups" - @BeforeMethod test.configuration.ConfigurationInheritGroupsSampleTest.setUp()
[VerboseTestNG] PASSED CONFIGURATION: "InheritGroups" - @BeforeMethod test.configuration.ConfigurationInheritGroupsSampleTest.setUp() finished in 1 ms
[VerboseTestNG] INVOKING: "InheritGroups" - test.configuration.ConfigurationInheritGroupsSampleTest.test1()
[VerboseTestNG] PASSED: "InheritGroups" - test.configuration.ConfigurationInheritGroupsSampleTest.test1() finished in 0 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] InheritGroups
[VerboseTestNG] Tests run: 429, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Nested" containing "1" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING: "Nested" - test.nested.GarfTest.testGarf()
[VerboseTestNG] PASSED: "Nested" - test.nested.GarfTest.testGarf() finished in 0 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Nested
[VerboseTestNG] Tests run: 430, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Hookable" containing "6" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING CONFIGURATION: "Hookable" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Hookable" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Hookable" - @BeforeMethod test.hook.HookableTest.bm()
[VerboseTestNG] PASSED CONFIGURATION: "Hookable" - @BeforeMethod test.hook.HookableTest.bm() finished in 2 ms
[VerboseTestNG] INVOKING: "Hookable" - test.hook.HookableTest.configurableFailure()
[VerboseTestNG] PASSED: "Hookable" - test.hook.HookableTest.configurableFailure() finished in 14 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Hookable" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Hookable" - @BeforeMethod test.BaseTest.methodSetUp() finished in 1 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Hookable" - @BeforeMethod test.hook.HookableTest.bm()
[VerboseTestNG] PASSED CONFIGURATION: "Hookable" - @BeforeMethod test.hook.HookableTest.bm() finished in 0 ms
[VerboseTestNG] INVOKING: "Hookable" - test.hook.HookableTest.configurableSuccess()
[VerboseTestNG] PASSED: "Hookable" - test.hook.HookableTest.configurableSuccess() finished in 5 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Hookable" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Hookable" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Hookable" - @BeforeMethod test.hook.HookableTest.bm()
[VerboseTestNG] PASSED CONFIGURATION: "Hookable" - @BeforeMethod test.hook.HookableTest.bm() finished in 0 ms
[VerboseTestNG] INVOKING: "Hookable" - test.hook.HookableTest.configurableSuccessWithListener()
[VerboseTestNG] PASSED: "Hookable" - test.hook.HookableTest.configurableSuccessWithListener() finished in 6 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Hookable" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Hookable" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Hookable" - @BeforeMethod test.hook.HookableTest.bm()
[VerboseTestNG] PASSED CONFIGURATION: "Hookable" - @BeforeMethod test.hook.HookableTest.bm() finished in 0 ms
[VerboseTestNG] INVOKING: "Hookable" - test.hook.HookableTest.hookFailure()
[VerboseTestNG] PASSED: "Hookable" - test.hook.HookableTest.hookFailure() finished in 3 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Hookable" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Hookable" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Hookable" - @BeforeMethod test.hook.HookableTest.bm()
[VerboseTestNG] PASSED CONFIGURATION: "Hookable" - @BeforeMethod test.hook.HookableTest.bm() finished in 0 ms
[VerboseTestNG] INVOKING: "Hookable" - test.hook.HookableTest.hookSuccess()
[VerboseTestNG] PASSED: "Hookable" - test.hook.HookableTest.hookSuccess() finished in 2 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Hookable" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "Hookable" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Hookable" - @BeforeMethod test.hook.HookableTest.bm()
[VerboseTestNG] PASSED CONFIGURATION: "Hookable" - @BeforeMethod test.hook.HookableTest.bm() finished in 0 ms
[VerboseTestNG] INVOKING: "Hookable" - test.hook.HookableTest.hookSuccessWithListener()
[VerboseTestNG] PASSED: "Hookable" - test.hook.HookableTest.hookSuccessWithListener() finished in 2 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Hookable
[VerboseTestNG] Tests run: 436, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "BeforeGroups-AfterGroups-1" containing "24" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING CONFIGURATION: "BeforeGroups-AfterGroups-1" - @BeforeGroups test.configuration.ConfigurationGroups1SampleTest.before1()
[VerboseTestNG] PASSED CONFIGURATION: "BeforeGroups-AfterGroups-1" - @BeforeGroups test.configuration.ConfigurationGroups1SampleTest.before1() finished in 0 ms
[VerboseTestNG] INVOKING: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups1SampleTest.f1()
[VerboseTestNG] INVOKING: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups4SampleTest.f()
[VerboseTestNG] PASSED: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups1SampleTest.f1() finished in 0 ms
[VerboseTestNG] PASSED: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups4SampleTest.f() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "BeforeGroups-AfterGroups-1" - @BeforeGroups test.configuration.Base3.anotherBefore1()
[VerboseTestNG] PASSED CONFIGURATION: "BeforeGroups-AfterGroups-1" - @BeforeGroups test.configuration.Base3.anotherBefore1() finished in 2 ms
[VerboseTestNG] INVOKING CONFIGURATION: "BeforeGroups-AfterGroups-1" - @BeforeGroups test.configuration.ConfigurationGroups3SampleTest.before1()
[VerboseTestNG] PASSED CONFIGURATION: "BeforeGroups-AfterGroups-1" - @BeforeGroups test.configuration.ConfigurationGroups3SampleTest.before1() finished in 0 ms
[VerboseTestNG] INVOKING: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups3SampleTest.f1()
[VerboseTestNG] INVOKING CONFIGURATION: "BeforeGroups-AfterGroups-1" - @BeforeGroups test.configuration.ConfigurationGroups2SampleTest.before1()
[VerboseTestNG] PASSED: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups3SampleTest.f1() finished in 0 ms
[VerboseTestNG] PASSED CONFIGURATION: "BeforeGroups-AfterGroups-1" - @BeforeGroups test.configuration.ConfigurationGroups2SampleTest.before1() finished in 0 ms
[VerboseTestNG] INVOKING: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups2SampleTest.f1()
[VerboseTestNG] INVOKING: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups4SampleTest.run()
[VerboseTestNG] PASSED: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups2SampleTest.f1() finished in 1 ms
[VerboseTestNG] INVOKING: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups3SampleTest.fa()
[VerboseTestNG] PASSED: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups4SampleTest.run() finished in 1 ms
[VerboseTestNG] PASSED: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups3SampleTest.fa() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "BeforeGroups-AfterGroups-1" - @AfterGroups test.configuration.ConfigurationGroups4SampleTest.after1()
[VerboseTestNG] PASSED CONFIGURATION: "BeforeGroups-AfterGroups-1" - @AfterGroups test.configuration.ConfigurationGroups4SampleTest.after1() finished in 0 ms
[VerboseTestNG] INVOKING: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups2SampleTest.fa()
[VerboseTestNG] PASSED: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups2SampleTest.fa() finished in 0 ms
[VerboseTestNG] INVOKING: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups6SampleTest.f()
[VerboseTestNG] PASSED: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups6SampleTest.f() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "BeforeGroups-AfterGroups-1" - @BeforeGroups test.configuration.ConfigurationGroups7SampleTest.initA()
[VerboseTestNG] PASSED CONFIGURATION: "BeforeGroups-AfterGroups-1" - @BeforeGroups test.configuration.ConfigurationGroups7SampleTest.initA() finished in 0 ms
[VerboseTestNG] INVOKING: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups7SampleTest.testSomething()
[VerboseTestNG] INVOKING: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups6SampleTest.run1()
[VerboseTestNG] INVOKING: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups2SampleTest.g1()
[VerboseTestNG] PASSED: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups7SampleTest.testSomething() finished in 0 ms
[VerboseTestNG] PASSED: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups6SampleTest.run1() finished in 0 ms
[VerboseTestNG] PASSED: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups2SampleTest.g1() finished in 0 ms
[VerboseTestNG] INVOKING: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups7SampleTest.testSomethingMore()
[VerboseTestNG] INVOKING: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups6SampleTest.run2()
[VerboseTestNG] PASSED: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups7SampleTest.testSomethingMore() finished in 0 ms
[VerboseTestNG] PASSED: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups6SampleTest.run2() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "BeforeGroups-AfterGroups-1" - @AfterGroups test.configuration.ConfigurationGroups7SampleTest.cleanUpA()
[VerboseTestNG] PASSED CONFIGURATION: "BeforeGroups-AfterGroups-1" - @AfterGroups test.configuration.ConfigurationGroups7SampleTest.cleanUpA() finished in 0 ms
[VerboseTestNG] INVOKING: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups4SampleTest.verify()
[VerboseTestNG] INVOKING CONFIGURATION: "BeforeGroups-AfterGroups-1" - @AfterGroups test.configuration.ConfigurationGroups6SampleTest.after()
[VerboseTestNG] PASSED: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups4SampleTest.verify() finished in 0 ms
[VerboseTestNG] PASSED CONFIGURATION: "BeforeGroups-AfterGroups-1" - @AfterGroups test.configuration.ConfigurationGroups6SampleTest.after() finished in 0 ms
[VerboseTestNG] INVOKING: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups3SampleTest.verify()
[VerboseTestNG] PASSED: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups3SampleTest.verify() finished in 0 ms
[VerboseTestNG] INVOKING: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups7SampleTest.verify()
[VerboseTestNG] PASSED: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups7SampleTest.verify() finished in 0 ms
[VerboseTestNG] INVOKING: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups6SampleTest.verify()
[VerboseTestNG] PASSED: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups6SampleTest.verify() finished in 0 ms
[VerboseTestNG] INVOKING: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups2SampleTest.verify()
[VerboseTestNG] INVOKING: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups5SampleTest.f()
[VerboseTestNG] PASSED: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups2SampleTest.verify() finished in 1 ms
[VerboseTestNG] PASSED: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups5SampleTest.f() finished in 2 ms
[VerboseTestNG] INVOKING: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups5SampleTest.run1()
[VerboseTestNG] INVOKING: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups1SampleTest.fa()
[VerboseTestNG] PASSED: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups5SampleTest.run1() finished in 0 ms
[VerboseTestNG] PASSED: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups1SampleTest.fa() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "BeforeGroups-AfterGroups-1" - @AfterGroups test.configuration.ConfigurationGroups5SampleTest.after()
[VerboseTestNG] PASSED CONFIGURATION: "BeforeGroups-AfterGroups-1" - @AfterGroups test.configuration.ConfigurationGroups5SampleTest.after() finished in 0 ms
[VerboseTestNG] INVOKING: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups5SampleTest.run2()
[VerboseTestNG] PASSED: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups5SampleTest.run2() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "BeforeGroups-AfterGroups-1" - @AfterGroups test.configuration.ConfigurationGroups5SampleTest.after()
[VerboseTestNG] PASSED CONFIGURATION: "BeforeGroups-AfterGroups-1" - @AfterGroups test.configuration.ConfigurationGroups5SampleTest.after() finished in 0 ms
[VerboseTestNG] INVOKING: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups1SampleTest.verify()
[VerboseTestNG] INVOKING: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups5SampleTest.verify()
[VerboseTestNG] PASSED: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups1SampleTest.verify() finished in 0 ms
[VerboseTestNG] PASSED: "BeforeGroups-AfterGroups-1" - test.configuration.ConfigurationGroups5SampleTest.verify() finished in 0 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] BeforeGroups-AfterGroups-1
[VerboseTestNG] Tests run: 460, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "BeforeGroups-AfterGroups-2" containing "3" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING: "BeforeGroups-AfterGroups-2" - test.configuration.ConfigurationGroups8SampleTest.testSomething()
[VerboseTestNG] PASSED: "BeforeGroups-AfterGroups-2" - test.configuration.ConfigurationGroups8SampleTest.testSomething() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "BeforeGroups-AfterGroups-2" - @AfterMethod test.configuration.ConfigurationGroups8SampleTest.cleanUpA()
[VerboseTestNG] PASSED CONFIGURATION: "BeforeGroups-AfterGroups-2" - @AfterMethod test.configuration.ConfigurationGroups8SampleTest.cleanUpA() finished in 0 ms
[VerboseTestNG] INVOKING: "BeforeGroups-AfterGroups-2" - test.configuration.ConfigurationGroups8SampleTest.testSomethingMore()
[VerboseTestNG] PASSED: "BeforeGroups-AfterGroups-2" - test.configuration.ConfigurationGroups8SampleTest.testSomethingMore() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "BeforeGroups-AfterGroups-2" - @AfterMethod test.configuration.ConfigurationGroups8SampleTest.cleanUpA()
[VerboseTestNG] PASSED CONFIGURATION: "BeforeGroups-AfterGroups-2" - @AfterMethod test.configuration.ConfigurationGroups8SampleTest.cleanUpA() finished in 0 ms
[VerboseTestNG] INVOKING: "BeforeGroups-AfterGroups-2" - test.configuration.ConfigurationGroups8SampleTest.verify()
[VerboseTestNG] PASSED: "BeforeGroups-AfterGroups-2" - test.configuration.ConfigurationGroups8SampleTest.verify() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "BeforeGroups-AfterGroups-2" - @AfterMethod test.configuration.ConfigurationGroups8SampleTest.cleanUpA()
[VerboseTestNG] PASSED CONFIGURATION: "BeforeGroups-AfterGroups-2" - @AfterMethod test.configuration.ConfigurationGroups8SampleTest.cleanUpA() finished in 0 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] BeforeGroups-AfterGroups-2
[VerboseTestNG] Tests run: 463, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "JUnit" containing "12" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING CONFIGURATION: "JUnit" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "JUnit" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "JUnit" - @BeforeMethod test.JUnitTest1.initJUnitFlag()
[VerboseTestNG] PASSED CONFIGURATION: "JUnit" - @BeforeMethod test.JUnitTest1.initJUnitFlag() finished in 0 ms
[VerboseTestNG] INVOKING: "JUnit" - test.JUnitTest1.methodsThatStartWithTest()
[VerboseTestNG] PASSED: "JUnit" - test.JUnitTest1.methodsThatStartWithTest() finished in 2 ms
[VerboseTestNG] INVOKING CONFIGURATION: "JUnit" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "JUnit" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "JUnit" - @BeforeMethod test.JUnitTest1.initJUnitFlag()
[VerboseTestNG] PASSED CONFIGURATION: "JUnit" - @BeforeMethod test.JUnitTest1.initJUnitFlag() finished in 0 ms
[VerboseTestNG] INVOKING: "JUnit" - test.JUnitTest1.methodsWithSetup()
[VerboseTestNG] PASSED: "JUnit" - test.JUnitTest1.methodsWithSetup() finished in 1 ms
[VerboseTestNG] INVOKING CONFIGURATION: "JUnit" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "JUnit" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "JUnit" - @BeforeMethod test.JUnitTest1.initJUnitFlag()
[VerboseTestNG] PASSED CONFIGURATION: "JUnit" - @BeforeMethod test.JUnitTest1.initJUnitFlag() finished in 0 ms
[VerboseTestNG] INVOKING: "JUnit" - test.JUnitTest1.setNameShouldBeInvoked()
[VerboseTestNG] PASSED: "JUnit" - test.JUnitTest1.setNameShouldBeInvoked() finished in 1 ms
[VerboseTestNG] INVOKING CONFIGURATION: "JUnit" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "JUnit" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "JUnit" - @BeforeMethod test.JUnitTest1.initJUnitFlag()
[VerboseTestNG] PASSED CONFIGURATION: "JUnit" - @BeforeMethod test.JUnitTest1.initJUnitFlag() finished in 0 ms
[VerboseTestNG] INVOKING: "JUnit" - test.JUnitTest1.setUpFailingShouldCauseMethodsToBeSkipped()
[VerboseTestNG] PASSED: "JUnit" - test.JUnitTest1.setUpFailingShouldCauseMethodsToBeSkipped() finished in 2 ms
[VerboseTestNG] INVOKING CONFIGURATION: "JUnit" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "JUnit" - @BeforeMethod test.BaseTest.methodSetUp() finished in 1 ms
[VerboseTestNG] INVOKING CONFIGURATION: "JUnit" - @BeforeMethod test.JUnitTest1.initJUnitFlag()
[VerboseTestNG] PASSED CONFIGURATION: "JUnit" - @BeforeMethod test.JUnitTest1.initJUnitFlag() finished in 0 ms
[VerboseTestNG] INVOKING: "JUnit" - test.JUnitTest1.testNewInstance()
[VerboseTestNG] PASSED: "JUnit" - test.JUnitTest1.testNewInstance() finished in 1 ms
[VerboseTestNG] INVOKING CONFIGURATION: "JUnit" - @BeforeMethod test.BaseTest.methodSetUp()
[VerboseTestNG] PASSED CONFIGURATION: "JUnit" - @BeforeMethod test.BaseTest.methodSetUp() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "JUnit" - @BeforeMethod test.JUnitTest1.initJUnitFlag()
[VerboseTestNG] PASSED CONFIGURATION: "JUnit" - @BeforeMethod test.JUnitTest1.initJUnitFlag() finished in 0 ms
[VerboseTestNG] INVOKING: "JUnit" - test.JUnitTest1.testSuite()
[VerboseTestNG] PASSED: "JUnit" - test.JUnitTest1.testSuite() finished in 1 ms
[VerboseTestNG] INVOKING: "JUnit" - test.CommandLineTest.junitParsing()
[VerboseTestNG] PASSED: "JUnit" - test.CommandLineTest.junitParsing() finished in 8 ms
[VerboseTestNG] INVOKING: "JUnit" - test.CommandLineTest.junitParsing2()
[VerboseTestNG] PASSED: "JUnit" - test.CommandLineTest.junitParsing2() finished in 24 ms
[VerboseTestNG] INVOKING: "JUnit" - test.CommandLineTest.suiteNameOverride()
[VerboseTestNG] PASSED: "JUnit" - test.CommandLineTest.suiteNameOverride() finished in 8 ms
[VerboseTestNG] INVOKING: "JUnit" - test.CommandLineTest.testMethodParameter()
[VerboseTestNG] PASSED: "JUnit" - test.CommandLineTest.testMethodParameter() finished in 7 ms
[VerboseTestNG] INVOKING: "JUnit" - test.CommandLineTest.testNameOverride()
[VerboseTestNG] PASSED: "JUnit" - test.CommandLineTest.testNameOverride() finished in 5 ms
[VerboseTestNG] INVOKING: "JUnit" - test.CommandLineTest.testUseDefaultListenersArgument()
[VerboseTestNG] PASSED: "JUnit" - test.CommandLineTest.testUseDefaultListenersArgument() finished in 7 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] JUnit
[VerboseTestNG] Tests run: 475, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Ant-ClassFileResolution" containing "3" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING: "Ant-ClassFileResolution" - test.ant.TestCommandLineArgs.testDOSPathResolution()
[VerboseTestNG] PASSED: "Ant-ClassFileResolution" - test.ant.TestCommandLineArgs.testDOSPathResolution() finished in 0 ms
[VerboseTestNG] INVOKING: "Ant-ClassFileResolution" - test.ant.TestCommandLineArgs.testPathResolution()
[VerboseTestNG] PASSED: "Ant-ClassFileResolution" - test.ant.TestCommandLineArgs.testPathResolution() finished in 0 ms
[VerboseTestNG] INVOKING: "Ant-ClassFileResolution" - test.ant.TestCommandLineArgs.testUnixPathResolution()
[VerboseTestNG] PASSED: "Ant-ClassFileResolution" - test.ant.TestCommandLineArgs.testUnixPathResolution() finished in 0 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Ant-ClassFileResolution
[VerboseTestNG] Tests run: 478, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Class Run" containing "2" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING CONFIGURATION: "Class Run" - @BeforeGroups test.regression.groupsordering.Base.setUp()
[VerboseTestNG] PASSED CONFIGURATION: "Class Run" - @BeforeGroups test.regression.groupsordering.Base.setUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Class Run" - test.regression.groupsordering.A.testA()
[VerboseTestNG] PASSED: "Class Run" - test.regression.groupsordering.A.testA() finished in 0 ms
[VerboseTestNG] INVOKING: "Class Run" - test.regression.groupsordering.B.testB()
[VerboseTestNG] PASSED: "Class Run" - test.regression.groupsordering.B.testB() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Class Run" - @AfterGroups test.regression.groupsordering.Base.tearDown()
[VerboseTestNG] PASSED CONFIGURATION: "Class Run" - @AfterGroups test.regression.groupsordering.Base.tearDown() finished in 0 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Class Run
[VerboseTestNG] Tests run: 480, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Groups Run" containing "2" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING CONFIGURATION: "Groups Run" - @BeforeGroups test.regression.groupsordering.Base.setUp()
[VerboseTestNG] PASSED CONFIGURATION: "Groups Run" - @BeforeGroups test.regression.groupsordering.Base.setUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Groups Run" - test.regression.groupsordering.A.testA()
[VerboseTestNG] PASSED: "Groups Run" - test.regression.groupsordering.A.testA() finished in 0 ms
[VerboseTestNG] INVOKING: "Groups Run" - test.regression.groupsordering.B.testB()
[VerboseTestNG] PASSED: "Groups Run" - test.regression.groupsordering.B.testB() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Groups Run" - @AfterGroups test.regression.groupsordering.Base.tearDown()
[VerboseTestNG] PASSED CONFIGURATION: "Groups Run" - @AfterGroups test.regression.groupsordering.Base.tearDown() finished in 0 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Groups Run
[VerboseTestNG] Tests run: 482, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "External group invocation" containing "2" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING CONFIGURATION: "External group invocation" - @BeforeGroups test.groupinvocation.GroupConfiguration.beforeGroups()
[VerboseTestNG] PASSED CONFIGURATION: "External group invocation" - @BeforeGroups test.groupinvocation.GroupConfiguration.beforeGroups() finished in 0 ms
[VerboseTestNG] INVOKING: "External group invocation" - test.groupinvocation.DummyTest.testA()
[VerboseTestNG] PASSED: "External group invocation" - test.groupinvocation.DummyTest.testA() finished in 0 ms
[VerboseTestNG] INVOKING: "External group invocation" - test.groupinvocation.DummyTest.testAB()
[VerboseTestNG] PASSED: "External group invocation" - test.groupinvocation.DummyTest.testAB() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "External group invocation" - @AfterGroups test.groupinvocation.GroupConfiguration.afterGroups()
[VerboseTestNG] PASSED CONFIGURATION: "External group invocation" - @AfterGroups test.groupinvocation.GroupConfiguration.afterGroups() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "External group invocation" - @AfterClass test.groupinvocation.DummyTest.checkInvocations()
[VerboseTestNG] PASSED CONFIGURATION: "External group invocation" - @AfterClass test.groupinvocation.DummyTest.checkInvocations() finished in 1 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] External group invocation
[VerboseTestNG] Tests run: 484, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "SkipExceptions" containing "2" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING: "SkipExceptions" - test.skipex.SkippedExceptionTest.skippedExceptionInConfigurationMethods()
[VerboseTestNG] PASSED: "SkipExceptions" - test.skipex.SkippedExceptionTest.skippedExceptionInConfigurationMethods() finished in 3 ms
[VerboseTestNG] INVOKING: "SkipExceptions" - test.skipex.SkippedExceptionTest.skippedExceptionInTestMethods()
[VerboseTestNG] PASSED: "SkipExceptions" - test.skipex.SkippedExceptionTest.skippedExceptionInTestMethods() finished in 4 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] SkipExceptions
[VerboseTestNG] Tests run: 486, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "MethodInterceptor" containing "5" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING: "MethodInterceptor" - test.methodinterceptors.MethodInterceptorTest.fastShouldNotRunFirst()
[VerboseTestNG] PASSED: "MethodInterceptor" - test.methodinterceptors.MethodInterceptorTest.fastShouldNotRunFirst() finished in 3 ms
[VerboseTestNG] INVOKING: "MethodInterceptor" - test.methodinterceptors.MethodInterceptorTest.fastShouldRunFirst()
[VerboseTestNG] PASSED: "MethodInterceptor" - test.methodinterceptors.MethodInterceptorTest.fastShouldRunFirst() finished in 2 ms
[VerboseTestNG] INVOKING: "MethodInterceptor" - test.methodinterceptors.MethodInterceptorTest.noMethodsShouldRun()
[VerboseTestNG] PASSED: "MethodInterceptor" - test.methodinterceptors.MethodInterceptorTest.noMethodsShouldRun() finished in 2 ms
[VerboseTestNG] INVOKING: "MethodInterceptor" - test.methodinterceptors.MethodInterceptorTest.nullMethodInterceptorWorksInTestngXml()
[VerboseTestNG] PASSED: "MethodInterceptor" - test.methodinterceptors.MethodInterceptorTest.nullMethodInterceptorWorksInTestngXml() finished in 4 ms
[VerboseTestNG] INVOKING: "MethodInterceptor" - test.methodinterceptors.MethodInterceptorTest.shouldNotLockUpWithInterceptorThatRemovesMethods()
[VerboseTestNG] PASSED: "MethodInterceptor" - test.methodinterceptors.MethodInterceptorTest.shouldNotLockUpWithInterceptorThatRemovesMethods() finished in 4 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] MethodInterceptor
[VerboseTestNG] Tests run: 491, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Asserts" containing "18" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING: "Asserts" - org.testng.AssertTest.assertEqualsMapShouldFail()
[VerboseTestNG] PASSED: "Asserts" - org.testng.AssertTest.assertEqualsMapShouldFail() finished in 0 ms
[VerboseTestNG] INVOKING: "Asserts" - org.testng.AssertTest.mapAssertEquals()
[VerboseTestNG] PASSED: "Asserts" - org.testng.AssertTest.mapAssertEquals() finished in 1 ms
[VerboseTestNG] INVOKING: "Asserts" - org.testng.AssertTest.nullCollectionAssertEquals()
[VerboseTestNG] PASSED: "Asserts" - org.testng.AssertTest.nullCollectionAssertEquals() finished in 0 ms
[VerboseTestNG] INVOKING: "Asserts" - org.testng.AssertTest.nullMapAssertEquals()
[VerboseTestNG] PASSED: "Asserts" - org.testng.AssertTest.nullMapAssertEquals() finished in 0 ms
[VerboseTestNG] INVOKING: "Asserts" - org.testng.AssertTest.nullObjectArrayAssertEquals()
[VerboseTestNG] PASSED: "Asserts" - org.testng.AssertTest.nullObjectArrayAssertEquals() finished in 0 ms
[VerboseTestNG] INVOKING: "Asserts" - org.testng.AssertTest.nullObjectArrayAssertNoOrder()
[VerboseTestNG] PASSED: "Asserts" - org.testng.AssertTest.nullObjectArrayAssertNoOrder() finished in 0 ms
[VerboseTestNG] INVOKING: "Asserts" - org.testng.AssertTest.nullSetAssertEquals()
[VerboseTestNG] PASSED: "Asserts" - org.testng.AssertTest.nullSetAssertEquals() finished in 0 ms
[VerboseTestNG] INVOKING: "Asserts" - org.testng.AssertTest.oneNullMapAssertEquals()
[VerboseTestNG] PASSED: "Asserts" - org.testng.AssertTest.oneNullMapAssertEquals() finished in 0 ms
[VerboseTestNG] INVOKING: "Asserts" - org.testng.AssertTest.oneNullSetAssertEquals()
[VerboseTestNG] PASSED: "Asserts" - org.testng.AssertTest.oneNullSetAssertEquals() finished in 0 ms
[VerboseTestNG] INVOKING: "Asserts" - org.testng.AssertTest.setAssertEquals()
[VerboseTestNG] PASSED: "Asserts" - org.testng.AssertTest.setAssertEquals() finished in 0 ms
[VerboseTestNG] INVOKING: "Asserts" - test.asserttests.AssertTest.arraysFailures_1()
[VerboseTestNG] PASSED: "Asserts" - test.asserttests.AssertTest.arraysFailures_1() finished in 0 ms
[VerboseTestNG] INVOKING: "Asserts" - test.asserttests.AssertTest.arraysFailures_2()
[VerboseTestNG] PASSED: "Asserts" - test.asserttests.AssertTest.arraysFailures_2() finished in 0 ms
[VerboseTestNG] INVOKING: "Asserts" - test.asserttests.AssertTest.arraysFailures_3()
[VerboseTestNG] PASSED: "Asserts" - test.asserttests.AssertTest.arraysFailures_3() finished in 0 ms
[VerboseTestNG] INVOKING: "Asserts" - test.asserttests.AssertTest.intArray_Issue4()
[VerboseTestNG] PASSED: "Asserts" - test.asserttests.AssertTest.intArray_Issue4() finished in 0 ms
[VerboseTestNG] INVOKING: "Asserts" - test.asserttests.AssertTest.int_Integer_Arrays()
[VerboseTestNG] PASSED: "Asserts" - test.asserttests.AssertTest.int_Integer_Arrays() finished in 0 ms
[VerboseTestNG] INVOKING: "Asserts" - test.asserttests.AssertTest.noOrderFailure()
[VerboseTestNG] PASSED: "Asserts" - test.asserttests.AssertTest.noOrderFailure() finished in 0 ms
[VerboseTestNG] INVOKING: "Asserts" - test.asserttests.AssertTest.noOrderSuccess()
[VerboseTestNG] PASSED: "Asserts" - test.asserttests.AssertTest.noOrderSuccess() finished in 0 ms
[VerboseTestNG] INVOKING: "Asserts" - test.asserttests.AssertTest.setsSuccess()
[VerboseTestNG] PASSED: "Asserts" - test.asserttests.AssertTest.setsSuccess() finished in 0 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Asserts
[VerboseTestNG] Tests run: 509, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Utils" containing "5" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING: "Utils" - org.testng.internal.UtilsTest.createEmptyStringWhenJoiningEmptyListWithJoin()
[VerboseTestNG] PASSED: "Utils" - org.testng.internal.UtilsTest.createEmptyStringWhenJoiningEmptyListWithJoin() finished in 0 ms
[VerboseTestNG] INVOKING: "Utils" - org.testng.internal.UtilsTest.createEmptyStringWhenJoiningEmptyListWithJoinStrings()
[VerboseTestNG] PASSED: "Utils" - org.testng.internal.UtilsTest.createEmptyStringWhenJoiningEmptyListWithJoinStrings() finished in 0 ms
[VerboseTestNG] INVOKING: "Utils" - org.testng.internal.UtilsTest.escapeUnicode()
[VerboseTestNG] PASSED: "Utils" - org.testng.internal.UtilsTest.escapeUnicode() finished in 1 ms
[VerboseTestNG] INVOKING: "Utils" - org.testng.internal.UtilsTest.joinTwoStringsWithJoin()
[VerboseTestNG] PASSED: "Utils" - org.testng.internal.UtilsTest.joinTwoStringsWithJoin() finished in 1 ms
[VerboseTestNG] INVOKING: "Utils" - org.testng.internal.UtilsTest.joinTwoStringsWithJoinStrings()
[VerboseTestNG] PASSED: "Utils" - org.testng.internal.UtilsTest.joinTwoStringsWithJoinStrings() finished in 0 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Utils
[VerboseTestNG] Tests run: 514, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "ConfigFailurePolicy" containing "5" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING: "ConfigFailurePolicy" - test.configurationfailurepolicy.FailurePolicyTest.commandLineTestWithXMLFile_policyAsContinue()
[VerboseTestNG] PASSED: "ConfigFailurePolicy" - test.configurationfailurepolicy.FailurePolicyTest.commandLineTestWithXMLFile_policyAsContinue() finished in 14 ms
[VerboseTestNG] INVOKING: "ConfigFailurePolicy" - test.configurationfailurepolicy.FailurePolicyTest.commandLineTestWithXMLFile_policyAsSkip()
[VerboseTestNG] PASSED: "ConfigFailurePolicy" - test.configurationfailurepolicy.FailurePolicyTest.commandLineTestWithXMLFile_policyAsSkip() finished in 12 ms
[VerboseTestNG] INVOKING: "ConfigFailurePolicy" - test.configurationfailurepolicy.FailurePolicyTest.commandLineTest_policyAsContinue()
[VerboseTestNG] PASSED: "ConfigFailurePolicy" - test.configurationfailurepolicy.FailurePolicyTest.commandLineTest_policyAsContinue() finished in 13 ms
[VerboseTestNG] INVOKING: "ConfigFailurePolicy" - test.configurationfailurepolicy.FailurePolicyTest.commandLineTest_policyAsSkip()
[VerboseTestNG] PASSED: "ConfigFailurePolicy" - test.configurationfailurepolicy.FailurePolicyTest.commandLineTest_policyAsSkip() finished in 9 ms
[VerboseTestNG] INVOKING: "ConfigFailurePolicy" - test.configurationfailurepolicy.FailurePolicyTest.confFailureTest([Ljava.lang.Class;, int, int, int)(value(s): [Ljava.lang.Class;@8ea9cf1, 1, 1, 1)
[VerboseTestNG] PASSED: "ConfigFailurePolicy" - test.configurationfailurepolicy.FailurePolicyTest.confFailureTest([Ljava.lang.Class;, int, int, int)(value(s): [Ljava.lang.Class;@8ea9cf1, 1, 1, 1) finished in 11 ms
[VerboseTestNG] INVOKING: "ConfigFailurePolicy" - test.configurationfailurepolicy.FailurePolicyTest.confFailureTest([Ljava.lang.Class;, int, int, int)(value(s): [Ljava.lang.Class;@5d6f13bb, 2, 0, 2)
[VerboseTestNG] PASSED: "ConfigFailurePolicy" - test.configurationfailurepolicy.FailurePolicyTest.confFailureTest([Ljava.lang.Class;, int, int, int)(value(s): [Ljava.lang.Class;@5d6f13bb, 2, 0, 2) finished in 12 ms
[VerboseTestNG] INVOKING: "ConfigFailurePolicy" - test.configurationfailurepolicy.FailurePolicyTest.confFailureTest([Ljava.lang.Class;, int, int, int)(value(s): [Ljava.lang.Class;@250b9a58, 2, 2, 2)
[VerboseTestNG] PASSED: "ConfigFailurePolicy" - test.configurationfailurepolicy.FailurePolicyTest.confFailureTest([Ljava.lang.Class;, int, int, int)(value(s): [Ljava.lang.Class;@250b9a58, 2, 2, 2) finished in 12 ms
[VerboseTestNG] INVOKING: "ConfigFailurePolicy" - test.configurationfailurepolicy.FailurePolicyTest.confFailureTest([Ljava.lang.Class;, int, int, int)(value(s): [Ljava.lang.Class;@8bfaf9f, 1, 1, 1)
[VerboseTestNG] PASSED: "ConfigFailurePolicy" - test.configurationfailurepolicy.FailurePolicyTest.confFailureTest([Ljava.lang.Class;, int, int, int)(value(s): [Ljava.lang.Class;@8bfaf9f, 1, 1, 1) finished in 12 ms
[VerboseTestNG] INVOKING: "ConfigFailurePolicy" - test.configurationfailurepolicy.FailurePolicyTest.confFailureTest([Ljava.lang.Class;, int, int, int)(value(s): [Ljava.lang.Class;@6ac1abcf, 1, 2, 2)
[VerboseTestNG] PASSED: "ConfigFailurePolicy" - test.configurationfailurepolicy.FailurePolicyTest.confFailureTest([Ljava.lang.Class;, int, int, int)(value(s): [Ljava.lang.Class;@6ac1abcf, 1, 2, 2) finished in 15 ms
[VerboseTestNG] INVOKING: "ConfigFailurePolicy" - test.configurationfailurepolicy.FailurePolicyTest.confFailureTest([Ljava.lang.Class;, int, int, int)(value(s): [Ljava.lang.Class;@13a4071a, 2, 3, 3)
[VerboseTestNG] PASSED: "ConfigFailurePolicy" - test.configurationfailurepolicy.FailurePolicyTest.confFailureTest([Ljava.lang.Class;, int, int, int)(value(s): [Ljava.lang.Class;@13a4071a, 2, 3, 3) finished in 20 ms
[VerboseTestNG] INVOKING: "ConfigFailurePolicy" - test.configurationfailurepolicy.FailurePolicyTest.confFailureTest([Ljava.lang.Class;, int, int, int)(value(s): [Ljava.lang.Class;@580283d3, 0, 1, 1)
[VerboseTestNG] PASSED: "ConfigFailurePolicy" - test.configurationfailurepolicy.FailurePolicyTest.confFailureTest([Ljava.lang.Class;, int, int, int)(value(s): [Ljava.lang.Class;@580283d3, 0, 1, 1) finished in 28 ms
[VerboseTestNG] INVOKING: "ConfigFailurePolicy" - test.configurationfailurepolicy.FailurePolicyTest.confFailureTest([Ljava.lang.Class;, int, int, int)(value(s): [Ljava.lang.Class;@584b5abc, 2, 0, 2)
[VerboseTestNG] PASSED: "ConfigFailurePolicy" - test.configurationfailurepolicy.FailurePolicyTest.confFailureTest([Ljava.lang.Class;, int, int, int)(value(s): [Ljava.lang.Class;@584b5abc, 2, 0, 2) finished in 17 ms
[VerboseTestNG] INVOKING: "ConfigFailurePolicy" - test.configurationfailurepolicy.FailurePolicyTest.confFailureTest([Ljava.lang.Class;, int, int, int)(value(s): [Ljava.lang.Class;@b1df416, 2, 2, 2)
[VerboseTestNG] PASSED: "ConfigFailurePolicy" - test.configurationfailurepolicy.FailurePolicyTest.confFailureTest([Ljava.lang.Class;, int, int, int)(value(s): [Ljava.lang.Class;@b1df416, 2, 2, 2) finished in 17 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] ConfigFailurePolicy
[VerboseTestNG] Tests run: 527, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Nested2" containing "2" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING: "Nested2" - test.nested2.TmpA$NestedAWithInheritedTest.nestedWithInheritedTest()
[VerboseTestNG] PASSED: "Nested2" - test.nested2.TmpA$NestedAWithInheritedTest.nestedWithInheritedTest() finished in 0 ms
[VerboseTestNG] INVOKING: "Nested2" - test.nested2.TmpA$NestedAWithTest.nestedA()
[VerboseTestNG] PASSED: "Nested2" - test.nested2.TmpA$NestedAWithTest.nestedA() finished in 0 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Nested2
[VerboseTestNG] Tests run: 529, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Guice" containing "3" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING: "Guice" - test.guice.GuiceTest.guiceTest()
[VerboseTestNG] PASSED: "Guice" - test.guice.GuiceTest.guiceTest() finished in 12 ms
[VerboseTestNG] INVOKING: "Guice" - test.guice.GuiceInheritanceTest.singletonShouldWork()
[VerboseTestNG] PASSED: "Guice" - test.guice.GuiceInheritanceTest.singletonShouldWork() finished in 0 ms
[VerboseTestNG] INVOKING: "Guice" - test.guice.GuiceModuleFactoryTest.singletonShouldWork()
[VerboseTestNG] PASSED: "Guice" - test.guice.GuiceModuleFactoryTest.singletonShouldWork() finished in 1 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Guice
[VerboseTestNG] Tests run: 532, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Listener invokers" containing "2" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING: "Listener invokers" - org.testng.internal.invokers.InvokedMethodListenerSubtypeTest.testFromListenerUsingExtendedListenerInstance()
[VerboseTestNG] PASSED: "Listener invokers" - org.testng.internal.invokers.InvokedMethodListenerSubtypeTest.testFromListenerUsingExtendedListenerInstance() finished in 1 ms
[VerboseTestNG] INVOKING: "Listener invokers" - org.testng.internal.invokers.InvokedMethodListenerSubtypeTest.testFromListenerUsingSimpleListenerInstance()
[VerboseTestNG] PASSED: "Listener invokers" - org.testng.internal.invokers.InvokedMethodListenerSubtypeTest.testFromListenerUsingSimpleListenerInstance() finished in 0 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Listener invokers
[VerboseTestNG] Tests run: 534, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "YAML" containing "1" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING: "YAML" - test.yaml.YamlTest.compareFiles(java.lang.String)(value(s): "a1")
[VerboseTestNG] PASSED: "YAML" - test.yaml.YamlTest.compareFiles(java.lang.String)(value(s): "a1") finished in 90 ms
[VerboseTestNG] INVOKING: "YAML" - test.yaml.YamlTest.compareFiles(java.lang.String)(value(s): "a2")
[VerboseTestNG] PASSED: "YAML" - test.yaml.YamlTest.compareFiles(java.lang.String)(value(s): "a2") finished in 21 ms
[VerboseTestNG] INVOKING: "YAML" - test.yaml.YamlTest.compareFiles(java.lang.String)(value(s): "a3")
[VerboseTestNG] PASSED: "YAML" - test.yaml.YamlTest.compareFiles(java.lang.String)(value(s): "a3") finished in 21 ms
[VerboseTestNG] INVOKING: "YAML" - test.yaml.YamlTest.compareFiles(java.lang.String)(value(s): "a4")
[VerboseTestNG] PASSED: "YAML" - test.yaml.YamlTest.compareFiles(java.lang.String)(value(s): "a4") finished in 8 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] YAML
[VerboseTestNG] Tests run: 538, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Sanity Check" containing "5" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING: "Sanity Check" - test.sanitycheck.CheckTestNamesTest.checkNoError()
[VerboseTestNG] PASSED: "Sanity Check" - test.sanitycheck.CheckTestNamesTest.checkNoError() finished in 5 ms
[VerboseTestNG] INVOKING: "Sanity Check" - test.sanitycheck.CheckTestNamesTest.checkNoErrorWtihChildSuites()
[VerboseTestNG] PASSED: "Sanity Check" - test.sanitycheck.CheckTestNamesTest.checkNoErrorWtihChildSuites() finished in 8 ms
[VerboseTestNG] INVOKING: "Sanity Check" - test.sanitycheck.CheckTestNamesTest.checkTestNamesForProgrammaticSuites()
[VerboseTestNG] PASSED: "Sanity Check" - test.sanitycheck.CheckTestNamesTest.checkTestNamesForProgrammaticSuites() finished in 9 ms
[VerboseTestNG] INVOKING: "Sanity Check" - test.sanitycheck.CheckTestNamesTest.checkWithChildSuites()
[VerboseTestNG] PASSED: "Sanity Check" - test.sanitycheck.CheckTestNamesTest.checkWithChildSuites() finished in 3 ms
[VerboseTestNG] INVOKING: "Sanity Check" - test.sanitycheck.CheckTestNamesTest.checkWithoutChildSuites()
[VerboseTestNG] PASSED: "Sanity Check" - test.sanitycheck.CheckTestNamesTest.checkWithoutChildSuites() finished in 1 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Sanity Check
[VerboseTestNG] Tests run: 543, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] RUNNING: Suite: "Configuration" containing "17" Tests (config: /space/sources/tng_fork/src/test/resources/testng.xml)
[VerboseTestNG] INVOKING CONFIGURATION: "Configuration" - @BeforeTest test.configuration.ExternalConfigurationClass.beforeTest()
[VerboseTestNG] PASSED CONFIGURATION: "Configuration" - @BeforeTest test.configuration.ExternalConfigurationClass.beforeTest() finished in 1 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Configuration" - @BeforeTest test.configuration.SingleConfigurationTest.bt()
[VerboseTestNG] PASSED CONFIGURATION: "Configuration" - @BeforeTest test.configuration.SingleConfigurationTest.bt() finished in 0 ms
[VerboseTestNG] INVOKING: "Configuration" - test.configuration.BaseGroupsTest.verifySingleInvocation()
[VerboseTestNG] INVOKING CONFIGURATION: "Configuration" - @BeforeMethod test.configuration.GroupsTest.setUp()
[VerboseTestNG] PASSED CONFIGURATION: "Configuration" - @BeforeMethod test.configuration.GroupsTest.setUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Configuration" - test.configuration.GroupsTest.verifyBothAfterGroups()
[VerboseTestNG] INVOKING: "Configuration" - test.configuration.SingleConfigurationTest.verify()
[VerboseTestNG] PASSED: "Configuration" - test.configuration.SingleConfigurationTest.verify() finished in 1 ms
[VerboseTestNG] INVOKING: "Configuration" - test.configuration.SingleConfigurationTest.verify()
[VerboseTestNG] PASSED: "Configuration" - test.configuration.SingleConfigurationTest.verify() finished in 0 ms
[VerboseTestNG] INVOKING: "Configuration" - test.configuration.BeforeClassWithDisabledTest.afterClassShouldRunEvenWithDisabledMethods()
[VerboseTestNG] PASSED: "Configuration" - test.configuration.BeforeClassWithDisabledTest.afterClassShouldRunEvenWithDisabledMethods() finished in 5 ms
[VerboseTestNG] PASSED: "Configuration" - test.configuration.BaseGroupsTest.verifySingleInvocation() finished in 19 ms
[VerboseTestNG] INVOKING: "Configuration" - test.configuration.BeforeClassThreadTest.beforeClassMethodsShouldRunInParallel()
[VerboseTestNG] PASSED: "Configuration" - test.configuration.GroupsTest.verifyBothAfterGroups() finished in 26 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Configuration" - @BeforeMethod test.configuration.GroupsTest.setUp()
[VerboseTestNG] PASSED CONFIGURATION: "Configuration" - @BeforeMethod test.configuration.GroupsTest.setUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Configuration" - test.configuration.GroupsTest.verifyDataProviderAfterGroups()
[VerboseTestNG] PASSED: "Configuration" - test.configuration.GroupsTest.verifyDataProviderAfterGroups() finished in 14 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Configuration" - @BeforeMethod test.configuration.GroupsTest.setUp()
[VerboseTestNG] PASSED CONFIGURATION: "Configuration" - @BeforeMethod test.configuration.GroupsTest.setUp() finished in 0 ms
[VerboseTestNG] INVOKING: "Configuration" - test.configuration.GroupsTest.verifyParametersAfterGroups()
[VerboseTestNG] PASSED: "Configuration" - test.configuration.GroupsTest.verifyParametersAfterGroups() finished in 12 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Configuration" - @BeforeClass test.configuration.MethodCallOrderTest.beforeClass()
[VerboseTestNG] PASSED CONFIGURATION: "Configuration" - @BeforeClass test.configuration.MethodCallOrderTest.beforeClass() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Configuration" - @BeforeMethod test.configuration.MethodCallOrderTest.beforeMethod()
[VerboseTestNG] PASSED CONFIGURATION: "Configuration" - @BeforeMethod test.configuration.MethodCallOrderTest.beforeMethod() finished in 0 ms
[VerboseTestNG] INVOKING: "Configuration" - test.configuration.MethodCallOrderTest.realTest()
[VerboseTestNG] PASSED: "Configuration" - test.configuration.MethodCallOrderTest.realTest() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Configuration" - @AfterMethod test.configuration.MethodCallOrderTest.afterMethod()
[VerboseTestNG] PASSED CONFIGURATION: "Configuration" - @AfterMethod test.configuration.MethodCallOrderTest.afterMethod() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Configuration" - @AfterClass test.configuration.MethodCallOrderTest.afterClass()
[VerboseTestNG] PASSED CONFIGURATION: "Configuration" - @AfterClass test.configuration.MethodCallOrderTest.afterClass() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Configuration" - @BeforeGroups test.configuration.MultipleBeforeGroupTest.beforeGroups()
[VerboseTestNG] PASSED CONFIGURATION: "Configuration" - @BeforeGroups test.configuration.MultipleBeforeGroupTest.beforeGroups() finished in 0 ms
[VerboseTestNG] INVOKING: "Configuration" - test.configuration.MultipleBeforeGroupTest.test()
[VerboseTestNG] PASSED: "Configuration" - test.configuration.MultipleBeforeGroupTest.test() finished in 0 ms
[VerboseTestNG] INVOKING: "Configuration" - test.configuration.MultipleBeforeGroupTest.verify()
[VerboseTestNG] PASSED: "Configuration" - test.configuration.MultipleBeforeGroupTest.verify() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Configuration" - @BeforeMethod test.configuration.ReflectMethodParametrizedConfigurationMethodTest.beforeMethod(java.lang.reflect.Method)(value(s): public void test.configuration.ReflectMethodParametrizedConfigurationMethodTest.test2())
[VerboseTestNG] PASSED CONFIGURATION: "Configuration" - @BeforeMethod test.configuration.ReflectMethodParametrizedConfigurationMethodTest.beforeMethod(java.lang.reflect.Method)(value(s): public void test.configuration.ReflectMethodParametrizedConfigurationMethodTest.test2()) finished in 1 ms
[VerboseTestNG] INVOKING: "Configuration" - test.configuration.ReflectMethodParametrizedConfigurationMethodTest.test2()
[VerboseTestNG] PASSED: "Configuration" - test.configuration.ReflectMethodParametrizedConfigurationMethodTest.test2() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Configuration" - @AfterMethod test.configuration.ReflectMethodParametrizedConfigurationMethodTest.afterMethod(java.lang.reflect.Method)(value(s): public void test.configuration.ReflectMethodParametrizedConfigurationMethodTest.test2())
[VerboseTestNG] PASSED CONFIGURATION: "Configuration" - @AfterMethod test.configuration.ReflectMethodParametrizedConfigurationMethodTest.afterMethod(java.lang.reflect.Method)(value(s): public void test.configuration.ReflectMethodParametrizedConfigurationMethodTest.test2()) finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Configuration" - @BeforeMethod test.configuration.ReflectMethodParametrizedConfigurationMethodTest.beforeMethod(java.lang.reflect.Method)(value(s): public void test.configuration.ReflectMethodParametrizedConfigurationMethodTest.test1())
[VerboseTestNG] PASSED CONFIGURATION: "Configuration" - @BeforeMethod test.configuration.ReflectMethodParametrizedConfigurationMethodTest.beforeMethod(java.lang.reflect.Method)(value(s): public void test.configuration.ReflectMethodParametrizedConfigurationMethodTest.test1()) finished in 1 ms
[VerboseTestNG] INVOKING: "Configuration" - test.configuration.ReflectMethodParametrizedConfigurationMethodTest.test1()
[VerboseTestNG] PASSED: "Configuration" - test.configuration.ReflectMethodParametrizedConfigurationMethodTest.test1() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Configuration" - @AfterMethod test.configuration.ReflectMethodParametrizedConfigurationMethodTest.afterMethod(java.lang.reflect.Method)(value(s): public void test.configuration.ReflectMethodParametrizedConfigurationMethodTest.test1())
[VerboseTestNG] PASSED CONFIGURATION: "Configuration" - @AfterMethod test.configuration.ReflectMethodParametrizedConfigurationMethodTest.afterMethod(java.lang.reflect.Method)(value(s): public void test.configuration.ReflectMethodParametrizedConfigurationMethodTest.test1()) finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Configuration" - @AfterClass test.configuration.ReflectMethodParametrizedConfigurationMethodTest.assertBeforeAfterMethodsInvocations()
[VerboseTestNG] PASSED CONFIGURATION: "Configuration" - @AfterClass test.configuration.ReflectMethodParametrizedConfigurationMethodTest.assertBeforeAfterMethodsInvocations() finished in 0 ms
[VerboseTestNG] INVOKING: "Configuration" - test.configuration.SuiteFactoryOnceTest.suiteMethodsShouldOnlyRunOnce()
[VerboseTestNG] PASSED: "Configuration" - test.configuration.SuiteFactoryOnceTest.suiteMethodsShouldOnlyRunOnce() finished in 8 ms
[VerboseTestNG] INVOKING: "Configuration" - test.configuration.SuiteTest.test1()
[VerboseTestNG] PASSED: "Configuration" - test.configuration.SuiteTest.test1() finished in 0 ms
[VerboseTestNG] PASSED: "Configuration" - test.configuration.BeforeClassThreadTest.beforeClassMethodsShouldRunInParallel() finished in 2010 ms
[VerboseTestNG] INVOKING: "Configuration" - test.configuration.BeforeTestOrderingTest.verifyBeforeTestOrdering()
[VerboseTestNG] PASSED: "Configuration" - test.configuration.BeforeTestOrderingTest.verifyBeforeTestOrdering() finished in 17 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Configuration" - @BeforeClass test.configuration.ConfigurationTest.beforeClass()
[VerboseTestNG] PASSED CONFIGURATION: "Configuration" - @BeforeClass test.configuration.ConfigurationTest.beforeClass() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Configuration" - @BeforeMethod test.configuration.ConfigurationTest.beforeMethod()
[VerboseTestNG] PASSED CONFIGURATION: "Configuration" - @BeforeMethod test.configuration.ConfigurationTest.beforeMethod() finished in 0 ms
[VerboseTestNG] INVOKING: "Configuration" - test.configuration.ConfigurationTest.verify()
[VerboseTestNG] PASSED: "Configuration" - test.configuration.ConfigurationTest.verify() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Configuration" - @AfterMethod test.configuration.ConfigurationTest.afterMethod()
[VerboseTestNG] PASSED CONFIGURATION: "Configuration" - @AfterMethod test.configuration.ConfigurationTest.afterMethod() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Configuration" - @AfterClass test.configuration.ConfigurationTest.afterClass()
[VerboseTestNG] PASSED CONFIGURATION: "Configuration" - @AfterClass test.configuration.ConfigurationTest.afterClass() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "Configuration" - @AfterTest test.configuration.ExternalConfigurationClass.afterTest()
[VerboseTestNG] PASSED CONFIGURATION: "Configuration" - @AfterTest test.configuration.ExternalConfigurationClass.afterTest() finished in 1 ms
[VerboseTestNG]
[VerboseTestNG] ===============================================
[VerboseTestNG] Configuration
[VerboseTestNG] Tests run: 560, Failures: 4, Skips: 0
[VerboseTestNG] ===============================================
[VerboseTestNG] INVOKING CONFIGURATION: "UNKNOWN" - @AfterSuite test.factory.FactoryTest.afterSuite()
[VerboseTestNG] PASSED CONFIGURATION: "UNKNOWN" - @AfterSuite test.factory.FactoryTest.afterSuite() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "UNKNOWN" - @AfterSuite test.factory.Sample2.afterSuite()
[VerboseTestNG] PASSED CONFIGURATION: "UNKNOWN" - @AfterSuite test.factory.Sample2.afterSuite() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "UNKNOWN" - @AfterSuite test.uniquesuite.BaseBefore.incrementAfter()
[VerboseTestNG] PASSED CONFIGURATION: "UNKNOWN" - @AfterSuite test.uniquesuite.BaseBefore.incrementAfter() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "UNKNOWN" - @AfterSuite test.configuration.ConfigurationTest.afterSuite()
[VerboseTestNG] PASSED CONFIGURATION: "UNKNOWN" - @AfterSuite test.configuration.ConfigurationTest.afterSuite() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "UNKNOWN" - @AfterSuite test.configuration.ExternalConfigurationClass.afterSuite()
[VerboseTestNG] PASSED CONFIGURATION: "UNKNOWN" - @AfterSuite test.configuration.ExternalConfigurationClass.afterSuite() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "UNKNOWN" - @AfterSuite test.configuration.ExternalConfigurationClass.cleanUp()
[VerboseTestNG] PASSED CONFIGURATION: "UNKNOWN" - @AfterSuite test.configuration.ExternalConfigurationClass.cleanUp() finished in 1 ms
[VerboseTestNG] INVOKING CONFIGURATION: "UNKNOWN" - @AfterSuite test.configuration.MethodCallOrderTest.cleanUp()
[VerboseTestNG] PASSED CONFIGURATION: "UNKNOWN" - @AfterSuite test.configuration.MethodCallOrderTest.cleanUp() finished in 0 ms
[VerboseTestNG] INVOKING CONFIGURATION: "UNKNOWN" - @AfterSuite test.configuration.VerifySuiteTest.verify()
[VerboseTestNG] PASSED CONFIGURATION: "UNKNOWN" - @AfterSuite test.configuration.VerifySuiteTest.verify() finished in 0 ms
===============================================
TestNG
Total tests run: 560, Failures: 4, Skips: 0
===============================================
The tests failed.
reports: