@ -97,9 +97,20 @@ public class ReflectionHelperTests extends AbstractExpressionTests {
@@ -97,9 +97,20 @@ public class ReflectionHelperTests extends AbstractExpressionTests {
assertEquals("TypedValue: 'hello' of [java.lang.String]",tv1.toString());
assertEquals(tv1,tv2);
assertEquals(tv2,tv1);
assertNotEquals(tv1,tv3);
assertNotEquals(tv2,tv3);
assertNotEquals(tv3,tv1);
assertNotEquals(tv3,tv2);
assertEquals(tv1.hashCode(),tv2.hashCode());
assertNotEquals(tv1.hashCode(),tv3.hashCode());
assertNotEquals(tv2.hashCode(),tv3.hashCode());
}
@Test
@ -481,7 +492,7 @@ public class ReflectionHelperTests extends AbstractExpressionTests {
@@ -481,7 +492,7 @@ public class ReflectionHelperTests extends AbstractExpressionTests {
assertNull("Did not expect them to match in any way",matchInfo);
@ -504,7 +515,7 @@ public class ReflectionHelperTests extends AbstractExpressionTests {
@@ -504,7 +515,7 @@ public class ReflectionHelperTests extends AbstractExpressionTests {
assertNull("Did not expect them to match in any way: "+matchInfo,matchInfo);
@ -535,9 +546,9 @@ public class ReflectionHelperTests extends AbstractExpressionTests {
@@ -535,9 +546,9 @@ public class ReflectionHelperTests extends AbstractExpressionTests {