MCPcopy Create free account
hub / github.com/akeranen/the-one / getLastType

Method getLastType

test/MessageChecker.java:128–130  ·  view source on GitHub ↗

@return the lastType

()

Source from the content-addressed store, hash-verified

126 * @return the lastType
127 */
128 public String getLastType() {
129 return lastType;
130 }
131
132 public String toString() {
133 return this.queue.size() + " event(s) : " + this.queue;

Callers 15

testRoutingMethod · 0.80
doRelayMethod · 0.80
checkCreatesMethod · 0.80
checkTransferStartMethod · 0.80
checkDeliveredMethod · 0.80
deliverMessageMethod · 0.80
testRouterMethod · 0.80
testManyMessagesMethod · 0.80
testMessageRelayAbortMethod · 0.80
testAbortWhenReadyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected