Version 3.0.261

This commit is contained in:
ohauff 2021-11-14 23:27:29 +01:00
parent 8aa3089f32
commit 4bccfe740b
80 changed files with 2672 additions and 458 deletions

View file

@ -1,17 +1,19 @@
using NUnit.Framework;
using TINK.Model;
using TestTINKLib.Model.User.Account;
using TINK.Model.Connector;
using TestTINKLib.Mocks.Device;
using System;
using static TINK.Repository.CopriCallsMemory;
using System.Collections.Generic;
using TestTINKLib.Mocks.Services;
using TINK.Repository;
using TINK.ViewModel.Settings;
using NSubstitute;
using TINK.Services;
using TINK.Model.Services.Geolocation;
using TestFramework.Model.Device;
using TestFramework.Model.User.Account;
using TestFramework.Model.Services.Geolocation;
using TestFramework.Services.BluetoothLock;
using TestFramework.Services.Permissions;
namespace TestTINKLib.Fixtures.UseCases.SelectStation
{