[testng] 173/355: Update documentation

Eugene Zhukov eugene-guest at moszumanska.debian.org
Tue Aug 18 10:20:01 UTC 2015


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 <julien.herr at alcatel-lucent.com>
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



More information about the pkg-java-commits mailing list