added more tests

This commit is contained in:
Lucas Pleß 2012-03-07 22:10:31 +01:00
parent a93247984c
commit 27bbe2fd5a
2 changed files with 2 additions and 3 deletions

View File

@ -7,8 +7,7 @@ import org.junit.Test;
import java.util.HashMap;
import java.util.Map;
import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;
import static junit.framework.Assert.*;
public class BuntiDMXDeviceTest {
private static final int STARTADDRESS = 42;

View File

@ -2,7 +2,7 @@ package de.ctdo.bunti.model;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.*;
import static junit.framework.Assert.*;
public class Par56SpotTest {
Par56Spot dut;