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