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

Popular posts from this blog

c - zlib and gdi32 with OpenSSL? -

java - inputmismatch exception -

ios - Align baselines with characters in large line heights with Text Kit -