using ContinuousTests; public class Program { public static void Main(string[] args) { var runner = new ContinuousTestRunner(); runner.Run(); } }