added more tests
This commit is contained in:
parent
a93247984c
commit
27bbe2fd5a
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue