Automobile.Mobile.Framework.UnitTests.SqlClientTests.TestNoMatch C# (CSharp) Method

TestNoMatch() private method

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