drunkcod / Cone

8 stars 1 forks source link

Tests that fail in AfterEach/AfterAll is not showing in summary #21

Closed mattyas closed 12 years ago

mattyas commented 12 years ago

[Describe(typeof(Class1))] public class Class1 { [AfterEach] public void Fail() { throw new Exception("I fail"); } public void i_am_ok() {

    }
}