Beispiel #1
0
        public void ImportTests()
        {
            var fileBytes = GetUploadFileBytes();

            // пока импорт неуниверсальный
            _testComponent.ImportTests(fileBytes);
        }