This is an automated email from the git hooks/post-receive script. eugene-guest pushed a commit to annotated tag OpenBSD in repository testng.
commit 75113cbb2cc2bc6b38d919ad9aba7b7137358a1c Author: Julien Herr <[email protected]> Date: Tue Apr 7 14:54:19 2015 +0200 Update documentation --- doc/documentation-main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/documentation-main.html b/doc/documentation-main.html index 36a661a..0f22c1c 100644 --- a/doc/documentation-main.html +++ b/doc/documentation-main.html @@ -1227,7 +1227,7 @@ This name must correspond to a method on the same class annotated with <tt>@Data with a matching name. <p> -By default, the data provider will be looked for in the current test class or one of its base classes. If you want to put your data provider in a different class, it needs to be a static method and you specify the class where it can be found in the <tt>dataProviderClass</tt> attribute: +By default, the data provider will be looked for in the current test class or one of its base classes. If you want to put your data provider in a different class, it needs to be a static method or a class with a non-arg constructor, and you specify the class where it can be found in the <tt>dataProviderClass</tt> attribute: <h3 class="sourcetitle">StaticProvider.java</h3> <pre class="brush: java"> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/testng.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

