java.lang.AssertionError: expected:<100> but was:<99>
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
- Expert tip
Check your pattern declaration or check your assert declaration.
Solutions on the web
via GitHub by hasancelik
, 1 year agovia GitHub by hasancelik
, 1 year agovia GitHub by hasancelik
, 2 years agovia Google Groups by Erik Ramfelt, 7 months ago
via apache.org by Unknown author, 2 years ago
via GitHub by kamejosh
, 2 years agojava.lang.AssertionError: expected:<100> but was:<99>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at com.hazelcast.replicatedmap.ReplicatedMapReadYourWritesTest$1.run(ReplicatedMapReadYourWritesTest.java:59)
at com.hazelcast.test.HazelcastTestSupport.assertTrueEventually(HazelcastTestSupport.java:901)
at com.hazelcast.replicatedmap.ReplicatedMapReadYourWritesTest.testReadYourWritesBySize(ReplicatedMapReadYourWritesTest.java:56)