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"}));
        }