suggestion to improve documentation

13 views
Skip to first unread message

plaint...@gmail.com

unread,
Feb 26, 2015, 4:17:58 AM2/26/15
to testng...@googlegroups.com
Hi,
I suggest to improve documentation for @Test annotation attribute. Current text is:

boolean org.testng.annotations.Test.singleThreaded()
If set to true, all the methods on this test class are guaranteed to run in the same thread, even if the tests are currently being run with parallel="true". This attribute can only be used at the class level and will be ignored if used at the method level.

I suggest to add sentence "Methods run can be interleaved by other tests." and thus change it to:
If set to true, all the methods on this test class are guaranteed to run in the same thread, even if the tests are currently being run with parallel="true". Methods run can be interleaved by other tests. This attribute can only be used at the class level and will be ignored if used at the method level.

Best regards.

krishnan.ma...@gmail.com

unread,
Feb 26, 2015, 11:45:37 AM2/26/15
to testng...@googlegroups.com
Why not fork the code, make the changes to javadocs and send a pull request ?



- Krishnan

This message may include free added typos, which you may use for your entertainment.
Courtesy : my SmartPhone!



--
You received this message because you are subscribed to the Google Groups "testng-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to testng-users...@googlegroups.com.
To post to this group, send email to testng...@googlegroups.com.
Visit this group at http://groups.google.com/group/testng-users.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages