[Mono-dev] nunit-console

Neale Ferguson neale at sinenomine.net
Sun Jul 5 11:09:05 UTC 2015


I have a series of tests for the c# mongodb driver of the form:

        [Test]
        public async Task QueryAll()
        {


I had successfully run nunit-console4 against the dll that xbuild created
but just suddenly the tests started to be not run with nunit-console
complaining: Method QueryAll's signature is not correct: it must return
void

However, the nunit-console doc states that async Task tests are valid.

I have no idea what’s changed. Yes I know things don’t suddenly stop
working for no reason at all, but what I am trying to determine is what
that change was that would cause the tests to behave as they now are.

Neale



More information about the Mono-devel-list mailing list