cafe.test
Class TestImportProduct

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by cafe.test.TestImportProduct
All Implemented Interfaces:
junit.framework.Test

public class TestImportProduct
extends junit.framework.TestCase

Version:
30-03-2007
Author:
Antti-Pekka Sarin

Constructor Summary
TestImportProduct()
           
 
Method Summary
 void testGetIntakeAmounts()
          Test method for ImportProduct.getIntakeAmounts().
 void testGetUnit()
          Test method for ImportProduct.getUnit().
 void testGetValue()
          Test method for cafe.main.ImportProduct#getValue().
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestImportProduct

public TestImportProduct()
Method Detail

testGetIntakeAmounts

public void testGetIntakeAmounts()
Test method for ImportProduct.getIntakeAmounts().


testGetUnit

public void testGetUnit()
Test method for ImportProduct.getUnit().


testGetValue

public void testGetValue()
Test method for cafe.main.ImportProduct#getValue().