/**
 * THE TestCreateToot.java WRITEME...
 */
package com.tootsville.test;

import org.starhope.appius.user.Nomenclator;

import com.tootsville.user.Toot;

/**
 * WRITEME: Document this type. twheys@gmail.com Jan 6, 2010
 * 
 * @author <a href="mailto:twheys@gmail.com@resinteractive.com">Tim Heys</a>
 * 
 */
public class TestCreateToot {
    /**
     * 
     * <pre>
     * twheys@gmail.com Jan 7, 2010
     * </pre>
     * 
     * TO main WRITEME...
     * 
     * @param args WRITEME
     */
    public static void main (final String args[]) {
        final Toot newToot = (Toot) Nomenclator.getUserByID (2);
        System.out.println ("Peanuts: " + newToot.getPeanuts ());
    }
}
