Apart from Fitnesse is there anything like concordion for .NET?
Concordion is an open source framework
for Java that lets you turn a plain
English description of a requirement
into an automated test
David Peterson (the author of Concordion) has told me that there is no .net port of Concordion that he knows of. However he say...
Is it possible to use the .NET configuration objects to get at .config files specified for a class library assembly rather than the executable assembly.
For example:
I'm working on a .net port of Concordion and I would like to have options that are specific to Concordion itself but there are also options that are specific to each speci...
I am starting to play with Concordion to create some tests for a small piece of code I am developing. In the example, it states "If you use the right conventions, Concordion will automatically insert breadcrumbs for you.". But, I can not find an explicit description of these conventions.
...