factor10 / intent

Test framework for Dotty
https://factor10.github.io/intent/
Apache License 2.0
13 stars 4 forks source link

Handle test setup failure #9

Closed provegard closed 5 years ago

provegard commented 5 years ago

I.e. exception in a via method. See #8 wrt TestFailure/TestError.

provegard commented 5 years ago

Principles:

If we have managed to start executing the test case, every non-success is TestFailure.

If we cannot start executing the test case, we produce a TestError.

provegard commented 5 years ago

Fix mostly (I think) in #17.