public void DoRun_KubismeSimple_NoExceptions()
		{
			using(var platform = new ConsolePlatformTester("input.simple.txt"))
			{
				platform.DoRun(new KubismeBot());
			}
		}
Пример #2
0
 public void DoRun_Round0041_NoExceptions()
 {
     using (var platform = new ConsolePlatformTester("input.version0041.txt"))
     {
         platform.DoRun(new KubismeBot());
     }
 }
		public void DoRun_Round0040_NoExceptions()
		{
			using (var platform = new ConsolePlatformTester("input.version0040.txt"))
			{
				platform.DoRun(new KubismeBot());
			}
		}
Пример #4
0
 public void DoRun_KubismeSimple_NoExceptions()
 {
     using (var platform = new ConsolePlatformTester("input.simple.txt"))
     {
         platform.DoRun(new KubismeBot());
     }
 }