Skip to content

Setting concordion so that multiple html fixtures can be run against one java fixture class.

Notifications You must be signed in to change notification settings

markdav/concordion-multifixture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Concordion MultiFixture

Concordion (http://www.concordion.org/) is a nice little framework for writing integration tests.  It lets you create simple html files that can display results in any format.  The tests are all built by adding:

- a HTML File which contains the assertions
- a Java fixture file which provides the language for the html file

In my case, I have a few cases where it would be very handy to set up multiple html files for a single fixture class.  This is useful when e.g. you want testers to be able to add multiple files and run the same tests over and over.

This project is an example of how to achieve this,  

If you have suggestions or want to get involved, ping me [email protected].

About

Setting concordion so that multiple html fixtures can be run against one java fixture class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published