aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/traccar/protocol/IotmProtocolDecoderTest.java
blob: 65fdb82e83e63bfbf91608fc81b6e690f5a1452c (plain)
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);

    }

}