aboutsummaryrefslogtreecommitdiff
path: root/test/org/traccar/helper/ObdDecoderTest.java
blob: fb74f5d3c38562d8396dc68ab69f89476775ac3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package org.traccar.helper;

import org.junit.Assert;
import org.junit.Test;

public class ObdDecoderTest {
    
    @Test
    public void testDecode() {
    }

}