/**
* TODO
*/
public static org.veiset.coffew8.coffeepi.CoffeeState[] createCoffeeStateTestSet(
int loopDepth) {
org.veiset.coffew8.coffeepi.CoffeeState x[] = { new CoffeeState(0, 0),
new CoffeeState(20, 20), new CoffeeState(-1, -1),
new CoffeeState(-10, -10), new CoffeeState(2, 2),
new CoffeeState(101, 101), new CoffeeState(-5, 5),
new CoffeeState(-1, -1), new CoffeeState(2, 2),
new CoffeeState(100, 100), new CoffeeState(265, 265),
new CoffeeState(19, 19), new CoffeeState(20, 20) };
return x;
}