mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-07-07 03:56:43 +02:00
Version 3.0.381
This commit is contained in:
parent
f963c0a219
commit
3a363acf3a
1525 changed files with 60589 additions and 125098 deletions
|
@ -0,0 +1,23 @@
|
|||
using NUnit.Framework;
|
||||
using ShareeBike.ViewModel.LegalInformation;
|
||||
|
||||
namespace SharedBusinessLogic.Tests.Fixtures.ObjectTests.ViewModel.LegalInformation
|
||||
{
|
||||
[TestFixture]
|
||||
public class TestLegalInformationViewModel
|
||||
{
|
||||
[Test]
|
||||
public void TestOnAppearing()
|
||||
{
|
||||
var viewModel = new LegalInformationPageViewModel(
|
||||
"Host",
|
||||
"gtcResourcePath",
|
||||
"privacyResourcePath",
|
||||
"impressResourcePath",
|
||||
false,
|
||||
(url) => string.Empty,
|
||||
() => null,
|
||||
(resourceUrls) => { });
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue