org.openbandy.example.bos
Class TestDataGenerator

java.lang.Object
  extended by org.openbandy.example.bos.TestDataGenerator

public final class TestDataGenerator
extends java.lang.Object

Provides static method(s) that generate serializable objects used for testing purposes.

(c) Copyright Philipp Bolliger 2007, ALL RIGHTS RESERVED.

Version:
1.0
Author:
Philipp Bolliger (philipp@bolliger.name)

Constructor Summary
TestDataGenerator()
           
 
Method Summary
static Car createDummyCar()
          TODO comment!
static EuropeanSportscar createDummyEuropeanSportscar()
           
static Sportscar createDummySportscar()
          TODO comment!
static void fillCarObjectWithDummyValues(Car car)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDataGenerator

public TestDataGenerator()
Method Detail

fillCarObjectWithDummyValues

public static void fillCarObjectWithDummyValues(Car car)

createDummyCar

public static Car createDummyCar()
TODO comment!

Returns:

createDummySportscar

public static Sportscar createDummySportscar()
TODO comment!

Returns:

createDummyEuropeanSportscar

public static EuropeanSportscar createDummyEuropeanSportscar()