mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-04-20 03:56:29 +02:00
Version 3.0.363
This commit is contained in:
parent
4ff3307997
commit
91d42552c7
212 changed files with 1799 additions and 1318 deletions
|
@ -1,4 +1,4 @@
|
|||
using NUnit.Framework;
|
||||
using NUnit.Framework;
|
||||
using TINK.Model;
|
||||
using TINK.Model.Map;
|
||||
|
||||
|
@ -8,7 +8,7 @@ namespace TestShareeLib.Model.Map
|
|||
public class TestMapSpanFactory
|
||||
{
|
||||
[Test]
|
||||
public void TestCreatePositon()
|
||||
public void TestCreatePosition()
|
||||
{
|
||||
Assert.That(
|
||||
MapSpanFactory.Create(PositionFactory.Create(12, 13), 11).GetType(),
|
||||
|
@ -16,7 +16,7 @@ namespace TestShareeLib.Model.Map
|
|||
}
|
||||
|
||||
[Test]
|
||||
public void TestCreateNullPositon()
|
||||
public void TestCreateNullPosition()
|
||||
{
|
||||
Assert.That(
|
||||
MapSpanFactory.Create().GetType(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue