mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-07-06 19:56:30 +02:00
Version 3.0.337
This commit is contained in:
parent
fd0e63cf10
commit
573fe77e12
2336 changed files with 33688 additions and 86082 deletions
|
@ -0,0 +1,15 @@
|
|||
using NUnit.Framework;
|
||||
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"));
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue