mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-04-19 03:27:29 +02:00
Version 3.0.338
This commit is contained in:
parent
573fe77e12
commit
0468955d49
751 changed files with 62747 additions and 60672 deletions
|
@ -3,14 +3,14 @@ using TINK.ViewModel.Login;
|
|||
|
||||
namespace TestTINKLib.Fixtures.ObjectTests.ViewModel.CopriWebView
|
||||
{
|
||||
[TestFixture]
|
||||
public class TestManageAccountViewModel
|
||||
{
|
||||
[Test]
|
||||
public void TestUrl()
|
||||
{
|
||||
var viewModel = new ManageAccountViewModel("Keks", "Merchant", "de", "Hosti");
|
||||
Assert.AreEqual("https://Hosti?sessionid=KeksMerchant&lang=de", viewModel.Uri);
|
||||
}
|
||||
}
|
||||
[TestFixture]
|
||||
public class TestManageAccountViewModel
|
||||
{
|
||||
[Test]
|
||||
public void TestUrl()
|
||||
{
|
||||
var viewModel = new ManageAccountViewModel("Keks", "Merchant", "de", "Hosti");
|
||||
Assert.AreEqual("https://Hosti?sessionid=KeksMerchant&lang=de", viewModel.Uri);
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,34 +3,34 @@ using TINK.ViewModel.CopriWebView;
|
|||
|
||||
namespace TestShareeLib.ViewModel.CopriWebView
|
||||
{
|
||||
[TestFixture]
|
||||
public class TestPasswordForgottonViewModel
|
||||
{
|
||||
[Test]
|
||||
public void TestUri()
|
||||
=> Assert.That(
|
||||
new PasswordForgottonViewModel("merch", "de", "host").Uri,
|
||||
Is.EqualTo("https://host/app/Account?sessionid=merch&lang=de"));
|
||||
[TestFixture]
|
||||
public class TestPasswordForgottonViewModel
|
||||
{
|
||||
[Test]
|
||||
public void TestUri()
|
||||
=> Assert.That(
|
||||
new PasswordForgottonViewModel("merch", "de", "host").Uri,
|
||||
Is.EqualTo("https://host/app/Account?sessionid=merch&lang=de"));
|
||||
|
||||
[Test]
|
||||
public void TestUrl()
|
||||
{
|
||||
var viewModel = new PasswordForgottonViewModel("Merchant", null /* lang */, "Hosti");
|
||||
Assert.AreEqual("https://Hosti/app/Account?sessionid=Merchant", viewModel.Uri);
|
||||
}
|
||||
[Test]
|
||||
public void TestUrl()
|
||||
{
|
||||
var viewModel = new PasswordForgottonViewModel("Merchant", null /* lang */, "Hosti");
|
||||
Assert.AreEqual("https://Hosti/app/Account?sessionid=Merchant", viewModel.Uri);
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestUrl_TINKLive()
|
||||
{
|
||||
var viewModel = new PasswordForgottonViewModel("Merchant", "us", "app.tink-konstanz.de");
|
||||
Assert.AreEqual("https://app.tink-konstanz.de/app/Account?sessionid=Merchant&lang=us", viewModel.Uri);
|
||||
}
|
||||
[Test]
|
||||
public void TestUrl_TINKLive()
|
||||
{
|
||||
var viewModel = new PasswordForgottonViewModel("Merchant", "us", "app.tink-konstanz.de");
|
||||
Assert.AreEqual("https://app.tink-konstanz.de/app/Account?sessionid=Merchant&lang=us", viewModel.Uri);
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestUrl_TINK()
|
||||
{
|
||||
var viewModel = new PasswordForgottonViewModel("Merchant", "de", "tinkwwp.copri-bike.de");
|
||||
Assert.AreEqual("https://tinkwwp.copri-bike.de/app/Account?sessionid=Merchant&lang=de", viewModel.Uri);
|
||||
}
|
||||
}
|
||||
[Test]
|
||||
public void TestUrl_TINK()
|
||||
{
|
||||
var viewModel = new PasswordForgottonViewModel("Merchant", "de", "tinkwwp.copri-bike.de");
|
||||
Assert.AreEqual("https://tinkwwp.copri-bike.de/app/Account?sessionid=Merchant&lang=de", viewModel.Uri);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,13 +3,13 @@ using TINK.ViewModel.CopriWebView;
|
|||
|
||||
namespace TestShareeLib.ViewModel.CopriWebView
|
||||
{
|
||||
[TestFixture]
|
||||
public class TestRegisterPageViewModel
|
||||
{
|
||||
[Test]
|
||||
public void TestUri()
|
||||
=> Assert.That(
|
||||
new RegisterPageViewModel("merch", "us", "host").Uri,
|
||||
Is.EqualTo("https://host/app/Account/1.%20Kundendaten?sessionid=merch&lang=us"));
|
||||
}
|
||||
[TestFixture]
|
||||
public class TestRegisterPageViewModel
|
||||
{
|
||||
[Test]
|
||||
public void TestUri()
|
||||
=> Assert.That(
|
||||
new RegisterPageViewModel("merch", "us", "host").Uri,
|
||||
Is.EqualTo("https://host/app/Account/1.%20Kundendaten?sessionid=merch&lang=us"));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue