NUnitTester

Results 6 comments of NUnitTester

This should be each one file in diffrent variants. The file contains two services with no dependencies to other files, only service2 needs something from empty.proto which is standard (and...

The problem still exists with BloomRPC 1.53. This works. Move the bold line directly before service2, it fails. But is accepted by Proton-Compiler. syntax = "proto3"; package MyTest; **import "google/protobuf/empty.proto";**...

Hello? What about fixing it? So my christmas wish ...

@vavsab [vavsab](https://github.com/vavsab)Have you reproduced it? It is still the same. Can you please fix it?

My opinion is, that `Assert.Pass` should immeditly return from the method. The Test has passed, is shortened. Back to the original Text ``` Assert.Warn("Warning1"); Assert.Warn("Warning2"); Assert.Fail("Terminating Event!"); ``` Warning should...