Automobile.Mobile.Framework.UnitTests.SqlClientTests.TestNoMatch C# (CSharp) Méthode

TestNoMatch() private méthode

private TestNoMatch ( ) : void
Résultat void
        public void TestNoMatch()
        {
            // No match should return null
            Assert.IsNull(MobileDb.Instance.GetFirstMatch(new DeviceInfo { UniqueId = "GarbageIdShouldNeverExist"}));
        }