Improve user session overview tests

* Add sessions overview UI tests
* Expose static methods from the UserSession name and lastActivity formatters; cleaned up the UserSessionsOverview a bit
* Add UserSessionsOverviewViewModel unit tests
* Add UserSessionsOverviewService unit tests
This commit is contained in:
Stefan Ceriu
2022-09-30 13:49:16 +03:00
committed by GitHub
parent fa7c7a49d6
commit f8d6f43967
21 changed files with 650 additions and 143 deletions

View File

@@ -24,7 +24,7 @@ enum UserSessionsOverviewCoordinatorResult {
// MARK: View model
enum UserSessionsOverviewViewModelResult {
enum UserSessionsOverviewViewModelResult: Equatable {
case showAllUnverifiedSessions
case showAllInactiveSessions
case verifyCurrentSession