Automobile.Registrar.UnitTests.SQLiteClientTests.SetUp C# (CSharp) Method

SetUp() private method

private SetUp ( ) : void
return void
        public void SetUp()
        {
            MobileDb.Instance = new SQLiteClient(":memory:", true);
        }