In NUnit, I can get the test result from context.Result.State . If its NUnit.Framework.TestState.Success , then I know that the test passed.
At MSTest, how do I get this information?
I saw context.Properties.Keys , but none of them speaks about the status of the test result.
unit-testing mstest vs-unit-testing-framework
Ray cheng
source share