c# - IntelliTest tests not working on async await methods -
i'm using visual studio enterprise 2015 , trying use feature call intellitest. intellitest seems work fine when testing tradition synchronize methods. however, of methods async , return task, require awaited. when create these intellitest unit tests, results result = "{not yet computed}". intellitest not support async methods, or missing something?
thanks
Comments
Post a Comment