aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/testng/internal/ClassHelper.java
AgeCommit message (Expand)Author
2015-11-27Code cleanupTesto Nakada
2015-11-21Check return type of factory methodsJulien Herr
2015-11-21A factory method may not be publicJulien Herr
2015-06-03Fix Javadocs.Cedric Beust
2015-05-30JDK7 migration: Use diamond syntax everywhereRyan Schmitt
2015-04-13Remove duplicated Sets util classJulien Herr
2015-03-12Use Java7Julien Herr
2015-03-11parent-module could receive ITestContextJulien Herr
2014-11-23Simplifications in ClassHelperVladislav Rassokhin
2013-05-14Fix for Surefire.Cedric Beust
2012-07-11First pass at testing parameter overrides in testng.xml.Cedric Beust
2012-02-06Defend against JUnit missing on the classpathLukas Jungmann
2011-12-02Let TestNG be able to run also JUnit 4 testsLukas Jungmann
2011-08-11Added: @Factory(enabled).Cedric Beust
2011-04-21Removed unnecessary message from ClassHelper.Cedric Beust
2011-03-23First pass at @Factory(dataProvider)Cedric Beust
2011-03-21Allow test classes to not have a default constructor.Cedric Beust
2010-12-22Removed internal usage of Guice.Cedric Beust
2010-12-21Introduced IObjectFactory2.Cedric Beust
2010-12-20TestNG stopped being able to handle constructors that take a String.Cedric Beust
2010-12-16Better error message when TestNG can't instantiate a class.Cedric Beust
2010-12-14Allow object factories to work with class with no parameterless constructors.Cedric Beust
2010-10-14Remove TODO: renamed findFactoryMethod to findDeclaredFactoryMethodnullin
2010-10-14State reason for exeptionnullin
2010-10-08code cleanup for src/mainnullin
2010-08-19Removed imports from Guice's internalCedric Beust
2010-07-18Added TestNG#addClassLoader (Jonathan Nekenyu)Cedric Beust
2010-07-11Moved fileToClass out of parameter parsingCedric Beust
2010-07-10Moved src->src/java/main and test -> src/java/testCedric Beust