aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/testng/internal/ClassImpl.java
AgeCommit message (Expand)Author
2015-05-09Remove println.Cedric Beust
2015-05-08make guice stage configurable in suite xml tagcguillaume
2015-04-28Use Stage.DEVELOPMENT when creating injectorcguillaume
2015-04-08Add constructor injection for DataProviderJulien Herr
2015-04-07Allow Guice injection in external DataProviderJulien Herr
2015-03-11TypoJulien Herr
2015-03-11parent-module could receive ITestContextJulien Herr
2013-08-02Add 'parent-module' property to suiteDariusz Luksza
2012-08-25Fixed: @Guice with no modules specified is now supportedCedric Beust
2012-08-01Introduced ToStringHelper.Cedric Beust
2011-07-06Added: Injectors created by the @Guice annotation are now shared at the <test...Cedric Beust
2011-06-03Removed dead code.Cedric Beust
2011-05-12Minor refactoring.Cedric Beust
2011-03-21Allow test classes to not have a default constructor.Cedric Beust
2011-02-17Modified IModuleFactory to return an instance instead of a class.Cedric Beust
2011-02-07IModuleFactory now receives the test context in parameter.Cedric Beust
2011-01-27Snapshot of current work for the new Guice attribute.Cedric Beust
2011-01-20Fixed: TESTG-465: Guice modules are bound individually to an injector meaning...Cedric Beust
2010-12-21Introduced IObjectFactory2.Cedric Beust
2010-12-14Introduced @Guice(modules = ...).Cedric Beust
2010-12-10Guice code clean up.Cedric Beust
2010-12-10Added: @Test(guiceModule)Cedric Beust
2010-10-08code cleanup for src/mainnullin
2010-09-292nd Pass of taking care of Findbugs warningsnullin
2010-08-25Restore serializationCedric Beust
2010-07-10Moved src->src/java/main and test -> src/java/testCedric Beust