Explicit equals method for primitives and correct global equals method.
Includes cosmetics. #KT-2372 Fixed
This commit is contained in:
@@ -22,7 +22,7 @@ public final class EqualsTest extends AbstractExpressionTest {
|
||||
super("equals/");
|
||||
}
|
||||
|
||||
public void TODO_testCustomEqualsMethodOnAny() throws Exception {
|
||||
public void testCustomEqualsMethodOnAny() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
|
||||
@@ -34,6 +34,10 @@ public final class EqualsTest extends AbstractExpressionTest {
|
||||
fooBoxTest();
|
||||
}
|
||||
|
||||
public void testExplicitEqualsMethodForPrimitives() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
|
||||
public void testStringsEqual() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user