2 implementations of IParserTest
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\Legacy\ParserTestBase.cs (1)
23public abstract class ParserTestBase : IParserTest
Microsoft.AspNetCore.Razor.Test.Common.Tooling (1)
Language\Legacy\ToolingParserTestBase.cs (1)
28public abstract class ToolingParserTestBase : ToolingTestBase, IParserTest
2 references to IParserTest
Microsoft.AspNetCore.Razor.Test.Common (2)
Language\Legacy\InitializeTestFileAttribute.cs (2)
16if (typeof(IParserTest).GetTypeInfo().IsAssignableFrom(methodUnderTest.DeclaringType.GetTypeInfo())) 31if (typeof(IParserTest).GetTypeInfo().IsAssignableFrom(methodUnderTest.DeclaringType.GetTypeInfo()))