It would be great if the tests themselves end manually via asserts themselves and the final report is displayed after collecting results from all asserts.
Sorry for the late reply. I thought I would be notified via mail
of your reply but I don't think this forum sends alerts. Thanks
for this suggestion. However its a bit different in the case of
event loops (unlike threads, where a thread.start() would spawn a
new thread and bring the control back to the calling block). The
ev.run is blocking. So any code in the block that contains ev.run
will not get executed if placed after the ev.run line.
- Re: DUnit - class MyTest { mixin... Juan Manuel Cabo
- Re: DUnit - class MyTest { m... Rio
- Re: DUnit - class MyTest { m... Juan Manuel Cabo
- Re: DUnit - class MyTest { mixin... hezz
- Re: DUnit - class MyTest { mixin Test... Juan Manuel Cabo
- Re: DUnit - class MyTest { mixin TestMixin; void testM... Andrei Alexandrescu
- Re: DUnit - class MyTest { mixin TestMixin; void ... Juan Manuel Cabo
- Re: DUnit - class MyTest { mixin TestMixin; v... Jacob Carlborg
- Re: DUnit - class MyTest { mixin TestMixin; void testM... Shripad K
- Re: DUnit - class MyTest { mixin TestMixin; void ... linkrope
- Re: DUnit - class MyTest { mixin TestMixin; v... Shripad K
- Re: DUnit - class MyTest { mixin TestMixin; void testM... xenon325