cafe.test
Class TestProductGroup

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

public class TestProductGroup
extends junit.framework.TestCase

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

Constructor Summary
TestProductGroup()
           
 
Method Summary
 void testGetName()
          Tests the getName method
 void testGetProducts()
          Tests the getProducts method
 
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

TestProductGroup

public TestProductGroup()
Method Detail

testGetName

public void testGetName()
Tests the getName method


testGetProducts

public void testGetProducts()
Tests the getProducts method