AngularTemplates.Compile.Tests.TemplateCompilerTests.TemplateCompilerTests C# (CSharp) Method

TemplateCompilerTests() public method

public TemplateCompilerTests ( ) : System.IO
return System.IO
        public TemplateCompilerTests()
        {
            _template1 = new TestVirtualFile("/fixtures/template1.html", "test");
            _template2 = new TestVirtualFile("/fixtures/template2.html", "test2");
        }