Releases: concordion/concordion-net
Releases · concordion/concordion-net
NUnit 2.6.4 support
Features
- Update Concordion NUnit Addin to NUnit version 2.6.4
- Add echo command to documentation
Bug Fixes
- Make FileTarget.GetTargetPath compliant with Java version
- Simplify footer of result documents
Extensions API & ReSharper support
Features
- Enable running Concordion.NET tests with ReSharper.
- Provide workaround to run Concordion.NET tests with NUnit Test Adapter until NUnit team fixes issue with addins in NUnit.
- Show failure and error details of Concordion.NET tests in NUnit output.
- Allow specifications to be located in a directory instead of embedded in DLL file.
- Support for extensions API in Concordion.NET.
- Adding possibility of different file extensions for specification documents.
testing improvements
Features
- Allow commands to be lower case, as XHTML attributes should be lower case.
- To execute initialization code before the actual execution of an active specification, you can use the NUnit TestFixtureSetUp attribute on Concordion.NET fixtures.
- The execute command can now be applied on HTML lists as well (ol, ul).
first release with NUnit integration
Features
- Add NUnit support. With this improvement you can run Concordion.NET tests with NUnit. Thus, you don't need Gallio any more, as with previous versions.
- Allow the assertEquals command to match "True, Yes, Y" / "False, No, N, -" with a Boolean returned from the system under test
Bug Fixes
- Improve test setup to work on all cultures.
- File extensions of DLLs containing your specifications and fixtures are handled not case-sensitive.
- Fixed loading of configuration files are loaded with Assembly.Codebase instead of Assembly.Location, which allows to use "shadow copy" with NUnit.