public void EachLoad() { List <string> appList = new List <string>() { Cache.runPath + "script\\test.vbs", Cache.runPath + "script\\vbs\\test1.vbs" }; var bl = eng.EachLoad(appList); Console.WriteLine(bl.ToString()); Assert.IsTrue(bl); }