cafe.test
Class TestProduct

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

public class TestProduct
extends junit.framework.TestCase

Version:
27-03-07
Author:
Antti-Pekka Sarin

Constructor Summary
TestProduct()
           
 
Method Summary
 void testGetGroup()
          Test method for cafe.main.Product#getGroup().
 void testGetId()
          Test method for Product.getId().
 void testGetName()
          Test method for cafe.main.Product#getName().
 void testGetProductPic()
          Test method for Product.getProductPic().
 
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

TestProduct

public TestProduct()
Method Detail

testGetId

public void testGetId()
Test method for Product.getId().


testGetName

public void testGetName()
Test method for cafe.main.Product#getName().


testGetGroup

public void testGetGroup()
Test method for cafe.main.Product#getGroup().


testGetProductPic

public void testGetProductPic()
Test method for Product.getProductPic().