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