Automobile.Registrar.UnitTests.SQLiteClientTests.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 { MobileOs = MobileOs.Android }));
        }