Maze / Library /PackageCache /com.unity.ide.visualstudio@2.0.18 /Editor /Testing /TestStatusAdaptor.cs
| using System; | |
| namespace Microsoft.Unity.VisualStudio.Editor.Testing | |
| { | |
| [] | |
| internal enum TestStatusAdaptor | |
| { | |
| Passed, | |
| Skipped, | |
| Inconclusive, | |
| Failed, | |
| } | |
| } | |