public void GetTypeTest() { SqlInt64 Test = new SqlInt64(84); Assert.AreEqual("System.Data.SqlTypes.SqlInt64", Test.GetType().ToString(), "#J01"); }