com.threerings.cast.util
Class CastUtil

java.lang.Object
  extended by com.threerings.cast.util.CastUtil

public class CastUtil
extends Object

Some Cast utilities that make use of our test resources.


Constructor Summary
CastUtil()
           
 
Method Summary
static CharacterDescriptor getRandomDescriptor(ComponentRepository crepo, String gender, String[] COMP_CLASSES, ColorPository cpos, String[] COLOR_CLASSES)
          Returns a new character descriptor populated with a random set of components.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CastUtil

public CastUtil()
Method Detail

getRandomDescriptor

public static CharacterDescriptor getRandomDescriptor(ComponentRepository crepo,
                                                      String gender,
                                                      String[] COMP_CLASSES,
                                                      ColorPository cpos,
                                                      String[] COLOR_CLASSES)
Returns a new character descriptor populated with a random set of components.