Exemple #1
0
        public void TestInjectBuiltinServices()
        {
            SetInterestingReferences(
                "$cacheFactory", "$cacheFactoryProvider",
                "$anchorScroll", "$anchorScrollProvider",
                "$animate", "$animateProvider",
                "$templateCache");
            var path = BaseTestDataPath.Combine("angular.1.4.0.js");

            DoNamedTest2(path.FullPath);//@"..\..\..\..\angular.1.4.0.js");
        }
Exemple #2
0
 private IEnumerable <string> Files()
 {
     return(new DirectoryInfo(BaseTestDataPath.Combine(RelativeTestDataPath).FullPath)
            .GetFiles("*.cs")
            .Select(x => x.Name));
 }