Create means for RestUnit to be run on test instances
Reported by davetron5000 (at gmail) | September 15th, 2008 @ 10:04 PM | in Tests created progammatically can be run
This may be just a stopgap, but this is a way for RestUnit to be run on multiple instances of RestTest and aggregate the results of all tests run. This may just be creating a data provider for testNG.
Comments and changes to this ticket
-

davetron5000 (at gmail) October 1st, 2008 @ 01:49 PM
The TestNGRestUnit class pretty much accomplishes this right now.
-

davetron5000 (at gmail) October 1st, 2008 @ 01:49 PM
- State changed from new to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
RESTUnit will be a set of Java classes that can be used to test REST services. The data structure classes shall be serializable to and from a simple format, making the simplest way to create tests a matter of creating text files.