Hi guys, We have a lot of test cases which our users contributed, but the tests are still failing. I want these tests to be in the repository, but I'm not sure how to state them that we are expecting them to fail because they are `known bugs`.
There are several possible ways: - Mark tests with [ExpectedException] - execute test and expect exception. This is the closest one to what I want to achieve. - Mark tests with [Explicit] - execute tests only when asked - Mark tests with [Ignore] - do not execute tests at all. Any other ways to do this? What do you prefer? Best Regards, Alexander -- --- You received this message because you are subscribed to the Google Groups "nhibernate-development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
