1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
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); } }