Closed azrafe7 closed 8 years ago
Thank you for a small and useful example! I see that you aren't using the ordinary way to execute the tests (implementing Buddy as the most examples show), did you try that as well?
You're welcome!
class Main implements Buddy<[Test]> {}
I've just tried it and I get the same behaviour.
Ok thanks, I'll take a look at it.
Thank you, this helped to track down some C# issues. It's working now, with version 1.0.1. Please check it out!
I'm quite sure this will work now when buddy has been rewritten, but please re-open if you still have problems.
To reproduce:
Neko output (correct):
C# output (missing report of second step):
Note that wrapping it in a try/catch will not solve the issue, but only prevent the stack trace to be logged.