Skip to content

Merge pull request #214 from DaniilPoiarkov/bugfix/plot-labels #108

Merge pull request #214 from DaniilPoiarkov/bugfix/plot-labels

Merge pull request #214 from DaniilPoiarkov/bugfix/plot-labels #108

GitHub Actions / Test Results succeeded Oct 13, 2024 in 0s

All 387 tests pass in 12s

  9 files  ±0    9 suites  ±0   12s ⏱️ -2s
387 tests ±0  387 ✅ ±0  0 💤 ±0  0 ❌ ±0 
389 runs  ±0  389 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 6e118e5. ± Comparison against earlier commit 24196fb.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

387 tests found

There are 387 tests, see "Raw output" for the full list of tests.
Raw output
Eclipse.Application.Tests.Account.AccountServiceTests ‑ SendSignInCodeAsync_ShouldNotSetNewCode_WhenSignInCodeIsNotExpired
Eclipse.Application.Tests.Account.AccountServiceTests ‑ SendSignInCodeAsync_ShouldReturnEntityNotFound_WhenUserIsNull
Eclipse.Application.Tests.Account.AccountServiceTests ‑ SendSignInCodeAsync_ShouldSetSignInCodeAndEnqueueJob_WhenUserIsFound
Eclipse.Application.Tests.Account.AccountServiceTests ‑ SendSignInCodeAsync_WhenRequested_ThenSendsSignInCode
Eclipse.Application.Tests.Account.SendSignInCodeBackgroundJobTests ‑ ExecuteAsync_WhenCalledProperly_ThenSendsSignInCode(culture: "en", chatId: 1, signInCode: "123456")
Eclipse.Application.Tests.Account.SendSignInCodeBackgroundJobTests ‑ ExecuteAsync_WhenCalledProperly_ThenSendsSignInCode(culture: "en", chatId: 2, signInCode: "123456")
Eclipse.Application.Tests.Account.SendSignInCodeBackgroundJobTests ‑ ExecuteAsync_WhenCalledProperly_ThenSendsSignInCode(culture: "uk", chatId: 1, signInCode: "123456")
Eclipse.Application.Tests.Account.SendSignInCodeBackgroundJobTests ‑ ExecuteAsync_WhenCalledProperly_ThenSendsSignInCode(culture: "uk", chatId: 2, signInCode: "123456")
Eclipse.Application.Tests.Authorization.LoginManagerTests ‑ LoginAsync_WhenCodeInvalid_ThenErrorReturned
Eclipse.Application.Tests.Authorization.LoginManagerTests ‑ LoginAsync_WhenUserAuthenticatesSuccessfully_ThenAccessTokenReturned
Eclipse.Application.Tests.Authorization.LoginManagerTests ‑ LoginAsync_WhenUserNotFound_ThenErrorReturned
Eclipse.Application.Tests.Configuration.ConfigurationServiceTests ‑ GetCultures_WhenRequested_ThenReturnsLocalizedResponse
Eclipse.Application.Tests.Exporting.ExportServiceTests ‑ GetReminders_WhenExported_ThenProperDataReturned
Eclipse.Application.Tests.Exporting.ExportServiceTests ‑ GetTodoItems_WhenExported_ThenProperDataReturned
Eclipse.Application.Tests.Exporting.ExportServiceTests ‑ GetUsers_WhenExported_ThenProperDataReturned
Eclipse.Application.Tests.Exporting.ImportServiceTests ‑ AddRemindersAsync_WhenCalled_ThenDelegatedToProperStrategy
Eclipse.Application.Tests.Exporting.ImportServiceTests ‑ AddTodoItemsAsync_WhenCalled_ThenDelegatedToProperStrategy
Eclipse.Application.Tests.Exporting.ImportServiceTests ‑ AddUsersAsync_WhenCalled_ThenDelegatedToProperStrategy
Eclipse.Application.Tests.Exporting.Reminders.ImortRemindersStrategyTests ‑ ImportAsync_WhenRecordsValid_ThenImportedSuccessfully
Eclipse.Application.Tests.Exporting.Reminders.ImortRemindersStrategyTests ‑ ImportAsync_WhenRowCannotBeImported_ThenReturnedWithinFailedResult
Eclipse.Application.Tests.Exporting.Reminders.ImortRemindersStrategyTests ‑ ImportAsync_WhenUserNotExist_ThenFailedResultReturned
Eclipse.Application.Tests.Exporting.Reminders.ImortRemindersStrategyTests ‑ Type_WhenChecked_ThenReturnsRemindersSpecification
Eclipse.Application.Tests.Exporting.Reminders.ImportRemindersValidatorTests ‑ ValidateAndSetErrors_WhenInvalidNotifyAt_ShouldReturnError
Eclipse.Application.Tests.Exporting.Reminders.ImportRemindersValidatorTests ‑ ValidateAndSetErrors_WhenMultipleErrorsPresent_ThenCombinedAndErrorSet
Eclipse.Application.Tests.Exporting.Reminders.ImportRemindersValidatorTests ‑ ValidateAndSetErrors_WhenOptionsNotPassed_ThenNoExceptionsThrowed
Eclipse.Application.Tests.Exporting.Reminders.ImportRemindersValidatorTests ‑ ValidateAndSetErrors_WhenReminderAlreadyExists_ShouldReturnError
Eclipse.Application.Tests.Exporting.Reminders.ImportRemindersValidatorTests ‑ ValidateAndSetErrors_WhenUserNotFound_ThenErrorSet
Eclipse.Application.Tests.Exporting.Reminders.ImportRemindersValidatorTests ‑ ValidateAndSetErrors_WhenValidRecordsPassed_ThenNoErrorSet
Eclipse.Application.Tests.Exporting.TodoItems.ImportTodoItemsStrategyTests ‑ ImportAsync_WhenRowCannotBeImported_ThenReturnedWithinFailedResult
Eclipse.Application.Tests.Exporting.TodoItems.ImportTodoItemsStrategyTests ‑ ImportAsync_WhenRowsAreValid_ThenProcessedSeccessfully
Eclipse.Application.Tests.Exporting.TodoItems.ImportTodoItemsStrategyTests ‑ ImportAsyncs_WhenUserNotExist_ThenFailureResultReturned
Eclipse.Application.Tests.Exporting.TodoItems.ImportTodoItemsStrategyTests ‑ Type_WhenChecked_ThenReturnsTodoItemSpecification
Eclipse.Application.Tests.Exporting.TodoItems.ImportTodoItemsValidatorTests ‑ ValidateAndSetErrorsAsync_WhenRecordsValid_ThenNoErrorsSet
Eclipse.Application.Tests.Exporting.TodoItems.ImportTodoItemsValidatorTests ‑ ValidateAndSetErrors_WhenMultipleErrorsPresent_ThenCombinedErrorSet
Eclipse.Application.Tests.Exporting.TodoItems.ImportTodoItemsValidatorTests ‑ ValidateAndSetErrors_WhenRowInvalid_ThenExceptionSet
Eclipse.Application.Tests.Exporting.TodoItems.ImportTodoItemsValidatorTests ‑ ValidateAndSetErrors_WhenUserReachedLimit_ThenExceptionSet
Eclipse.Application.Tests.Exporting.Users.ImportUsersStrategyTests ‑ ImportAsync_WhenCreationFails_ThenErrorShouldBeSet
Eclipse.Application.Tests.Exporting.Users.ImportUsersStrategyTests ‑ ImportAsync_WhenRowsAreInvalid_ThenReturnsFailedResult
Eclipse.Application.Tests.Exporting.Users.ImportUsersStrategyTests ‑ ImportAsync_WhenRowsAreValid_ThenProcessedSuccessfully
Eclipse.Application.Tests.Exporting.Users.ImportUsersStrategyTests ‑ Type_WhenChecked_ThenReturnsUserSpecification
Eclipse.Application.Tests.Exporting.Users.ImportUsersValidatorTests ‑ ValidateAndSetErrors_ShouldReturnError_WhenUserAlreadyExists
Eclipse.Application.Tests.Exporting.Users.ImportUsersValidatorTests ‑ ValidateAndSetErrors_WhenGmtIsInvalid_ThenErrorSet
Eclipse.Application.Tests.Google.Sheets.SuggestionsSheetsServiceTests ‑ AddAsync_WhenItemAdded_ThenEventsTriggered
Eclipse.Application.Tests.Google.Sheets.SuggestionsSheetsServiceTests ‑ GetAllAsync_WhenCalled_ThenReturnsSuggestions
Eclipse.Application.Tests.Localization.LocalizerExtensionsTests ‑ LocalizeError_WhenCalled_ThenLocalizedErrorReturned
Eclipse.Application.Tests.Localization.LocalizerExtensionsTests ‑ LocalizeError_WhenExceptionThrown_ThenDescriptionReturned
Eclipse.Application.Tests.Localization.LocalizerExtensionsTests ‑ LocalizeError_WhenResourceNotExist_ThenDescriptionReturned
Eclipse.Application.Tests.MoodRecords.MoodRecordsServiceTests ‑ CreateAsync_WhenUserExists_ThenCreatedMoodRecordReturned(state: Bad)
Eclipse.Application.Tests.MoodRecords.MoodRecordsServiceTests ‑ CreateAsync_WhenUserExists_ThenCreatedMoodRecordReturned(state: Good)
Eclipse.Application.Tests.MoodRecords.MoodRecordsServiceTests ‑ CreateAsync_WhenUserNotExists_ThenFailedResultReturned
Eclipse.Application.Tests.MoodRecords.MoodRecordsServiceTests ‑ GetByIdAsync_WhenRecordExist_AndHasAnotherUserId_ThenFailedResultReturned
Eclipse.Application.Tests.MoodRecords.MoodRecordsServiceTests ‑ GetByIdAsync_WhenRecordExist_AndHasSameUserId_ThenRecordReturned
Eclipse.Application.Tests.MoodRecords.MoodRecordsServiceTests ‑ GetListAsync_WhenCalled_ThenRecordsReturned
Eclipse.Application.Tests.OutboxMessages.OutboxMessagesServiceTests ‑ DeleteSuccessfullyProcessedAsync_WhenCalled_ThenDelegatesExecutionToRepository
Eclipse.Application.Tests.OutboxMessages.OutboxMessagesServiceTests ‑ ProcessAsync_WhenExceptionOccures_ThenErrorsAreSetToMessage
Eclipse.Application.Tests.OutboxMessages.OutboxMessagesServiceTests ‑ ProcessAsync_WhenJsonContentCannotBeDeserialized_ThenErrorSet(json: "[]")
Eclipse.Application.Tests.OutboxMessages.OutboxMessagesServiceTests ‑ ProcessAsync_WhenJsonContentCannotBeDeserialized_ThenErrorSet(json: "{ \"age\": 15 }")
Eclipse.Application.Tests.OutboxMessages.OutboxMessagesServiceTests ‑ ProcessAsync_WhenJsonContentCannotBeDeserialized_ThenErrorSet(json: "{ \"inner\": { \"forecast\": \"$5\" } }")
Eclipse.Application.Tests.OutboxMessages.OutboxMessagesServiceTests ‑ ProcessAsync_WhenJsonContentCannotBeDeserialized_ThenErrorSet(json: "{ \"name\": \"name\" }")
Eclipse.Application.Tests.OutboxMessages.OutboxMessagesServiceTests ‑ ProcessAsync_WhenJsonContentCannotBeDeserialized_ThenErrorSet(json: "{}")
Eclipse.Application.Tests.OutboxMessages.OutboxMessagesServiceTests ‑ ProcessAsync_WhenMessageHasInvalidJsonContent_ThenErrorSet
Eclipse.Application.Tests.OutboxMessages.OutboxMessagesServiceTests ‑ ProcessAsync_WhenMessagesValid_ThenProcessedAtSet
Eclipse.Application.Tests.OutboxMessages.OutboxMessagesServiceTests ‑ ProcessAsync_WhenNoMessagesFound_ThenEmptyResultReturned
Eclipse.Application.Tests.Reminders.ReminderServiceTests ‑ CreateAsync_WhenUserExists_ThenReturnesDtoWithCreatedReminder
Eclipse.Application.Tests.Reminders.ReminderServiceTests ‑ CreateReminderAsync_WhenUserNotExists_ThenEntityNotFoundExceptionThrown
Eclipse.Application.Tests.Reminders.ReminderServiceTests ‑ RemoveRemindersForTime_WhenUserHaveRemindersForTime_ThenDtoWithoutSpecifiedRemindersReturned
Eclipse.Application.Tests.Reports.MoodStateExtensionsTests ‑ ToScore_WhenConverted_ThenProperScoreReturned(state: Bad, expected: 1)
Eclipse.Application.Tests.Reports.MoodStateExtensionsTests ‑ ToScore_WhenConverted_ThenProperScoreReturned(state: Good, expected: 5)
Eclipse.Application.Tests.Reports.MoodStateExtensionsTests ‑ ToScore_WhenConverted_ThenProperScoreReturned(state: Neutral, expected: 3)
Eclipse.Application.Tests.Reports.MoodStateExtensionsTests ‑ ToScore_WhenConverted_ThenProperScoreReturned(state: SlightlyBad, expected: 2)
Eclipse.Application.Tests.Reports.MoodStateExtensionsTests ‑ ToScore_WhenConverted_ThenProperScoreReturned(state: SlightlyGood, expected: 4)
Eclipse.Application.Tests.Reports.ReportServiceTests ‑ GetMoodReportAsync_WhenRequested_ThenProperDependenciesCalled
Eclipse.Application.Tests.Suggestions.SuggestionServiceTests ‑ GetWithUserInfo_WhenRequested_ThenSuggestionsWithUsersReturned
Eclipse.Application.Tests.Telegram.CommandServiceTests ‑ Add_WhenRequestInvalid_ThenProperFailureResultReturned(command: "     ", description: "description", errorCode: "CommandInvalidFormat")
Eclipse.Application.Tests.Telegram.CommandServiceTests ‑ Add_WhenRequestInvalid_ThenProperFailureResultReturned(command: "", description: "description", errorCode: "CommandMinLength")
Eclipse.Application.Tests.Telegram.CommandServiceTests ‑ Add_WhenRequestInvalid_ThenProperFailureResultReturned(command: "command!1", description: "description", errorCode: "CommandInvalidFormat")
Eclipse.Application.Tests.Telegram.CommandServiceTests ‑ Add_WhenRequestInvalid_ThenProperFailureResultReturned(command: "command", description: "     ", errorCode: "DescriptionMinLength")
Eclipse.Application.Tests.Telegram.CommandServiceTests ‑ Add_WhenRequestInvalid_ThenProperFailureResultReturned(command: "command", description: "", errorCode: "DescriptionMinLength")
Eclipse.Application.Tests.Telegram.CommandServiceTests ‑ Add_WhenRequestInvalid_ThenProperFailureResultReturned(command: "command", description: "DescriptionMaxLengthDescriptionMaxLengthDescriptio"···, errorCode: "DescriptionMaxLength")
Eclipse.Application.Tests.Telegram.CommandServiceTests ‑ Add_WhenRequestInvalid_ThenProperFailureResultReturned(command: "command", description: "d", errorCode: "DescriptionMinLength")
Eclipse.Application.Tests.Telegram.CommandServiceTests ‑ Add_WhenRequestInvalid_ThenProperFailureResultReturned(command: "command", description: "de", errorCode: "DescriptionMinLength")
Eclipse.Application.Tests.Telegram.CommandServiceTests ‑ Add_WhenRequestInvalid_ThenProperFailureResultReturned(command: "command-1", description: "description", errorCode: "CommandInvalidFormat")
Eclipse.Application.Tests.Telegram.CommandServiceTests ‑ Add_WhenRequestInvalid_ThenProperFailureResultReturned(command: "command.1", description: "description", errorCode: "CommandInvalidFormat")
Eclipse.Application.Tests.Telegram.CommandServiceTests ‑ Add_WhenRequestInvalid_ThenProperFailureResultReturned(command: "command?1", description: "description", errorCode: "CommandInvalidFormat")
Eclipse.Application.Tests.Telegram.CommandServiceTests ‑ Add_WhenRequestInvalid_ThenProperFailureResultReturned(command: "commandcommandcommandcommandcommand", description: "description", errorCode: "CommandMaxLength")
Eclipse.Application.Tests.Telegram.CommandServiceTests ‑ Add_WhenRequestIsValid_ThenSuccessResultReturned(command: "123123", description: "description 123")
Eclipse.Application.Tests.Telegram.CommandServiceTests ‑ Add_WhenRequestIsValid_ThenSuccessResultReturned(command: "123_123", description: "description_!@#")
Eclipse.Application.Tests.Telegram.CommandServiceTests ‑ Add_WhenRequestIsValid_ThenSuccessResultReturned(command: "123_command", description: "description \n\t123!@#")
Eclipse.Application.Tests.Telegram.CommandServiceTests ‑ Add_WhenRequestIsValid_ThenSuccessResultReturned(command: "command", description: "proper description")
Eclipse.Application.Tests.Telegram.CommandServiceTests ‑ Add_WhenRequestIsValid_ThenSuccessResultReturned(command: "command_1", description: "description with specific meaning")
Eclipse.Application.Tests.Telegram.CommandServiceTests ‑ Add_WhenRequestIsValid_ThenSuccessResultReturned(command: "command_new", description: "description without meaning")
Eclipse.Application.Tests.Telegram.CommandServiceTests ‑ GetList_WhenCalled_ThenAvailableCommandsReturned
Eclipse.Application.Tests.Telegram.TelegramServiceTests ‑ Send_WhenMessageValid_ThenNoExceptionThrown
Eclipse.Application.Tests.Telegram.TelegramServiceTests ‑ Send_WhenModelInvalid_ThenFailureResultReturned(chatId: 0, message: "", errorCode: "MessageCannotBeEmpty")
Eclipse.Application.Tests.Telegram.TelegramServiceTests ‑ Send_WhenModelInvalid_ThenFailureResultReturned(chatId: 0, message: "test", errorCode: "InvalidChatId")
Eclipse.Application.Tests.Telegram.TelegramServiceTests ‑ SetWebhook_WhenExceptionThrown_ThrnFailureResultReturned
Eclipse.Application.Tests.Telegram.TelegramServiceTests ‑ SetWebhook_WhenUrlNotValid_ThenFailureResultReturned(url: "           ")
Eclipse.Application.Tests.Telegram.TelegramServiceTests ‑ SetWebhook_WhenUrlNotValid_ThenFailureResultReturned(url: "")
Eclipse.Application.Tests.Telegram.TelegramServiceTests ‑ SetWebhook_WhenUrlNotValid_ThenFailureResultReturned(url: "//localhost:80")
Eclipse.Application.Tests.Telegram.TelegramServiceTests ‑ SetWebhook_WhenUrlNotValid_ThenFailureResultReturned(url: "/localhost")
Eclipse.Application.Tests.Telegram.TelegramServiceTests ‑ SetWebhook_WhenUrlNotValid_ThenFailureResultReturned(url: "123123123123")
Eclipse.Application.Tests.Telegram.TelegramServiceTests ‑ SetWebhook_WhenUrlNotValid_ThenFailureResultReturned(url: "http://localhost:80")
Eclipse.Application.Tests.Telegram.TelegramServiceTests ‑ SetWebhook_WhenUrlNotValid_ThenFailureResultReturned(url: "ws://localhost:80")
Eclipse.Application.Tests.Telegram.TelegramServiceTests ‑ SetWebhook_WhenUrlValid_ThenSuccessResultReturned
Eclipse.Application.Tests.TodoItems.TodoItemsServiceTests ‑ CreateAsync_WhenInputValidAndChatIdSpecified_ThenCreatedSuccessfully(text: "12340nnkjcasclk")
Eclipse.Application.Tests.TodoItems.TodoItemsServiceTests ‑ CreateAsync_WhenInputValidAndChatIdSpecified_ThenCreatedSuccessfully(text: "Some regular text! With __dif3r3nt &^% characters!"···)
Eclipse.Application.Tests.TodoItems.TodoItemsServiceTests ‑ CreateAsync_WhenInputValidAndChatIdSpecified_ThenCreatedSuccessfully(text: "Something in the way")
Eclipse.Application.Tests.TodoItems.TodoItemsServiceTests ‑ CreateAsync_WhenInputValidAndChatIdSpecified_ThenCreatedSuccessfully(text: "test")
Eclipse.Application.Tests.TodoItems.TodoItemsServiceTests ‑ CreateAsync_WhenInputValidAndChatIdSpecified_ThenCreatedSuccessfully(text: "testtesttesttesttesttesttesttesttesttesttesttestte"···)
Eclipse.Application.Tests.TodoItems.TodoItemsServiceTests ‑ CreateAsync_WhenInputValidAndIdSpecified_ThenCreatedSuccessfully(text: "12340nnkjcasclk")
Eclipse.Application.Tests.TodoItems.TodoItemsServiceTests ‑ CreateAsync_WhenInputValidAndIdSpecified_ThenCreatedSuccessfully(text: "Some regular text! With __dif3r3nt &^% characters!"···)
Eclipse.Application.Tests.TodoItems.TodoItemsServiceTests ‑ CreateAsync_WhenInputValidAndIdSpecified_ThenCreatedSuccessfully(text: "Something in the way")
Eclipse.Application.Tests.TodoItems.TodoItemsServiceTests ‑ CreateAsync_WhenInputValidAndIdSpecified_ThenCreatedSuccessfully(text: "test")
Eclipse.Application.Tests.TodoItems.TodoItemsServiceTests ‑ CreateAsync_WhenInputValidAndIdSpecified_ThenCreatedSuccessfully(text: "testtesttesttesttesttesttesttesttesttesttesttestte"···)
Eclipse.Application.Tests.TodoItems.TodoItemsServiceTests ‑ CreateAsync_WhenTextIsInvalidAndChatIdSpecified_ThenErrorReturned(text: "        ")
Eclipse.Application.Tests.TodoItems.TodoItemsServiceTests ‑ CreateAsync_WhenTextIsInvalidAndChatIdSpecified_ThenErrorReturned(text: "")
Eclipse.Application.Tests.TodoItems.TodoItemsServiceTests ‑ CreateAsync_WhenTextIsInvalidAndIdSpecified_ThenErrorReturned(text: "        ")
Eclipse.Application.Tests.TodoItems.TodoItemsServiceTests ‑ CreateAsync_WhenTextIsInvalidAndIdSpecified_ThenErrorReturned(text: "")
Eclipse.Application.Tests.TodoItems.TodoItemsServiceTests ‑ CreateAsync_WhenUserNotExistsAndChatIdSpecified_ThenFailureResultReturned
Eclipse.Application.Tests.TodoItems.TodoItemsServiceTests ‑ CreateAsync_WhenUserNotExistsAndIdSpecified_ThenFailureResultReturned
Eclipse.Application.Tests.TodoItems.TodoItemsServiceTests ‑ CreateAsync_WhenUserReachLimitOfItemsAndChatIdSpecified_ThenFailureResultReturned
Eclipse.Application.Tests.TodoItems.TodoItemsServiceTests ‑ CreateAsync_WhenUserReachLimitOfItemsAndIdSpecified_ThenFailureResultReturned
Eclipse.Application.Tests.TodoItems.TodoItemsServiceTests ‑ FinishItemAsync_WhenItemCanBeFinished_ThenSuccessfullyFinished
Eclipse.Application.Tests.TodoItems.TodoItemsServiceTests ‑ FinishItemAsync_WhenItemNotExists_ThenErrorReturned
Eclipse.Application.Tests.TodoItems.TodoItemsServiceTests ‑ FinishItemAsync_WhenUserNotExist_ThenErrorReturned
Eclipse.Application.Tests.TodoItems.TodoItemsServiceTests ‑ GetAsync_WhenTodoItemExists_ThenItReturned
Eclipse.Application.Tests.TodoItems.TodoItemsServiceTests ‑ GetAsync_WhenTodoItemNotFound_ThenErrorReturned
Eclipse.Application.Tests.TodoItems.TodoItemsServiceTests ‑ GetAsync_WhenUserNotExist_ThenErrorReturned
Eclipse.Application.Tests.TodoItems.TodoItemsServiceTests ‑ GetListAsync_WhenUserHasTodoItems_ThenAllItemsReturned(todoItemsCount: 1)
Eclipse.Application.Tests.TodoItems.TodoItemsServiceTests ‑ GetListAsync_WhenUserHasTodoItems_ThenAllItemsReturned(todoItemsCount: 3)
Eclipse.Application.Tests.TodoItems.TodoItemsServiceTests ‑ GetListAsync_WhenUserHasTodoItems_ThenAllItemsReturned(todoItemsCount: 6)
Eclipse.Application.Tests.TodoItems.TodoItemsServiceTests ‑ GetListAsync_WhenUserNotExist_ThenErrorReturned
Eclipse.Application.Tests.Users.UserCreateUpdateServiceTests ‑ CreateAsync_WhenFailedToInsertNewUser_ThenErrorReturned
Eclipse.Application.Tests.Users.UserCreateUpdateServiceTests ‑ CreateAsync_WhenUserHasNoUserName_ThenCreatedSuccessfully
Eclipse.Application.Tests.Users.UserCreateUpdateServiceTests ‑ UpdateAsync_WhenModelIsInvalid_ThenErrorResultReturned(name: "", userName: "", arg: "Name")
Eclipse.Application.Tests.Users.UserCreateUpdateServiceTests ‑ UpdateAsync_WhenModelIsInvalid_ThenErrorResultReturned(name: "", userName: "UserName", arg: "Name")
Eclipse.Application.Tests.Users.UserCreateUpdateServiceTests ‑ UpdateAsync_WhenModelIsInvalid_ThenErrorResultReturned(name: "Name", userName: "", arg: "UserName")
Eclipse.Application.Tests.Users.UserCreateUpdateServiceTests ‑ UpdateAsync_WhenModelIsValid_ThenUpdatedSuccessfully(model: UserUpdateDto { Culture = "en", Name = "John", NotificationsEnabled = True, Surname = "Doe", UserName = "JohnDoe" })
Eclipse.Application.Tests.Users.UserCreateUpdateServiceTests ‑ UpdateAsync_WhenModelIsValid_ThenUpdatedSuccessfully(model: UserUpdateDto { Culture = "en", Name = "new_name", NotificationsEnabled = True, Surname = "new_surname", UserName = "new_username" })
Eclipse.Application.Tests.Users.UserCreateUpdateServiceTests ‑ UpdateAsync_WhenModelIsValid_ThenUpdatedSuccessfully(model: UserUpdateDto { Culture = "uk", Name = "Billy", NotificationsEnabled = False, Surname = "Jean", UserName = "IsNot_MyLover" })
Eclipse.Application.Tests.Users.UserCreateUpdateServiceTests ‑ UpdateAsync_WhenUserNameChanged_ThenUserUpdated
Eclipse.Application.Tests.Users.UserCreateUpdateServiceTests ‑ UpdateAsync_WhenUserNameIsUsed_ThenErrorReturned
Eclipse.Application.Tests.Users.UserCreateUpdateServiceTests ‑ UpdateAsync_WhenUserWithSpecifiedIdNotExist_ThenExceptionThrown
Eclipse.Application.Tests.Users.UserCreateUpdateServiceTests ‑ UpdatePartialAsync_WhenDataSpecifiedButChangedSetFalse_ThenPropertyNotUpdated(model: UserPartialUpdateDto { Culture = "uk", CultureChanged = False, Gmt = 00:00, GmtChanged = False, Name = null, ··· })
Eclipse.Application.Tests.Users.UserCreateUpdateServiceTests ‑ UpdatePartialAsync_WhenDataSpecifiedButChangedSetFalse_ThenPropertyNotUpdated(model: UserPartialUpdateDto { Culture = null, CultureChanged = False, Gmt = 00:00, GmtChanged = False, Name = "Test", ··· })
Eclipse.Application.Tests.Users.UserCreateUpdateServiceTests ‑ UpdatePartialAsync_WhenDataSpecifiedButChangedSetFalse_ThenPropertyNotUpdated(model: UserPartialUpdateDto { Culture = null, CultureChanged = False, Gmt = 00:00, GmtChanged = False, Name = null, ··· })
Eclipse.Application.Tests.Users.UserCreateUpdateServiceTests ‑ UpdatePartialAsync_WhenInvalid_ThenErrorReturned(model: UserPartialUpdateDto { Culture = null, CultureChanged = False, Gmt = 00:00, GmtChanged = False, Name = "NewName", ··· }, arg: "UserName")
Eclipse.Application.Tests.Users.UserCreateUpdateServiceTests ‑ UpdatePartialAsync_WhenInvalid_ThenErrorReturned(model: UserPartialUpdateDto { Culture = null, CultureChanged = False, Gmt = 00:00, GmtChanged = False, Name = null, ··· }, arg: "Name")
Eclipse.Application.Tests.Users.UserCreateUpdateServiceTests ‑ UpdatePartialAsync_WhenModelValid_ThenUpdatedSuccessfully(model: UserPartialUpdateDto { Culture = "en", CultureChanged = True, Gmt = 00:00, GmtChanged = False, Name = null, ··· })
Eclipse.Application.Tests.Users.UserCreateUpdateServiceTests ‑ UpdatePartialAsync_WhenModelValid_ThenUpdatedSuccessfully(model: UserPartialUpdateDto { Culture = null, CultureChanged = False, Gmt = 00:00, GmtChanged = False, Name = "Name", ··· })
Eclipse.Application.Tests.Users.UserCreateUpdateServiceTests ‑ UpdatePartialAsync_WhenModelValid_ThenUpdatedSuccessfully(model: UserPartialUpdateDto { Culture = null, CultureChanged = False, Gmt = 00:00, GmtChanged = False, Name = "NewName", ··· })
Eclipse.Application.Tests.Users.UserCreateUpdateServiceTests ‑ UpdatePartialAsync_WhenModelValid_ThenUpdatedSuccessfully(model: UserPartialUpdateDto { Culture = null, CultureChanged = False, Gmt = 00:00, GmtChanged = False, Name = null, ··· })
Eclipse.Application.Tests.Users.UserCreateUpdateServiceTests ‑ UpdatePartialAsync_WhenTimeIsValid_ThenUpdatedSuccessfully(time: -4)
Eclipse.Application.Tests.Users.UserCreateUpdateServiceTests ‑ UpdatePartialAsync_WhenTimeIsValid_ThenUpdatedSuccessfully(time: 11)
Eclipse.Application.Tests.Users.UserCreateUpdateServiceTests ‑ UpdatePartialAsync_WhenTimeIsValid_ThenUpdatedSuccessfully(time: 4)
Eclipse.Application.Tests.Users.UserReadServiceTests ‑ GetAllAsync_WhenUsersExists_ThenProperDataReturned
Eclipse.Application.Tests.Users.UserReadServiceTests ‑ GetByIdAsync_WhenUserWithGivenIdNotExist_ThenFailureResultReturned
Eclipse.Common.Tests.Extensions.DateTimeExtensionsTests ‑ GetTime_WhenCalled_ThenProperTimeOnlyReturned(hour: 0, minutes: 0)
Eclipse.Common.Tests.Extensions.DateTimeExtensionsTests ‑ GetTime_WhenCalled_ThenProperTimeOnlyReturned(hour: 0, minutes: 1)
Eclipse.Common.Tests.Extensions.DateTimeExtensionsTests ‑ GetTime_WhenCalled_ThenProperTimeOnlyReturned(hour: 12, minutes: 0)
Eclipse.Common.Tests.Extensions.DateTimeExtensionsTests ‑ GetTime_WhenCalled_ThenProperTimeOnlyReturned(hour: 23, minutes: 59)
Eclipse.Common.Tests.Extensions.DateTimeExtensionsTests ‑ NextDayOfWeek_WhenCalled_ThenProperDateTimeReturned(year: 2024, month: 12, day: 30, dayOfWeek: Monday, includeCurrentDate: False, expectedYear: 2025, expectedMonth: 1, expectedDay: 6)
Eclipse.Common.Tests.Extensions.DateTimeExtensionsTests ‑ NextDayOfWeek_WhenCalled_ThenProperDateTimeReturned(year: 2024, month: 12, day: 30, dayOfWeek: Wednesday, includeCurrentDate: True, expectedYear: 2025, expectedMonth: 1, expectedDay: 1)
Eclipse.Common.Tests.Extensions.DateTimeExtensionsTests ‑ NextDayOfWeek_WhenCalled_ThenProperDateTimeReturned(year: 2024, month: 9, day: 22, dayOfWeek: Sunday, includeCurrentDate: False, expectedYear: 2024, expectedMonth: 9, expectedDay: 29)
Eclipse.Common.Tests.Extensions.DateTimeExtensionsTests ‑ NextDayOfWeek_WhenCalled_ThenProperDateTimeReturned(year: 2024, month: 9, day: 28, dayOfWeek: Monday, includeCurrentDate: True, expectedYear: 2024, expectedMonth: 9, expectedDay: 30)
Eclipse.Common.Tests.Extensions.DateTimeExtensionsTests ‑ NextDayOfWeek_WhenCalled_ThenProperDateTimeReturned(year: 2024, month: 9, day: 28, dayOfWeek: Sunday, includeCurrentDate: True, expectedYear: 2024, expectedMonth: 9, expectedDay: 29)
Eclipse.Common.Tests.Extensions.DateTimeExtensionsTests ‑ NextDayOfWeek_WhenCalled_ThenProperDateTimeReturned(year: 2024, month: 9, day: 28, dayOfWeek: Tuesday, includeCurrentDate: True, expectedYear: 2024, expectedMonth: 10, expectedDay: 1)
Eclipse.Common.Tests.Extensions.DateTimeExtensionsTests ‑ NextDayOfWeek_WhenCalled_ThenProperDateTimeReturned(year: 2024, month: 9, day: 29, dayOfWeek: Sunday, includeCurrentDate: False, expectedYear: 2024, expectedMonth: 10, expectedDay: 6)
Eclipse.Common.Tests.Extensions.DateTimeExtensionsTests ‑ NextMonth_WhenCalled_ThenFirstDayOfNextMonthReturned(now: 2024-09-30T23:59:59.0000000, expected: 2024-10-01T00:00:00.0000000)
Eclipse.Common.Tests.Extensions.DateTimeExtensionsTests ‑ NextMonth_WhenCalled_ThenFirstDayOfNextMonthReturned(now: 2024-12-30T00:00:00.0000000, expected: 2025-01-01T00:00:00.0000000)
Eclipse.Common.Tests.Extensions.DateTimeExtensionsTests ‑ PreviousDayOfWeek_WhenCalled_ThenProperDateTimeReturned(year: 2024, month: 10, day: 3, dayOfWeek: Friday, includeCurrentDate: True, expectedYear: 2024, expectedMonth: 9, expectedDay: 27)
Eclipse.Common.Tests.Extensions.DateTimeExtensionsTests ‑ PreviousDayOfWeek_WhenCalled_ThenProperDateTimeReturned(year: 2024, month: 10, day: 7, dayOfWeek: Monday, includeCurrentDate: False, expectedYear: 2024, expectedMonth: 9, expectedDay: 30)
Eclipse.Common.Tests.Extensions.DateTimeExtensionsTests ‑ PreviousDayOfWeek_WhenCalled_ThenProperDateTimeReturned(year: 2024, month: 9, day: 28, dayOfWeek: Monday, includeCurrentDate: True, expectedYear: 2024, expectedMonth: 9, expectedDay: 23)
Eclipse.Common.Tests.Extensions.DateTimeExtensionsTests ‑ PreviousDayOfWeek_WhenCalled_ThenProperDateTimeReturned(year: 2024, month: 9, day: 29, dayOfWeek: Sunday, includeCurrentDate: False, expectedYear: 2024, expectedMonth: 9, expectedDay: 22)
Eclipse.Common.Tests.Extensions.DateTimeExtensionsTests ‑ PreviousDayOfWeek_WhenCalled_ThenProperDateTimeReturned(year: 2024, month: 9, day: 29, dayOfWeek: Sunday, includeCurrentDate: True, expectedYear: 2024, expectedMonth: 9, expectedDay: 29)
Eclipse.Common.Tests.Extensions.DateTimeExtensionsTests ‑ PreviousDayOfWeek_WhenCalled_ThenProperDateTimeReturned(year: 2025, month: 1, day: 1, dayOfWeek: Wednesday, includeCurrentDate: False, expectedYear: 2024, expectedMonth: 12, expectedDay: 25)
Eclipse.Common.Tests.Extensions.DateTimeExtensionsTests ‑ PreviousDayOfWeek_WhenCalled_ThenProperDateTimeReturned(year: 2025, month: 1, day: 2, dayOfWeek: Saturday, includeCurrentDate: True, expectedYear: 2024, expectedMonth: 12, expectedDay: 28)
Eclipse.Common.Tests.Extensions.DateTimeExtensionsTests ‑ WithTime_WhenSpecified_ThenReturnDateTimeWithCurrentDateAndPasswedTime(hour: 0, minutes: 0)
Eclipse.Common.Tests.Extensions.DateTimeExtensionsTests ‑ WithTime_WhenSpecified_ThenReturnDateTimeWithCurrentDateAndPasswedTime(hour: 0, minutes: 1)
Eclipse.Common.Tests.Extensions.DateTimeExtensionsTests ‑ WithTime_WhenSpecified_ThenReturnDateTimeWithCurrentDateAndPasswedTime(hour: 12, minutes: 0)
Eclipse.Common.Tests.Extensions.DateTimeExtensionsTests ‑ WithTime_WhenSpecified_ThenReturnDateTimeWithCurrentDateAndPasswedTime(hour: 13, minutes: 23)
Eclipse.Common.Tests.Extensions.DateTimeExtensionsTests ‑ WithTime_WhenSpecified_ThenReturnDateTimeWithCurrentDateAndPasswedTime(hour: 23, minutes: 59)
Eclipse.Common.Tests.Extensions.GuidExtensionsTests ‑ IsEmpty_WhenCalled_ThenProperResultReturned(guid: "00000000-0000-0000-0000-000000000000", expected: True)
Eclipse.Common.Tests.Extensions.GuidExtensionsTests ‑ IsEmpty_WhenCalled_ThenProperResultReturned(guid: "6bbdc92f-3fea-4e00-9cb3-7b09df9864c7", expected: False)
Eclipse.Common.Tests.Extensions.GuidExtensionsTests ‑ IsEmpty_WhenCalled_ThenProperResultReturned(guid: "bf9c469b-980d-4349-8283-24aaf121c459", expected: False)
Eclipse.Common.Tests.Extensions.GuidExtensionsTests ‑ IsEmpty_WhenCalled_ThenProperResultReturned(guid: "e0f36e9c-c7f0-442d-a19d-ea1103e72dc7", expected: False)
Eclipse.Common.Tests.Extensions.ObjectExtensionsTests ‑ ToBool_WhenCalled_ThenProperResultReturned(value: "true", expected: True)
Eclipse.Common.Tests.Extensions.ObjectExtensionsTests ‑ ToBool_WhenCalled_ThenProperResultReturned(value: False, expected: False)
Eclipse.Common.Tests.Extensions.ObjectExtensionsTests ‑ ToBool_WhenCalled_ThenProperResultReturned(value: True, expected: True)
Eclipse.Common.Tests.Extensions.ObjectExtensionsTests ‑ ToBool_WhenCalled_ThenProperResultReturned(value: null, expected: False)
Eclipse.Common.Tests.Extensions.ObjectExtensionsTests ‑ ToDateTime_WhenCalled_ThenProperResultReturned(value: "09/09/2024 00:00:00", expected: 2024-09-09T00:00:00.0000000)
Eclipse.Common.Tests.Extensions.ObjectExtensionsTests ‑ ToDateTime_WhenCalled_ThenProperResultReturned(value: 2024-10-01T00:00:00.0000000, expected: 2024-10-01T00:00:00.0000000)
Eclipse.Common.Tests.Extensions.ObjectExtensionsTests ‑ ToDateTime_WhenCalled_ThenProperResultReturned(value: null, expected: null)
Eclipse.Common.Tests.Extensions.ObjectExtensionsTests ‑ ToGuid_WhenCalled_ThenProperResultReturned(value: "00000000-0000-0000-0000-000000000000", expected: "00000000-0000-0000-0000-000000000000")
Eclipse.Common.Tests.Extensions.ObjectExtensionsTests ‑ ToGuid_WhenCalled_ThenProperResultReturned(value: "e0f36e9c-c7f0-442d-a19d-ea1103e72dc7", expected: "e0f36e9c-c7f0-442d-a19d-ea1103e72dc7")
Eclipse.Common.Tests.Extensions.ObjectExtensionsTests ‑ ToGuid_WhenCalled_ThenProperResultReturned(value: "invalid guid", expected: "00000000-0000-0000-0000-000000000000")
Eclipse.Common.Tests.Extensions.ObjectExtensionsTests ‑ ToGuid_WhenCalled_ThenProperResultReturned(value: null, expected: "00000000-0000-0000-0000-000000000000")
Eclipse.Common.Tests.Extensions.ObjectExtensionsTests ‑ ToLong_WhenCalled_ThenProperResultReturned(value: "something invalid", expected: 0)
Eclipse.Common.Tests.Extensions.ObjectExtensionsTests ‑ ToLong_WhenCalled_ThenProperResultReturned(value: -123931, expected: -123931)
Eclipse.Common.Tests.Extensions.ObjectExtensionsTests ‑ ToLong_WhenCalled_ThenProperResultReturned(value: 0, expected: 0)
Eclipse.Common.Tests.Extensions.ObjectExtensionsTests ‑ ToLong_WhenCalled_ThenProperResultReturned(value: 1, expected: 1)
Eclipse.Common.Tests.Extensions.ObjectExtensionsTests ‑ ToLong_WhenCalled_ThenProperResultReturned(value: null, expected: 0)
Eclipse.Common.Tests.Extensions.StringExtensionsTests ‑ EnshureEndsWith_WhenCalledWithChar_ThenReturnStringWithExpectedEnding(value: "", endsWith: '1', expected: "1")
Eclipse.Common.Tests.Extensions.StringExtensionsTests ‑ EnshureEndsWith_WhenCalledWithChar_ThenReturnStringWithExpectedEnding(value: "test", endsWith: '1', expected: "test1")
Eclipse.Common.Tests.Extensions.StringExtensionsTests ‑ EnshureEndsWith_WhenCalledWithChar_ThenReturnStringWithExpectedEnding(value: "test1", endsWith: '1', expected: "test1")
Eclipse.Common.Tests.Extensions.StringExtensionsTests ‑ EnshureEndsWith_WhenCalled_ThenReturnStringWithExpectedEnding(value: "", endsWith: "123", expected: "123")
Eclipse.Common.Tests.Extensions.StringExtensionsTests ‑ EnshureEndsWith_WhenCalled_ThenReturnStringWithExpectedEnding(value: "test", endsWith: "123", expected: "test123")
Eclipse.Common.Tests.Extensions.StringExtensionsTests ‑ EnshureEndsWith_WhenCalled_ThenReturnStringWithExpectedEnding(value: "test1", endsWith: "123", expected: "test1123")
Eclipse.Common.Tests.Extensions.StringExtensionsTests ‑ Join_WhenCalled_ThenJoinStringsWithSpecifiedSeparator(values: ["x", "y", "z"], separator: ", ", expected: "x, y, z")
Eclipse.Common.Tests.Extensions.StringExtensionsTests ‑ Join_WhenCalled_ThenJoinStringsWithSpecifiedSeparator(values: ["x", "y", "z"], separator: "-", expected: "x-y-z")
Eclipse.Common.Tests.Extensions.StringExtensionsTests ‑ Join_WhenCalled_ThenJoinStringsWithSpecifiedSeparator(values: [], separator: ", ", expected: "")
Eclipse.Common.Tests.Extensions.StringExtensionsTests ‑ TryParseAsTimeOnly_WhenFormatInvalid_ThenDefaultValueReturned(str: "00.01")
Eclipse.Common.Tests.Extensions.StringExtensionsTests ‑ TryParseAsTimeOnly_WhenFormatInvalid_ThenDefaultValueReturned(str: "00:qwe")
Eclipse.Common.Tests.Extensions.StringExtensionsTests ‑ TryParseAsTimeOnly_WhenFormatInvalid_ThenDefaultValueReturned(str: "17:hh")
Eclipse.Common.Tests.Extensions.StringExtensionsTests ‑ TryParseAsTimeOnly_WhenFormatInvalid_ThenDefaultValueReturned(str: "222:333")
Eclipse.Common.Tests.Extensions.StringExtensionsTests ‑ TryParseAsTimeOnly_WhenValueCanBeParsed_ThenValidTimeOnlyResultReturned(str: "00:01", hours: 0, minutes: 1)
Eclipse.Common.Tests.Extensions.StringExtensionsTests ‑ TryParseAsTimeOnly_WhenValueCanBeParsed_ThenValidTimeOnlyResultReturned(str: "12:00", hours: 12, minutes: 0)
Eclipse.Common.Tests.Extensions.StringExtensionsTests ‑ TryParseAsTimeOnly_WhenValueCanBeParsed_ThenValidTimeOnlyResultReturned(str: "17:45", hours: 17, minutes: 45)
Eclipse.Common.Tests.Extensions.StringExtensionsTests ‑ TryParseAsTimeOnly_WhenValueCanBeParsed_ThenValidTimeOnlyResultReturned(str: "23:59", hours: 23, minutes: 59)
Eclipse.Common.Tests.Pagination.PaginationListTests ‑ ToPaginatedList_WhenCalledWithInvalidArgs_ThenArgumentExceptionThrown(page: -1, pageSize: -1)
Eclipse.Common.Tests.Pagination.PaginationListTests ‑ ToPaginatedList_WhenCalledWithInvalidArgs_ThenArgumentExceptionThrown(page: -1, pageSize: 0)
Eclipse.Common.Tests.Pagination.PaginationListTests ‑ ToPaginatedList_WhenCalledWithInvalidArgs_ThenArgumentExceptionThrown(page: 0, pageSize: 0)
Eclipse.Common.Tests.Pagination.PaginationListTests ‑ ToPaginatedList_WhenCalledWithInvalidArgs_ThenArgumentExceptionThrown(page: 0, pageSize: 10)
Eclipse.Common.Tests.Pagination.PaginationListTests ‑ ToPaginatedList_WhenCalledWithInvalidArgs_ThenArgumentExceptionThrown(page: 1, pageSize: 0)
Eclipse.Common.Tests.Pagination.PaginationListTests ‑ ToPaginatedList_WhenCreatedWithProperValues_ThenDataPresentInListIsValid(totalCount: 10, page: 1, pageSize: 5, count: 5, pagesCount: 2, lessThan: 5, geaterThan: -1)
Eclipse.Common.Tests.Pagination.PaginationListTests ‑ ToPaginatedList_WhenCreatedWithProperValues_ThenDataPresentInListIsValid(totalCount: 105, page: 2, pageSize: 10, count: 10, pagesCount: 11, lessThan: 20, geaterThan: 9)
Eclipse.Common.Tests.Pagination.PaginationListTests ‑ ToPaginatedList_WhenCreatedWithProperValues_ThenDataPresentInListIsValid(totalCount: 17, page: 3, pageSize: 5, count: 5, pagesCount: 4, lessThan: 15, geaterThan: 9)
Eclipse.Common.Tests.Pagination.PaginationListTests ‑ ToPaginatedList_WhenCreatedWithProperValues_ThenDataPresentInListIsValid(totalCount: 22, page: 2, pageSize: 15, count: 7, pagesCount: 2, lessThan: 22, geaterThan: 14)
Eclipse.Common.Tests.Specifications.AndNotSpecificationTests ‑ AndNot_WhenApplied_ThenBathSpecificationsAppliedProperly
Eclipse.Common.Tests.Specifications.AndSpecificationTests ‑ AndSpecification_WhenApplied_ThenBothSpecificationMustMatch
Eclipse.Common.Tests.Specifications.OrSpecificationTests ‑ OrSpecification_WhenApplied_ThenEitherLeft_OrRightSpecificationMustMatch
Eclipse.Core.Tests.CurrentTelegramUserTests ‑ GetCurrentUser_WhenUserSet_THenProperDataReturned
Eclipse.Core.Tests.PipelineBaseTests ‑ FinishPipeline_WhenThreeStepsRegisteredAndPipelineForcedToFinishInSecondStep_ThenOnlyTwoStepsProcceded
Eclipse.Core.Tests.PipelineBaseTests ‑ RunNext_WhenPipelineDecorated_ThenDecorationProcceded
Eclipse.Core.Tests.PipelineBaseTests ‑ RunNext_WhenPipelineHasMultipleDecorations_ThenAllDecorationsProcceded
Eclipse.Core.Tests.PipelineBaseTests ‑ RunNext_WhenTwoStepsRegistered_ThenTwoStepsCanBeProcessed
Eclipse.Core.Tests.PipelineProviderTests ‑ Get_WhenPipelineCanBeRetrieved_ThenPipelineReturned
Eclipse.Core.Tests.PipelineProviderTests ‑ Get_WhenPipelineCannotBeRetrieved_ThenNotFoundPipelineReturnes
Eclipse.Core.Tests.PipelineProviderTests ‑ Get_WhenPipelineHasValidationAttribute_AndValidationFailes_ThenAccessDeniedPipelineReturned
Eclipse.Core.Tests.PipelineProviderTests ‑ Get_WhenPipelineHasValidationAttribute_AndValidationPasses_ThenPipelineReturned
Eclipse.Core.Tests.PipelineProviderTests ‑ Get_WhenRouteIsNull_ThenNotFoundPipelineReturned
Eclipse.Core.Tests.PipelineProviderTests ‑ Get_WhenSpecifiedByCommand_ThenPipelineReturned
Eclipse.Domain.Tests.Reminders.ReminderNotifyAtSpecificationTests ‑ IsSatisfied_WhenSpecified_ThenFiltersDataProperly
Eclipse.Domain.Tests.Users.UserManagerTests ‑ CreateAsync_WhenModelValid_ThenCreatedUserReturned(name: "Jane", surname: "Doe", userName: "", chatId: 2)
Eclipse.Domain.Tests.Users.UserManagerTests ‑ CreateAsync_WhenModelValid_ThenCreatedUserReturned(name: "John", surname: "Doe", userName: "john.doe", chatId: 2)
Eclipse.Domain.Tests.Users.UserManagerTests ‑ CreateAsync_WhenModelValid_ThenCreatedUserReturned(name: "Name", surname: "Surname", userName: "UserName", chatId: 1)
Eclipse.Domain.Tests.Users.UserManagerTests ‑ CreateAsync_WhenUserWithSameChatIdExists_ThenFailureResultReturned
Eclipse.Domain.Tests.Users.UserTests ‑ AddReminder_WhenReminderCreated_ThenValidDataReturned_AndAddedToCollection
Eclipse.Domain.Tests.Users.UserTests ‑ AddTodoItem_WhenDataInvalid_ThenFailureResultReturned(text: "     ", errorCode: "Empty")
Eclipse.Domain.Tests.Users.UserTests ‑ AddTodoItem_WhenDataInvalid_ThenFailureResultReturned(text: "", errorCode: "Empty")
Eclipse.Domain.Tests.Users.UserTests ‑ AddTodoItem_WhenDataInvalid_ThenFailureResultReturned(text: "testtesttesttesttesttesttesttesttesttesttesttestte"···, errorCode: "MaxLength")
Eclipse.Domain.Tests.Users.UserTests ‑ AddTodoItem_WhenDataInvalid_ThenFailureResultReturned(text: null, errorCode: "Empty")
Eclipse.Domain.Tests.Users.UserTests ‑ AddTodoItem_WhenTextValid_ThenTodoItemCreated(text: "Some regular text! With __dif3r3nt &^% characters!"···)
Eclipse.Domain.Tests.Users.UserTests ‑ AddTodoItem_WhenTextValid_ThenTodoItemCreated(text: "t")
Eclipse.Domain.Tests.Users.UserTests ‑ AddTodoItem_WhenTextValid_ThenTodoItemCreated(text: "testtesttesttesttesttesttesttesttesttesttesttestte"···)
Eclipse.Domain.Tests.Users.UserTests ‑ CreateMoodRecord_WhenCreated_ThenProperValuesSet(state: Bad)
Eclipse.Domain.Tests.Users.UserTests ‑ CreateMoodRecord_WhenCreated_ThenProperValuesSet(state: Good)
Eclipse.Domain.Tests.Users.UserTests ‑ Create_WhenNewRegisteredSetAsFalse_ThenNoDomainEventRaised
Eclipse.Domain.Tests.Users.UserTests ‑ Create_WhenNewRegisteredSetAsTrue_ThenNewUserJoinedDomainEventRaised
Eclipse.Domain.Tests.Users.UserTests ‑ FinishItem_WhenItemExists_ThenItemRemovedFromCollection
Eclipse.Domain.Tests.Users.UserTests ‑ FinishItem_WhenItemWithSpecifiedIdNotExists_ThenFailureResultReturned
Eclipse.Domain.Tests.Users.UserTests ‑ IsValidSignInCode_WhenCodeIsExpired_ThenReturnsFalse
Eclipse.Domain.Tests.Users.UserTests ‑ IsValidSignInCode_WhenCodeIsValid_ThenReturnsTrue
Eclipse.Domain.Tests.Users.UserTests ‑ IsValidSignInCode_WhenCodeWasNotSet_THenReturnsFalse(code: "")
Eclipse.Domain.Tests.Users.UserTests ‑ IsValidSignInCode_WhenCodeWasNotSet_THenReturnsFalse(code: "1234567")
Eclipse.Domain.Tests.Users.UserTests ‑ IsValidSignInCode_WhenCodeWasNotSet_THenReturnsFalse(code: "qwerty")
Eclipse.Domain.Tests.Users.UserTests ‑ IsValidSignInCode_WhenCodeWasNotSet_THenReturnsFalse(code: null)
Eclipse.Domain.Tests.Users.UserTests ‑ IsValidSignInCode_WhenValuesAreInvalid_ThenReturnsFalse(code: "")
Eclipse.Domain.Tests.Users.UserTests ‑ IsValidSignInCode_WhenValuesAreInvalid_ThenReturnsFalse(code: "1234567")
Eclipse.Domain.Tests.Users.UserTests ‑ IsValidSignInCode_WhenValuesAreInvalid_ThenReturnsFalse(code: "qwerty")
Eclipse.Domain.Tests.Users.UserTests ‑ IsValidSignInCode_WhenValuesAreInvalid_ThenReturnsFalse(code: null)
Eclipse.Domain.Tests.Users.UserTests ‑ RemoveRemindersForTime_WhenUserHasReminder_ThenReminderRemoved
Eclipse.Domain.Tests.Users.UserTests ‑ SetGmt_WhenLocalTimeSpecified_ThenProperCalculationAccordingToUtcSet(gmt: -1)
Eclipse.Domain.Tests.Users.UserTests ‑ SetGmt_WhenLocalTimeSpecified_ThenProperCalculationAccordingToUtcSet(gmt: -10)
Eclipse.Domain.Tests.Users.UserTests ‑ SetGmt_WhenLocalTimeSpecified_ThenProperCalculationAccordingToUtcSet(gmt: -11)
Eclipse.Domain.Tests.Users.UserTests ‑ SetGmt_WhenLocalTimeSpecified_ThenProperCalculationAccordingToUtcSet(gmt: -2)
Eclipse.Domain.Tests.Users.UserTests ‑ SetGmt_WhenLocalTimeSpecified_ThenProperCalculationAccordingToUtcSet(gmt: -3)
Eclipse.Domain.Tests.Users.UserTests ‑ SetGmt_WhenLocalTimeSpecified_ThenProperCalculationAccordingToUtcSet(gmt: -4)
Eclipse.Domain.Tests.Users.UserTests ‑ SetGmt_WhenLocalTimeSpecified_ThenProperCalculationAccordingToUtcSet(gmt: -5)
Eclipse.Domain.Tests.Users.UserTests ‑ SetGmt_WhenLocalTimeSpecified_ThenProperCalculationAccordingToUtcSet(gmt: -6)
Eclipse.Domain.Tests.Users.UserTests ‑ SetGmt_WhenLocalTimeSpecified_ThenProperCalculationAccordingToUtcSet(gmt: -7)
Eclipse.Domain.Tests.Users.UserTests ‑ SetGmt_WhenLocalTimeSpecified_ThenProperCalculationAccordingToUtcSet(gmt: -8)
Eclipse.Domain.Tests.Users.UserTests ‑ SetGmt_WhenLocalTimeSpecified_ThenProperCalculationAccordingToUtcSet(gmt: -9)
Eclipse.Domain.Tests.Users.UserTests ‑ SetGmt_WhenLocalTimeSpecified_ThenProperCalculationAccordingToUtcSet(gmt: 0)
Eclipse.Domain.Tests.Users.UserTests ‑ SetGmt_WhenLocalTimeSpecified_ThenProperCalculationAccordingToUtcSet(gmt: 1)
Eclipse.Domain.Tests.Users.UserTests ‑ SetGmt_WhenLocalTimeSpecified_ThenProperCalculationAccordingToUtcSet(gmt: 10)
Eclipse.Domain.Tests.Users.UserTests ‑ SetGmt_WhenLocalTimeSpecified_ThenProperCalculationAccordingToUtcSet(gmt: 11)
Eclipse.Domain.Tests.Users.UserTests ‑ SetGmt_WhenLocalTimeSpecified_ThenProperCalculationAccordingToUtcSet(gmt: 12)
Eclipse.Domain.Tests.Users.UserTests ‑ SetGmt_WhenLocalTimeSpecified_ThenProperCalculationAccordingToUtcSet(gmt: 2)
Eclipse.Domain.Tests.Users.UserTests ‑ SetGmt_WhenLocalTimeSpecified_ThenProperCalculationAccordingToUtcSet(gmt: 3)
Eclipse.Domain.Tests.Users.UserTests ‑ SetGmt_WhenLocalTimeSpecified_ThenProperCalculationAccordingToUtcSet(gmt: 4)
Eclipse.Domain.Tests.Users.UserTests ‑ SetGmt_WhenLocalTimeSpecified_ThenProperCalculationAccordingToUtcSet(gmt: 5)
Eclipse.Domain.Tests.Users.UserTests ‑ SetGmt_WhenLocalTimeSpecified_ThenProperCalculationAccordingToUtcSet(gmt: 6)
Eclipse.Domain.Tests.Users.UserTests ‑ SetGmt_WhenLocalTimeSpecified_ThenProperCalculationAccordingToUtcSet(gmt: 7)
Eclipse.Domain.Tests.Users.UserTests ‑ SetGmt_WhenLocalTimeSpecified_ThenProperCalculationAccordingToUtcSet(gmt: 8)
Eclipse.Domain.Tests.Users.UserTests ‑ SetGmt_WhenLocalTimeSpecified_ThenProperCalculationAccordingToUtcSet(gmt: 9)
Eclipse.Domain.Tests.Users.UserTests ‑ SetSignInCode_WhenCalledMultipleTImes_ThenNotSetNewCodeUntilPreviousExpires
Eclipse.Domain.Tests.Users.UserTests ‑ SetSignInCode_WhenCalled_ThenNewCodeSet
Eclipse.Domain.Tests.Users.UserTests ‑ SetSignInCode_WhenPreviousCodeIsExpired_ThenSetsNewCode
Eclipse.Localization.Tests.CurrentCultureTests ‑ UsingCulture_WhenSpecified_ThenLocalizerUsesSpecificCultureInScope(key: "ExceptionMessage", culture: "uk", expectedWithDefault: "Exception {0}", expectedWithUsing: "Помилка {0}")
Eclipse.Localization.Tests.CurrentCultureTests ‑ UsingCulture_WhenSpecified_ThenLocalizerUsesSpecificCultureInScope(key: "Test", culture: "uk", expectedWithDefault: "Test", expectedWithUsing: "Тест")
Eclipse.Localization.Tests.CurrentCultureTests ‑ UsingCulture_WhenSpecified_ThenLocalizerUsesSpecificCultureInScope(key: "Test1", culture: "uk", expectedWithDefault: "Test 1", expectedWithUsing: "Тест 1")
Eclipse.Localization.Tests.CurrentCultureTests ‑ UsingCulture_WhenSpecified_ThenLocalizerUsesSpecificCultureInScope(key: "Test2", culture: "uk", expectedWithDefault: "Test 2", expectedWithUsing: "Тест 2")
Eclipse.Localization.Tests.ExtensionTests ‑ ToLocalizableString_WhenDifferentValuesWithSameKey_ThenSameKeyReturned(left: "Test 1", right: "Тест 1")
Eclipse.Localization.Tests.ExtensionTests ‑ ToLocalizableString_WhenDifferentValuesWithSameKey_ThenSameKeyReturned(left: "Test 2", right: "Тест 2")
Eclipse.Localization.Tests.ExtensionTests ‑ ToLocalizableString_WhenDifferentValuesWithSameKey_ThenSameKeyReturned(left: "Test", right: "Тест")
Eclipse.Localization.Tests.ExtensionTests ‑ ToLocalizableString_WhenLocalizationNotExist_ThenExceptionThrown(value: "!@#5569-=-03123")
Eclipse.Localization.Tests.ExtensionTests ‑ ToLocalizableString_WhenLocalizationNotExist_ThenExceptionThrown(value: "")
Eclipse.Localization.Tests.ExtensionTests ‑ ToLocalizableString_WhenLocalizationNotExist_ThenExceptionThrown(value: "Message with no information provided")
Eclipse.Localization.Tests.ExtensionTests ‑ ToLocalizableString_WhenLocalizationNotExist_ThenExceptionThrown(value: "Prüfen")
Eclipse.Localization.Tests.ExtensionTests ‑ ToLocalizableString_WhenValueValid_ThenReturnsKey(value: "Test 1", expectedKey: "Test1")
Eclipse.Localization.Tests.ExtensionTests ‑ ToLocalizableString_WhenValueValid_ThenReturnsKey(value: "Test 2", expectedKey: "Test2")
Eclipse.Localization.Tests.ExtensionTests ‑ ToLocalizableString_WhenValueValid_ThenReturnsKey(value: "Test", expectedKey: "Test")
Eclipse.Localization.Tests.ExtensionTests ‑ ToLocalizableString_WhenValueValid_ThenReturnsKey(value: "Тест 1", expectedKey: "Test1")
Eclipse.Localization.Tests.ExtensionTests ‑ ToLocalizableString_WhenValueValid_ThenReturnsKey(value: "Тест 2", expectedKey: "Test2")
Eclipse.Localization.Tests.ExtensionTests ‑ ToLocalizableString_WhenValueValid_ThenReturnsKey(value: "Тест", expectedKey: "Test")
Eclipse.Localization.Tests.ExtensionTests ‑ UseCurrentCulture_WhenCultureNotExist_ThenDefaultCultureUsed(key: "Test", culture: "de", expected: "Test")
Eclipse.Localization.Tests.ExtensionTests ‑ UseCurrentCulture_WhenCultureNotExist_ThenDefaultCultureUsed(key: "Test", culture: "fr", expected: "Test")
Eclipse.Localization.Tests.ExtensionTests ‑ UseCurrentCulture_WhenCultureSpecified_ThenUsesItForLocalization(culture: "en", key: "Message{0}", expectedValue: "Message {0}", resourceNotFound: False)
Eclipse.Localization.Tests.ExtensionTests ‑ UseCurrentCulture_WhenCultureSpecified_ThenUsesItForLocalization(culture: "en", key: "Test", expectedValue: "Test", resourceNotFound: False)
Eclipse.Localization.Tests.ExtensionTests ‑ UseCurrentCulture_WhenCultureSpecified_ThenUsesItForLocalization(culture: "en", key: "Test1", expectedValue: "Test 1", resourceNotFound: False)
Eclipse.Localization.Tests.ExtensionTests ‑ UseCurrentCulture_WhenCultureSpecified_ThenUsesItForLocalization(culture: "en", key: "Test2", expectedValue: "Test 2", resourceNotFound: False)
Eclipse.Localization.Tests.ExtensionTests ‑ UseCurrentCulture_WhenCultureSpecified_ThenUsesItForLocalization(culture: "uk", key: "Message{0}", expectedValue: "Повідомлення {0}", resourceNotFound: False)
Eclipse.Localization.Tests.ExtensionTests ‑ UseCurrentCulture_WhenCultureSpecified_ThenUsesItForLocalization(culture: "uk", key: "Test", expectedValue: "Тест", resourceNotFound: False)
Eclipse.Localization.Tests.ExtensionTests ‑ UseCurrentCulture_WhenCultureSpecified_ThenUsesItForLocalization(culture: "uk", key: "Test1", expectedValue: "Тест 1", resourceNotFound: False)
Eclipse.Localization.Tests.ExtensionTests ‑ UseCurrentCulture_WhenCultureSpecified_ThenUsesItForLocalization(culture: "uk", key: "Test2", expectedValue: "Тест 2", resourceNotFound: False)
Eclipse.Localization.Tests.JsonStringLocalizerFactoryTests ‑ Create_WhenLocalizerCreated_ThenItCanProperlyLocalizeStrings(culture: "en", key: "Test", expected: "Test", resourceNotFound: False)
Eclipse.Localization.Tests.JsonStringLocalizerFactoryTests ‑ Create_WhenLocalizerCreated_ThenItCanProperlyLocalizeStrings(culture: "en", key: "Test1", expected: "Test 1", resourceNotFound: False)
Eclipse.Localization.Tests.JsonStringLocalizerFactoryTests ‑ Create_WhenLocalizerCreated_ThenItCanProperlyLocalizeStrings(culture: "en", key: "Test2", expected: "Test 2", resourceNotFound: False)
Eclipse.Localization.Tests.JsonStringLocalizerFactoryTests ‑ Create_WhenLocalizerCreated_ThenItCanProperlyLocalizeStrings(culture: "uk", key: "Test", expected: "Тест", resourceNotFound: False)
Eclipse.Localization.Tests.JsonStringLocalizerFactoryTests ‑ Create_WhenLocalizerCreated_ThenItCanProperlyLocalizeStrings(culture: "uk", key: "Test3", expected: "Test3", resourceNotFound: True)
Eclipse.Localization.Tests.JsonStringLocalizerFactoryTests ‑ Create_WhenLocalizerCreated_ThenItCanProperlyLocalizeStrings(culture: "uk", key: "Test4", expected: "Test4", resourceNotFound: True)
Eclipse.Localization.Tests.JsonStringLocalizerFactoryTests ‑ Create_WhenLocationSpecified_ThenCanProperlyLocalizeStrings(culture: "en", baseName: "", location: "Resources", key: "Test", expected: "Test", resourceNotFound: False)
Eclipse.Localization.Tests.JsonStringLocalizerFactoryTests ‑ Create_WhenLocationSpecified_ThenCanProperlyLocalizeStrings(culture: "en", baseName: "", location: "Resources", key: "Test1", expected: "Test 1", resourceNotFound: False)
Eclipse.Localization.Tests.JsonStringLocalizerFactoryTests ‑ Create_WhenLocationSpecified_ThenCanProperlyLocalizeStrings(culture: "en", baseName: "", location: "Resources", key: "Test2", expected: "Test 2", resourceNotFound: False)
Eclipse.Localization.Tests.JsonStringLocalizerFactoryTests ‑ Create_WhenLocationSpecified_ThenCanProperlyLocalizeStrings(culture: "uk", baseName: "", location: "Resources", key: "Test", expected: "Тест", resourceNotFound: False)
Eclipse.Localization.Tests.JsonStringLocalizerFactoryTests ‑ Create_WhenLocationSpecified_ThenCanProperlyLocalizeStrings(culture: "uk", baseName: "", location: "Resources", key: "Test3", expected: "Test3", resourceNotFound: True)
Eclipse.Localization.Tests.JsonStringLocalizerFactoryTests ‑ Create_WhenLocationSpecified_ThenCanProperlyLocalizeStrings(culture: "uk", baseName: "", location: "Resources", key: "Test4", expected: "Test4", resourceNotFound: True)
Eclipse.Localization.Tests.JsonStringLocalizerTests ‑ GetAllStrings_WhenCalled_ThenAllValuesReturned
Eclipse.Localization.Tests.JsonStringLocalizerTests ‑ GetString_WhenCalledWithArguments_ThenFormattedStringReturned(key: "Message{0}", expected: "Message info", resourceNotFound: False, arguments: ["info"])
Eclipse.Localization.Tests.JsonStringLocalizerTests ‑ GetString_WhenCalledWithArguments_ThenFormattedStringReturned(key: "Message{0}{1}", expected: "Message info with 5", resourceNotFound: False, arguments: ["info", 5, "true", "!@#", 9])
Eclipse.Localization.Tests.JsonStringLocalizerTests ‑ GetString_WhenCalledWithArguments_ThenFormattedStringReturned(key: "Message{0}{1}", expected: "Message info with 5", resourceNotFound: False, arguments: ["info", 5])
Eclipse.Localization.Tests.JsonStringLocalizerTests ‑ GetString_WhenCalledWithArguments_ThenFormattedStringReturned(key: "{0}Message", expected: "{0}Message", resourceNotFound: True, arguments: ["info"])
Eclipse.Localization.Tests.JsonStringLocalizerTests ‑ GetString_WhenCalledWithArguments_ThenFormattedStringReturned(key: "{0}Message{1}{2}", expected: "{0}Message{1}{2}", resourceNotFound: True, arguments: ["info", "4", 5, 42])
Eclipse.Localization.Tests.JsonStringLocalizerTests ‑ GetString_WhenCalledWithBrackets_ThenProperValueReturned(key: "Arg", expected: "Argument", resourceNotFound: False)
Eclipse.Localization.Tests.JsonStringLocalizerTests ‑ GetString_WhenCalledWithBrackets_ThenProperValueReturned(key: "Message{0}{1}", expected: "Message {0} with {1}", resourceNotFound: False)
Eclipse.Localization.Tests.JsonStringLocalizerTests ‑ GetString_WhenCalledWithBrackets_ThenProperValueReturned(key: "NotFound", expected: "NotFound", resourceNotFound: True)
Eclipse.Localization.Tests.JsonStringLocalizerTests ‑ GetString_WhenCalledWithBrackets_ThenProperValueReturned(key: "OneMoreNotFound", expected: "OneMoreNotFound", resourceNotFound: True)
Eclipse.Localization.Tests.JsonStringLocalizerTests ‑ GetString_WhenCalledWithBrackets_ThenProperValueReturned(key: "Test", expected: "Test", resourceNotFound: False)
Eclipse.Localization.Tests.JsonStringLocalizerTests ‑ GetString_WhenCalledWithBrackets_ThenProperValueReturned(key: "{0}Message{1}", expected: "{0} message {1}", resourceNotFound: False)
Eclipse.Localization.Tests.JsonStringLocalizerTests ‑ GetString_WhenCultureNotExist_ThenDefaultCultureUsed
Eclipse.Localization.Tests.ResourceProviderTests ‑ GetWithValue_ThenResourceExist_ThenReturnsWithSpecifiedValue(value: "Message {0}", expectedCulture: "en", expectedKey: "Message{0}")
Eclipse.Localization.Tests.ResourceProviderTests ‑ GetWithValue_ThenResourceExist_ThenReturnsWithSpecifiedValue(value: "Test", expectedCulture: "en", expectedKey: "Test")
Eclipse.Localization.Tests.ResourceProviderTests ‑ GetWithValue_ThenResourceExist_ThenReturnsWithSpecifiedValue(value: "Тест", expectedCulture: "uk", expectedKey: "Test")
Eclipse.Localization.Tests.ResourceProviderTests ‑ GetWithValue_ThenResourceNotExist_THenExceptionThrown(value: "")
Eclipse.Localization.Tests.ResourceProviderTests ‑ GetWithValue_ThenResourceNotExist_THenExceptionThrown(value: "localization test")
Eclipse.Localization.Tests.ResourceProviderTests ‑ Get_WhenCultureSpecified_ThenReturnsResourceWithProperCulture(culture: "en", key: "Test", expected: "Test")
Eclipse.Localization.Tests.ResourceProviderTests ‑ Get_WhenCultureSpecified_ThenReturnsResourceWithProperCulture(culture: "uk", key: "Test", expected: "Тест")
Eclipse.Localization.Tests.ResourceProviderTests ‑ Get_WhenFileIsWrongFormat_ThenExceptionThrown(file: "empty.json")
Eclipse.Localization.Tests.ResourceProviderTests ‑ Get_WhenFileIsWrongFormat_ThenExceptionThrown(file: "invalid.json")
Eclipse.Localization.Tests.ResourceProviderTests ‑ Get_WhenLocationProperlySpecified_ThenResourceReturned(culture: "en", file: "en-1.json")
Eclipse.Localization.Tests.ResourceProviderTests ‑ Get_WhenLocationProperlySpecified_ThenResourceReturned(culture: "en", file: "en.json")
Eclipse.Localization.Tests.ResourceProviderTests ‑ Get_WhenLocationProperlySpecified_ThenResourceReturned(culture: "uk", file: "uk-1.json")
Eclipse.Localization.Tests.ResourceProviderTests ‑ Get_WhenLocationProperlySpecified_ThenResourceReturned(culture: "uk", file: "uk.json")
Eclipse.Pipelines.Tests.Decorations.LocalizationDecoratorTests ‑ Decorate_WhenLocalizationNotSpecified_ThenFetchingUserCulture
Eclipse.Pipelines.Tests.Pipelines.Common.AboutPipelineTests ‑ WhenExecuted_ThenTextRetuned
Eclipse.Pipelines.Tests.Pipelines.Common.HelpPipelineTests ‑ RunNext_WhenCalled_ThenCommandsListReturned
Eclipse.Pipelines.Tests.Pipelines.Common.StartPipelineTests ‑ RunNext_WhenExecuted_ThenTextReturned
Eclipse.Pipelines.Tests.Pipelines.Daily.MorningPipelineTests ‑ WhenUserHasMessage_ThenMultipleResultReturned
Eclipse.Pipelines.Tests.Pipelines.Daily.MorningPipelineTests ‑ WhenUserHasNoMessageInStore_ThenReturnesMenuWithChoices_AndWhenRecievedGoodMood_ReturnesGoodText(answer: "1️⃣", message: "Bad")
Eclipse.Pipelines.Tests.Pipelines.Daily.MorningPipelineTests ‑ WhenUserHasNoMessageInStore_ThenReturnesMenuWithChoices_AndWhenRecievedGoodMood_ReturnesGoodText(answer: "2️⃣", message: "Bad")
Eclipse.Pipelines.Tests.Pipelines.Daily.MorningPipelineTests ‑ WhenUserHasNoMessageInStore_ThenReturnesMenuWithChoices_AndWhenRecievedGoodMood_ReturnesGoodText(answer: "3️⃣", message: "Bad")
Eclipse.Pipelines.Tests.Pipelines.Daily.MorningPipelineTests ‑ WhenUserHasNoMessageInStore_ThenReturnesMenuWithChoices_AndWhenRecievedGoodMood_ReturnesGoodText(answer: "4️⃣", message: "Good")
Eclipse.Pipelines.Tests.Pipelines.Daily.MorningPipelineTests ‑ WhenUserHasNoMessageInStore_ThenReturnesMenuWithChoices_AndWhenRecievedGoodMood_ReturnesGoodText(answer: "5️⃣", message: "Good")
Eclipse.Tests.Background.ImportRemindersBackgoundJobTests ‑ WhenBytesAreEmpty_ThenNoDependenciesCalled
Eclipse.Tests.Background.ImportRemindersBackgoundJobTests ‑ WhenFailedResultReturned_ThenErrorNotificationSend
Eclipse.Tests.Background.ImportRemindersBackgoundJobTests ‑ WhenImportedSuccessfully_ThenSuccessNotificationSend
Eclipse.Tests.Background.ImportTodoItemsBackgroundJobTests ‑ WhenBytesAreEmpty_ThenNoDependenciesCalled
Eclipse.Tests.Background.ImportTodoItemsBackgroundJobTests ‑ WhenFailedResultReturned_ThenErrorNotificationSend
Eclipse.Tests.Background.ImportTodoItemsBackgroundJobTests ‑ WhenImportedSuccessfully_ThenSuccessNotificationSend
Eclipse.Tests.Background.ImportUsersBackgroundJobTests ‑ WhenBytesAreEmpty_ThenNoDependenciesCalled
Eclipse.Tests.Background.ImportUsersBackgroundJobTests ‑ WhenFailedResultReturned_ThenErrorNotificationSend
Eclipse.Tests.Background.ImportUsersBackgroundJobTests ‑ WhenImportedSuccessfully_ThenSuccessNotificationSend
Eclipse.Tests.Bdd.Application.Extensions.Features.TryParseAsTimeOnlyFeature ‑ As a developer I want to use method to parse string value as TimeOnly
Eclipse.Tests.Bdd.Application.Users.Features.UpdateAsyncFeature ‑ As a user I want to be able to update my own info
Eclipse.Tests.Bdd.Domain.Users.Features.AddReminderFeature ‑ As a user I want be able to add reminders
Eclipse.Tests.Bdd.Domain.Users.Features.AddTodoItemFeature ‑ As a user I want be able to add todo item