org.shapelogic.imageprocessing
Class ParticleCounterTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.shapelogic.imageprocessing.AbstractImageProcessingTests
              extended by org.shapelogic.imageprocessing.ParticleCounterTest
All Implemented Interfaces:
junit.framework.Test

public class ParticleCounterTest
extends AbstractImageProcessingTests

Test ParticleCounter.
The difference of this from BaseParticleCounterTest is that this should test more customized ParticleCounters, while BaseParticleCounterTest should test the basic cases.

Author:
Sami Badawi

Constructor Summary
ParticleCounterTest()
           
 
Method Summary
protected  void setUp()
           
 void testBlobsGif()
           
 void testCleanSpotPng()
          This gets opened as a byte interleaved and not as an int RGB
 void testEmbryos()
           
 void testEmbryosMoreIterations()
           
 void testEmbryosWithParameters()
           
 void testOneWhitePixelGrayPng()
          This shows that when you save and image as PNG it will always be opened as a color image.
 void testWhitePixelGray()
           
 
Methods inherited from class org.shapelogic.imageprocessing.AbstractImageProcessingTests
assertEmptyCollection, dummyTest, printAnnotaions, printLines, printPoints, printPolygon
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParticleCounterTest

public ParticleCounterTest()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class AbstractImageProcessingTests
Throws:
java.lang.Exception

testWhitePixelGray

public void testWhitePixelGray()

testOneWhitePixelGrayPng

public void testOneWhitePixelGrayPng()
This shows that when you save and image as PNG it will always be opened as a color image.


testBlobsGif

public void testBlobsGif()

testEmbryos

public void testEmbryos()

testEmbryosWithParameters

public void testEmbryosWithParameters()

testEmbryosMoreIterations

public void testEmbryosMoreIterations()

testCleanSpotPng

public void testCleanSpotPng()
This gets opened as a byte interleaved and not as an int RGB



Copyright © 2009. All Rights Reserved.