From 1ca95d099df96d576a0eaddc6e42b5b41aed3e06 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Thu, 22 Oct 2015 15:26:17 +1300 Subject: Refactor protocol unit testing --- test/org/traccar/protocol/TopflytechProtocolDecoderTest.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test/org/traccar/protocol/TopflytechProtocolDecoderTest.java') diff --git a/test/org/traccar/protocol/TopflytechProtocolDecoderTest.java b/test/org/traccar/protocol/TopflytechProtocolDecoderTest.java index f1d44735f..8862befe4 100644 --- a/test/org/traccar/protocol/TopflytechProtocolDecoderTest.java +++ b/test/org/traccar/protocol/TopflytechProtocolDecoderTest.java @@ -1,8 +1,7 @@ package org.traccar.protocol; -import static org.traccar.helper.DecoderVerifier.verify; - import org.junit.Test; +import org.traccar.ProtocolDecoderTest; public class TopflytechProtocolDecoderTest extends ProtocolDecoderTest { @@ -11,7 +10,7 @@ public class TopflytechProtocolDecoderTest extends ProtocolDecoderTest { TopflytechProtocolDecoder decoder = new TopflytechProtocolDecoder(new TopflytechProtocol()); - verify(decoder.decode(null, null, + verifyPosition(decoder, text( "(880316890094910BP00XG00b600000000L00074b54S00000000R0C0F0014000100f0130531152205A0706.1395S11024.0965E000.0251.25")); } -- cgit v1.2.3