Version 3.0.338

This commit is contained in:
Anja Müller-Meißner 2022-09-06 16:08:19 +02:00 committed by Anja
parent 573fe77e12
commit 0468955d49
751 changed files with 62747 additions and 60672 deletions

View file

@ -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"));
}
}