Package com.totsp.gwittir.client.util

Source Code of com.totsp.gwittir.client.util.GwtTestToStringBean

package com.totsp.gwittir.client.util;

import com.google.gwt.junit.client.GWTTestCase;

import com.totsp.gwittir.client.testmodel.TestModel;


/**
*
DOCUMENT ME!
*
* @author ccollins
*/
public class GwtTestToStringBean extends GWTTestCase {
    public String getModuleName() {
        return "com.totsp.gwittir.GwittirTest";
    }

   
    public void testToString() {
        TestModel testModel = new TestModel();
        System.out.println(testModel.toString());
    }
}
TOP

Related Classes of com.totsp.gwittir.client.util.GwtTestToStringBean

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.