Example #1
0
        public void StolenBuyerExistsTest()
        {
            VerifyExists();
            bool value = Buyers.StolenBuyerExists(_databasePath, _buyerName, out _errOut);

            General.HasTrueValue(value, _errOut);
        }