コード例 #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
ファイル: MetalTest.cs プロジェクト: vinicius-zhu/EUO
        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();
        }