aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/testng/internal/Invoker.java
AgeCommit message (Expand)Author
2015-11-05Fix #776 Add IClassListener, a @BeforeClass/@AfterClass alternativeJulien Herr
2015-09-10Merge pull request #774 from juherr/issue-773Cedric Beust
2015-08-15Only one instance of a invoked method listener type should be registered (fix...Julien Herr
2015-08-06Fix #773 Test should not be skipped when the exception is expectedJulien Herr
2015-07-15Fix reporting of retried testsRyan Schmitt
2015-06-27Fix #234Julien Herr
2015-06-27Fix #739Julien Herr
2015-06-12Merge pull request #722 from juherr/issue-716Cedric Beust
2015-06-10Fix #599 IHookable ignored when a timeout is setJulien Herr
2015-06-05Use composition instead of inheritanceJulien Herr
2015-06-05Fix testsJulien Herr
2015-06-05Add more logic in ExceptionsHolderJulien Herr
2015-06-05Fix SkipAndExpectedTestJulien Herr
2015-06-05Refactor ExpectedExceptionsHolderJulien Herr
2015-06-05Move expected exceptions holder logic methods to ExpectedExceptionsHolderJulien Herr
2015-06-03Fix Javadocs.Cedric Beust
2015-05-30JDK7 migration: Collapse identical catch blocksRyan Schmitt
2015-05-30JDK7 migration: Use diamond syntax everywhereRyan Schmitt
2015-05-30Report retriable failures as SKIPRyan Schmitt
2015-05-12Fix #420Julien Herr
2015-05-07Fix #417 Expected Exceptions Message fails to match multi-line messagesJulien Herr
2015-05-06Fix #425 Wrong invocation order with lastTimeOnlyJulien Herr
2015-04-22Remove unused parameters and methodsJulien Herr
2015-04-13Remove duplicated Sets util classJulien Herr
2015-02-13Fix for retryanalyser running in endless loopKrishnan Mahadevan
2014-11-23Invoker: simplify exception in parameters provider case of method invocation.Vladislav Rassokhin
2014-11-23Invoker: minor improvement: reorganize code.Vladislav Rassokhin
2014-11-23Invoker: minor improvementVladislav Rassokhin
2014-11-23Invoker: improve message when not all method dependencies satisfiedVladislav Rassokhin
2014-11-23Invoker: use FailureContext to pass modifiable failure count&instances.Vladislav Rassokhin
2014-11-23Invoker: minor in handleInvocationResults methodVladislav Rassokhin
2014-11-23Invoker: better error message in case of expected exceptionsVladislav Rassokhin
2014-11-23Invoker: improve ParameterBag usageVladislav Rassokhin
2014-11-23Invoker:Vladislav Rassokhin
2014-11-23Invoker: simplify skip exception checks (extract method) + minorVladislav Rassokhin
2014-11-23Do not pass all ITestNGMethods into Invoker, use ITestContext#getAllTestMetho...Vladislav Rassokhin
2014-11-23Simplification: use single instance instead of instances[] in InvokerVladislav Rassokhin
2014-11-23Use ITestNGMethod#getInstance instead of #getInstances around InvokerVladislav Rassokhin
2012-08-02Fixed: Reporter.log() invoked from listeners were being discardedCedric Beust
2012-07-11First pass at testing parameter overrides in testng.xml.Cedric Beust
2012-06-23Fixed: dataProvider(parallel = true) was not killing its threads properlyCedric Beust
2012-06-16Fixed: BeforeClass failing in parent failed to skip methods in sub classesCedric Beust
2012-03-07Fixed: ThreadLocal<ITestResult> leak (aslakknutsen).Cedric Beust
2012-02-20Fixed: SkippedException are considered as real exception with @Test(expectedE...Cedric Beust
2012-02-02Merge pull request #163 from bpedman/masterCedric Beust
2012-01-25Add ability to get the ITextContext from an ITestResultBrandon Pedersen
2012-01-25Merge pull request #147 from toddq/masterCedric Beust
2011-12-29Chronological panel.Cedric Beust
2011-12-13fixed usage of DataProviders and invocationCount with configfailurepolicy=con...toddq
2011-12-04Added support for <parameter> inside <include>.Cedric Beust