Menu

#1 Multiple test sets for a single test

open
nobody
None
5
2009-01-20
2009-01-20
Anonymous
No

I would like to be able to define multiple test sets for a single test method. Currently this doesn't seem to be possible. A possible solution would be as follows:

<bean id="..." class="org.springunit.framework.SpringUnitContext">
<property name="data">
<map>
<!-- Test data values go here -->
<entry key="...">
<!-- Containing list of test sets --->
<list>
<map>
<!-- Containing test objects/arguments -->
</map>
</list>
</entry>
...
</map>
</bean>
</beans>

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.