net.curre.prefcount.test
Class BaseTestCase.Whist

java.lang.Object
  extended by net.curre.prefcount.test.BaseTestCase.Whist
Enclosing class:
BaseTestCase

protected static class BaseTestCase.Whist
extends java.lang.Object

Class to represent whist against one player.


Field Summary
 net.curre.prefcount.gui.type.Place place
          Player against whist this whist.
 java.lang.String whist
          Whist value as a string.
 
Method Summary
static BaseTestCase.Whist n(net.curre.prefcount.gui.type.Place place, java.lang.String whist)
          Creates a new Whist object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

place

public final net.curre.prefcount.gui.type.Place place
Player against whist this whist.


whist

public final java.lang.String whist
Whist value as a string.

Method Detail

n

public static BaseTestCase.Whist n(net.curre.prefcount.gui.type.Place place,
                                   java.lang.String whist)
Creates a new Whist object.

Parameters:
place - player place.
whist - whist value.
Returns:
created Whist object.


Copyright © 2008. All Rights Reserved.