We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c0f134 + 9982545 commit a77028bCopy full SHA for a77028b
SharedProject/Impl/TestContainerDiscovery/TestRunResponse.cs
@@ -16,8 +16,5 @@ public TestRunResponse(object toReflect) : base(toReflect) { }
16
public long SkippedTests { get; protected set; }
17
[ReflectFlags(BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance)]
18
public long TotalTests { get; protected set; }
19
- [ReflectFlags(BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance)]
20
- public bool IsAborted { get; protected set; }
21
-
22
}
23
0 commit comments