aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/testng/internal/TestNGClassFinder.java
AgeCommit message (Expand)Author
2015-06-03Fix Javadocs.Cedric Beust
2015-02-05fix for https://github.com/cbeust/testng/issues/602Thomas Pasch
2012-08-25Better exception message.Cedric Beust
2011-08-11Added: @Factory(enabled).Cedric Beust
2011-07-12Fixed a bad brace.Cedric Beust
2011-07-11Better test against null instances returned by @Factory.Cedric Beust
2011-07-11Make sure factories never return null instances.Cedric Beust
2011-03-23First pass at @Factory(dataProvider)Cedric Beust
2011-02-07IModuleFactory now receives the test context in parameter.Cedric Beust
2010-12-22Removed internal usage of Guice.Cedric Beust
2010-12-21Introduced IObjectFactory2.Cedric Beust
2010-12-08Fixed NPE when dealing with interfaces.Cedric Beust
2010-12-08Additional cosmetic changes.Cedric Beust
2010-12-08Merge branch 'master' of https://github.com/ansgarkonermann/testng into ansga...Cedric Beust
2010-12-08Merge remote branch 'remotes/cbeust/master'Ansgar Konermann
2010-12-08Added Parser#setLoadClasses(boolean).Cedric Beust
2010-12-07Fixed: Better handling of classes that don't have any TestNG annotationsCedric Beust
2010-12-01Allow abstract methods in superclasses to specify @Test annotations.Cedric Beust
2010-10-14Remove TODO: renamed findFactoryMethod to findDeclaredFactoryMethodnullin
2010-10-08code cleanup for src/mainnullin
2010-07-10Moved src->src/java/main and test -> src/java/testCedric Beust