Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ExpectedToFail and Unimplemented not implemented in Concordion.NET #7

Open
nigelcharman opened this issue Mar 26, 2016 · 2 comments
Open
Milestone

Comments

@nigelcharman
Copy link
Member

The ExpectedToFail and Unimplemented attributes have no effect in Concordion.NET .

Similarly to #6, we should either fix it, or remove these from the api.

@ShaKaRee
Copy link
Member

Java attributes probably don't work out of the box. Therefore, C# / NUnit specific attributes are supported. To mark a test as unimplemented the [Ignore] attribute can be used:
https://rawgit.com/concordion/concordion.net/master/doc/AdvancedFeatures.html

@nigelcharman
Copy link
Member Author

Let's pick this up with the 2.0 release. We have expected-to-fail and unimplemented support on individual examples in 2.0, so it would be good to have the same at spec/fixture level.

@nigelcharman nigelcharman added this to the 2.0.0 milestone Mar 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants