12131415161718
private static final Message[] TEST_MESSAGES = new Message[]{ new HandshakeMessage(1, "127.0.0.1", 25565, 1) }; public HandshakeProtocolTest() { super(new HandshakeProtocol(), TEST_MESSAGES); }