Automobile.Mobile.Framework.UnitTests.SqlClientTests.TestNoMatch C# (CSharp) Метод

TestNoMatch() приватный Метод

private TestNoMatch ( ) : void
Результат void
        public void TestNoMatch()
        {
            // No match should return null
            Assert.IsNull(MobileDb.Instance.GetFirstMatch(new DeviceInfo { UniqueId = "GarbageIdShouldNeverExist"}));
        }