/
githubmirror
/
Files
Обзор
Документация
Войти
/
githubmirror
/
Files
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/Files.InteractionTests/Tests/GeneralAppTests.cs
22 строки
469 B
Yair
Code Quality: Updated license header
31 дек 2024, 05:03
31 дек 2024, 05:03
8436c6d
Код
Авторство
О чём код?
// Copyright (c) Files Community // Licensed under the MIT License. namespace Files.InteractionTests.Tests { [TestClass] public sealed class GeneralAppTests { [TestMethod] public void SessionGetsInitialized() { Assert.IsNotNull(SessionManager.Session); try { // First run can be flaky due to external components AxeHelper.AssertNoAccessibilityErrors(); } catch (System.Exception) { } AxeHelper.AssertNoAccessibilityErrors(); } } }