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