Tests.DatabaseTestNUnit.GetRecordTestNUnit C# (CSharp) Method

GetRecordTestNUnit() private method

private GetRecordTestNUnit ( ) : void
return void
        public void GetRecordTestNUnit()
        {
            // TODO: Update database connection configuration and add test code
            //var result = this.DatabaseDriver.Query("getStateAbbrevMatch", new { StateAbbreviation = "MN" }, commandType: CommandType.StoredProcedure);
            //Assert.AreEqual(1, result.Count(), "Expected 1 state abbreviation to be returned.");

            this.Log.LogMessage("Dummy test");
        }
    }
DatabaseTestNUnit