Esempio n. 1
0
        public virtual void test_hashCode()
        {
            Pair <int, string> a = Pair.of(1, "Hello");

            assertEquals(a.GetHashCode(), a.GetHashCode());
        }