Files
PIbd-22_Ulybin_A.A._PimpMyRide/PimpMyRideProject/PimpMyRideTest/LocalizationTests/DefaultTests.cs
2025-05-28 22:30:16 +04:00

11 lines
529 B
C#
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
namespace PimpMyRideTest.LocalizationTests;
[TestFixture]
internal class DefaultTests : BaseLocalizationControllerTest
{
protected override string GetLocale() => "bla-BLA";
protected override string MessageElementExists() => "Уже существует элемент со значением";
protected override string MessageElementNotFound() => "Не найден элемент по данным";
protected override string MessageElementWrongId() => "Переданы неверные данные";
}