13 references to Add
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.Test (13)
ChecksumValidatorTest.cs (11)
100
ProjectFileSystem.
Add
(new TestRazorProjectItem("/Views/Home/_ViewImports.cstml", "dkdkfkdf")); // This will be ignored
119
ProjectFileSystem.
Add
(new TestRazorProjectItem("/Views/Home/Index.cstml", "other content"));
138
ProjectFileSystem.
Add
(new TestRazorProjectItem("/Views/Home/Index.cstml", "some content"));
157
ProjectFileSystem.
Add
(new TestRazorProjectItem("/Views/Home/Index.cstml", "some content"));
158
ProjectFileSystem.
Add
(new TestRazorProjectItem("/Views/Home/_ViewImports.cstml", "some other import"));
178
ProjectFileSystem.
Add
(new TestRazorProjectItem("/Views/Home/Index.cstml", "some content"));
179
ProjectFileSystem.
Add
(new TestRazorProjectItem("/Views/Home/_ViewImports.cstml", "some import"));
180
ProjectFileSystem.
Add
(new TestRazorProjectItem("/Views/_ViewImports.cstml", "some other import"));
200
ProjectFileSystem.
Add
(new TestRazorProjectItem("/Views/Home/Index.cstml", "some content"));
201
ProjectFileSystem.
Add
(new TestRazorProjectItem("/Views/Home/_ViewImports.cstml", "some import"));
202
ProjectFileSystem.
Add
(new TestRazorProjectItem("/Views/_ViewImports.cstml", "some other import"));
CompilerFailedExceptionFactoryTest.cs (2)
337
fileSystem.
Add
(projectItem);
343
fileSystem.
Add
(imports);