package org.traccar.protocol; import org.junit.Test; import org.traccar.ProtocolTest; public class IotmProtocolDecoderTest extends ProtocolTest { @Test public void testDecode() throws Exception { IotmProtocolDecoder decoder = new IotmProtocolDecoder(null); } }