concordion / concordion.net

Concordion.NET is an open source framework for C#/.NET that lets you turn a plain English description of a requirement into an automated test. Concordion.NET is the most flexible tool for creating high-quality living documentation. It is often used with Specification by Example (SbE) and Behaviour Driven Development (BDD) processes. http://www.concordion.org/dotnet
Other
9 stars 8 forks source link

Confusing message when specification not found #2

Open nigelcharman opened 8 years ago

nigelcharman commented 8 years ago

When running a fixture without a corresponding specification, I see the error:

no specification extensions defined for: Concordion.NET.Internal.SpecificationConfig

I found this confusing. It would be better to display an error that the specification could not be found, and list the specificiation file that we are trying to open.

Note: there are some changes in this area for Concordion 2.0.0, since we now try to open a number of different specification types.

nigelcharman commented 8 years ago

I've added a description of this error to the FAQ for the new website. Please update the website when this error message is changed.