nikgoodley-ibboost / aost

Automatically exported from code.google.com/p/aost
0 stars 0 forks source link

Add save menu item to TrUMP menu #104

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
we need to have a "save" menu option which will let you save a groovy
class that extends DslContext so you can use that directly in your
testing instead of having to copy and paste from the IDE

Original issue reported on code.google.com by John.Jian.Fang@gmail.com on 13 Feb 2009 at 4:36

GoogleCodeExporter commented 9 years ago

Original comment by John.Jian.Fang@gmail.com on 13 Feb 2009 at 4:39

GoogleCodeExporter commented 9 years ago
Should generate as the following template,

package test

import org.tellurium.dsl.DslContext

/**
 *  This UI module file is automatically generated by TrUMP 0.1.0.
 *  For any questions or problems, please post them to Tellurium user group at
 *
 *  http://groups.google.com/group/tellurium-users
 *  
 *
 */
class TestUiModule extends DslContext{

    public void defineUi() {
        ui.(fill in the ui module)
    }

    //add your test methods here
}

Original comment by John.Jian.Fang@gmail.com on 13 Feb 2009 at 6:53

GoogleCodeExporter commented 9 years ago

Original comment by John.Jian.Fang@gmail.com on 15 Feb 2009 at 1:39

GoogleCodeExporter commented 9 years ago

Original comment by John.Jian.Fang@gmail.com on 15 Feb 2009 at 8:23