- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 37 for testEqualsIdentity (0.13 sec)
-
compat/maven-model/src/test/java/org/apache/maven/model/MailingListTest.java
} @Test void testEqualsNullSafe() { assertFalse(new MailingList().equals(null)); new MailingList().equals(new MailingList()); } @Test void testEqualsIdentity() { MailingList thing = new MailingList(); assertTrue(thing.equals(thing)); } @Test void testToStringNullSafe() { assertNotNull(new MailingList().toString()); }
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.9K bytes - Viewed (0) -
compat/maven-model/src/test/java/org/apache/maven/model/ActivationFileTest.java
} @Test void testEqualsNullSafe() { assertFalse(new ActivationFile().equals(null)); new ActivationFile().equals(new ActivationFile()); } @Test void testEqualsIdentity() { ActivationFile thing = new ActivationFile(); assertTrue(thing.equals(thing)); } @Test void testToStringNullSafe() { assertNotNull(new ActivationFile().toString());
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.6K bytes - Viewed (0) -
compat/maven-model/src/test/java/org/apache/maven/model/ActivationTest.java
} @Test void testEqualsNullSafe() { assertFalse(new Activation().equals(null)); new Activation().equals(new Activation()); } @Test void testEqualsIdentity() { Activation thing = new Activation(); assertTrue(thing.equals(thing)); } @Test void testToStringNullSafe() { assertNotNull(new Activation().toString()); }
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.6K bytes - Viewed (0) -
compat/maven-model/src/test/java/org/apache/maven/model/CiManagementTest.java
} @Test void testEqualsNullSafe() { assertFalse(new CiManagement().equals(null)); new CiManagement().equals(new CiManagement()); } @Test void testEqualsIdentity() { CiManagement thing = new CiManagement(); assertTrue(thing.equals(thing)); } @Test void testToStringNullSafe() { assertNotNull(new CiManagement().toString()); }
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.6K bytes - Viewed (0) -
compat/maven-model/src/test/java/org/apache/maven/model/DeploymentRepositoryTest.java
@Test void testEqualsNullSafe() { assertFalse(new DeploymentRepository().equals(null)); new DeploymentRepository().equals(new DeploymentRepository()); } @Test void testEqualsIdentity() { DeploymentRepository thing = new DeploymentRepository(); assertTrue(thing.equals(thing)); } @Test void testToStringNullSafe() {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.7K bytes - Viewed (0) -
compat/maven-model/src/test/java/org/apache/maven/model/NotifierTest.java
} @Test void testEqualsNullSafe() { assertFalse(new Notifier().equals(null)); new Notifier().equals(new Notifier()); } @Test void testEqualsIdentity() { Notifier thing = new Notifier(); assertTrue(thing.equals(thing)); } @Test void testToStringNullSafe() { assertNotNull(new Notifier().toString()); }
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.5K bytes - Viewed (0) -
compat/maven-model/src/test/java/org/apache/maven/model/PluginExecutionTest.java
} @Test void testEqualsNullSafe() { assertFalse(new PluginExecution().equals(null)); new PluginExecution().equals(new PluginExecution()); } @Test void testEqualsIdentity() { PluginExecution thing = new PluginExecution(); assertTrue(thing.equals(thing)); } @Test void testToStringNullSafe() { assertNotNull(new PluginExecution().toString());
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.6K bytes - Viewed (0) -
compat/maven-model/src/test/java/org/apache/maven/model/PluginManagementTest.java
} @Test void testEqualsNullSafe() { assertFalse(new PluginManagement().equals(null)); new PluginManagement().equals(new PluginManagement()); } @Test void testEqualsIdentity() { PluginManagement thing = new PluginManagement(); assertTrue(thing.equals(thing)); } @Test void testToStringNullSafe() { assertNotNull(new PluginManagement().toString());
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.6K bytes - Viewed (0) -
compat/maven-model/src/test/java/org/apache/maven/model/ReportSetTest.java
} @Test void testEqualsNullSafe() { assertFalse(new ReportSet().equals(null)); new ReportSet().equals(new ReportSet()); } @Test void testEqualsIdentity() { ReportSet thing = new ReportSet(); assertTrue(thing.equals(thing)); } @Test void testToStringNullSafe() { assertNotNull(new ReportSet().toString()); }
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.6K bytes - Viewed (0) -
compat/maven-model/src/test/java/org/apache/maven/model/RepositoryTest.java
} @Test void testEqualsNullSafe() { assertFalse(new Repository().equals(null)); new Repository().equals(new Repository()); } @Test void testEqualsIdentity() { Repository thing = new Repository(); assertTrue(thing.equals(thing)); } @Test void testToStringNullSafe() { assertNotNull(new Repository().toString()); }
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.6K bytes - Viewed (0)