|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object test.device.BlobfinderTest
public class BlobfinderTest
Field Summary | |
---|---|
(package private) static Board |
bb
|
(package private) static Blobfinder |
bf
|
(package private) Position[] |
blobPoses
|
(package private) static IBlobfinderListener |
cb
|
(package private) static DeviceNode |
dn
|
(package private) static Position |
robotPose
|
(package private) static Simulation |
si
|
Constructor Summary | |
---|---|
BlobfinderTest()
|
Method Summary | |
---|---|
void |
setUp()
|
static void |
setUpBeforeClass()
|
static junit.framework.JUnit4TestAdapter |
suite()
To use JUnit test suite |
void |
tearDown()
|
static void |
tearDownAfterClass()
|
void |
testAddBlobListener()
Test method for Blobfinder.addBlobListener(device.external.IBlobfinderListener) . |
void |
testBlobfinder()
Test method for Blobfinder.Blobfinder(device.DeviceNode, device.Device) . |
void |
testGetBlobs()
Test method for Blobfinder.getBlobs() . |
void |
testGetCount()
Test method for Blobfinder.getCount() . |
void |
testRemoveBlobListener()
Test method for Blobfinder.removeBlobListener(device.external.IBlobfinderListener) . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static DeviceNode dn
static Blobfinder bf
static Simulation si
static Position robotPose
static IBlobfinderListener cb
static Board bb
Position[] blobPoses
Constructor Detail |
---|
public BlobfinderTest()
Method Detail |
---|
public static void setUpBeforeClass() throws java.lang.Exception
java.lang.Exception
public static void tearDownAfterClass() throws java.lang.Exception
java.lang.Exception
public void setUp() throws java.lang.Exception
java.lang.Exception
public void tearDown() throws java.lang.Exception
java.lang.Exception
public void testAddBlobListener()
Blobfinder.addBlobListener(device.external.IBlobfinderListener)
.
public void testBlobfinder()
Blobfinder.Blobfinder(device.DeviceNode, device.Device)
.
public void testGetBlobs()
Blobfinder.getBlobs()
.
public void testGetCount()
Blobfinder.getCount()
.
public void testRemoveBlobListener()
Blobfinder.removeBlobListener(device.external.IBlobfinderListener)
.
public static junit.framework.JUnit4TestAdapter suite()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |