示例#1
0
        public void GetHashCode_should_not_throw()
        {
            nwind.Customer customer = new nwind.Customer();

            //bug: GetHashCode sometimes throws NullPointerException because of null _customerID
            int hashCode = customer.GetHashCode();
        }
示例#2
0
        public void GetHashCode_should_not_throw()
        {
            nwind.Customer customer = new nwind.Customer();

            //bug: GetHashCode sometimes throws NullPointerException because of null _customerID
            int hashCode = customer.GetHashCode();
        }