mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-04-21 20:46:28 +02:00
Version 3.0.363
This commit is contained in:
parent
4ff3307997
commit
91d42552c7
212 changed files with 1799 additions and 1318 deletions
|
@ -1,10 +1,10 @@
|
|||
using NUnit.Framework;
|
||||
using NUnit.Framework;
|
||||
using TINK.Model;
|
||||
|
||||
using TINK.Model.User.Account;
|
||||
using TINK.Model.Connector;
|
||||
using System;
|
||||
using TINK.Model.Station;
|
||||
using TINK.Model.Stations;
|
||||
using static TINK.Repository.CopriCallsMemory;
|
||||
using TINK.Model.State;
|
||||
using System.Collections.Generic;
|
||||
|
@ -68,7 +68,7 @@ namespace TestShareeLib.UseCases.Startup
|
|||
Assert.AreEqual(
|
||||
null,
|
||||
l_oTinkApp.SelectedStation.Id,
|
||||
"When starting app selected station must always be invlid");
|
||||
"When starting app selected station must always be invalid");
|
||||
|
||||
// Verify bikes at station.
|
||||
Assert.AreEqual(
|
||||
|
@ -121,7 +121,7 @@ namespace TestShareeLib.UseCases.Startup
|
|||
Assert.AreEqual(
|
||||
null,
|
||||
l_oTinkApp.SelectedStation.Id,
|
||||
"When starting app selected station must always be invlid");
|
||||
"When starting app selected station must always be invalid");
|
||||
|
||||
// Verify bikes at station.
|
||||
Assert.AreEqual(
|
||||
|
@ -182,7 +182,7 @@ namespace TestShareeLib.UseCases.Startup
|
|||
Assert.AreEqual(
|
||||
null,
|
||||
l_oTinkApp.SelectedStation.Id,
|
||||
"When starting app selected station must always be invlid");
|
||||
"When starting app selected station must always be invalid");
|
||||
|
||||
// Verify bikes at station.
|
||||
Assert.AreEqual(
|
||||
|
@ -237,7 +237,7 @@ namespace TestShareeLib.UseCases.Startup
|
|||
Assert.AreEqual(
|
||||
null,
|
||||
l_oTinkApp.SelectedStation.Id,
|
||||
"When starting app selected station must always be invlid");
|
||||
"When starting app selected station must always be invalid");
|
||||
|
||||
// Verify bikes at station.
|
||||
Assert.AreEqual(
|
||||
|
@ -377,7 +377,7 @@ namespace TestShareeLib.UseCases.Startup
|
|||
l_oTinkApp.WhatsNew.IsShowRequired,
|
||||
$"Whats new should not be displayed because app version is {l_oAppVersion} and version when \"Whats New\" was shown last is {l_oWhatsNewVersion} equals.");
|
||||
|
||||
// Call member which view model would call if Whats New would have been shonw.
|
||||
// Call member which view model would call if Whats New would have been shown.
|
||||
l_oTinkApp.SetWhatsNewWasShown();
|
||||
|
||||
// Whats new page
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue