aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/testng/internal/FactoryMethod.java
AgeCommit message (Expand)Author
2015-06-03Fix Javadocs.Cedric Beust
2015-01-25Initial commit for reporting JUnit Parameterized testsjdillet
2012-07-11First pass at testing parameter overrides in testng.xml.Cedric Beust
2011-12-04Added support for <parameter> inside <include>.Cedric Beust
2011-07-29Only 1 broken test.Cedric Beust
2011-03-23Refactored ConstructorOrMethod to hide the fieds.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-10-08code cleanup for src/mainnullin
2010-07-10Moved src->src/java/main and test -> src/java/testCedric Beust