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