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

linux - Could not find a package configuration file provided by "Qt5Svg" -

simple.odata.client - Simple OData Client Unlink -