Пример #1
0
        public void OnNavigatedTo(NavigationContext context)
        {
            _archiveType     = (ArchiveType)context.Parameters["archiveType"];
            _archiveFileName = (string)context.Parameters["archiveFileName"];

            RunTestEngineCommand.Execute();
        }
Пример #2
0
        private void StartTesting()
        {
            _log.Information("User action: Start testing");

            RunTestEngineCommand.Execute();
        }