Beispiel #1
0
        private void StartTCFromList(TestCaseBase tc)
        {
            Window window = CreateWindow(true);

            tc.Run(window);
        }
Beispiel #2
0
        private void StartTC(TestCaseBase tc)
        {
            Window window = CreateWindow();

            tc.Run(window);
        }