Unit Test Results.

Designed for use with JUnit and Ant.

All Failures

ClassNameStatusTypeTime(s)
TapTesttestTapDumpFailureTap dump took too long

junit.framework.AssertionFailedError: Tap dump took too long
at net.spy.memcached.TapTest.testTapDump(TapTest.java:67)
10.103
ResponseMessageFixedOrderTesttestToStringFailureToo long to be an int (8) bytes

junit.framework.AssertionFailedError: Too long to be an int (8) bytes
at net.spy.memcached.transcoders.TranscoderUtils.decodeInt(TranscoderUtils.java:80)
at net.spy.memcached.transcoders.SerializingTranscoder.decode(SerializingTranscoder.java:95)
at net.spy.memcached.tapmessage.ResponseMessage.deserialize(ResponseMessage.java:303)
at net.spy.memcached.tapmessage.ResponseMessage.toString(ResponseMessage.java:291)
at net.spy.memcached.tapmessage.ResponseMessageBaseCase.testToString(ResponseMessageBaseCase.java:201)
0.006
ResponseMessageWrongOrderTesttestToStringFailureToo long to be an int (8) bytes

junit.framework.AssertionFailedError: Too long to be an int (8) bytes
at net.spy.memcached.transcoders.TranscoderUtils.decodeInt(TranscoderUtils.java:80)
at net.spy.memcached.transcoders.SerializingTranscoder.decode(SerializingTranscoder.java:95)
at net.spy.memcached.tapmessage.ResponseMessage.deserialize(ResponseMessage.java:303)
at net.spy.memcached.tapmessage.ResponseMessage.toString(ResponseMessage.java:291)
at net.spy.memcached.tapmessage.ResponseMessageBaseCase.testToString(ResponseMessageBaseCase.java:201)
0.007