2 types derived from Verifier
Microsoft.VisualStudio.IntegrationTest.Utilities (2)
OutOfProcess\Editor_OutOfProc.Verifier.cs (1)
16
public class Verifier :
Verifier
<Editor_OutOfProc>
OutOfProcess\InteractiveWindow_OutOfProc.Verifier.cs (1)
15
public class Verifier :
Verifier
<InteractiveWindow_OutOfProc>
1 instantiation of Verifier
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
OutOfProcess\TextViewWindow_OutOfProc.cs (1)
23
Verify = new
Verifier
<TextViewWindow_OutOfProc>(this, visualStudioInstance);
1 reference to Verifier
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
OutOfProcess\TextViewWindow_OutOfProc.cs (1)
13
public
Verifier
<TextViewWindow_OutOfProc> Verify { get; }