Esempio n. 1
0
 public AspNetCoreContext(AspNetCoreSystem parent)
 {
     _parent = parent;
 }
Esempio n. 2
0
        public static void Run <T>(string[] args) where T : class
        {
            var system = new AspNetCoreSystem(() => SystemUnderTest.ForStartup <T>());

            StorytellerAgent.Run(args, system);
        }