Understanding Icons

Test Navigator provides various icons that represent types and statuses of the test. The following sections explain these icons.

Test Type

Icon

Description

Unit test

Integration test

Non-active test. The test was ignored because you added the [Ignore] attribute or because the test is in an #ifdef block and its condition in not met.

Non-active test. The test was ignored because you added the [DontRun] attribute or because the Test Project is not in the solution's Build Configuration.

Better understanding Inactive Tests.

Test Status

Icon

Description

The test successfully passed.

The test is pending because the code that the test checks changed.

The test failed.

A new test. This test was written by a developer or automatically suggested by Typemock Isolator and was not run yet.