org.kuali.rice.test.launch
Class CreateProjectTest

java.lang.Object
  extended by org.kuali.rice.test.launch.CreateProjectTest

public class CreateProjectTest
extends Object

Created by IntelliJ IDEA. User: sonam Date: 5/9/12 Time: 3:32 PM To change this template use File | Settings | File Templates.


Constructor Summary
CreateProjectTest()
           
 
Method Summary
protected  String getBaseDir()
           
protected  groovy.lang.GroovyObject getGroovyObject()
          Helper method to create the groovy object instance so that it can be used to call the script
 void setBaseDirSystemProperty()
          maven will set this property and find resources from the config based on it.
 void testCreateProjectForSampleApp()
           
 void testCreateProjectForSampleAppNoProjectDirectory()
           
 void testCreateProjectForStandalone()
           
 void testCreateProjectForStandaloneAppProjectDirectory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateProjectTest

public CreateProjectTest()
Method Detail

setBaseDirSystemProperty

public void setBaseDirSystemProperty()
maven will set this property and find resources from the config based on it. This makes eclipse testing work because we have to put the basedir in our config files in order to find things when testing from maven


testCreateProjectForSampleApp

public void testCreateProjectForSampleApp()
                                   throws IOException
Throws:
IOException

testCreateProjectForSampleAppNoProjectDirectory

public void testCreateProjectForSampleAppNoProjectDirectory()
                                                     throws IOException
Throws:
IOException

testCreateProjectForStandaloneAppProjectDirectory

public void testCreateProjectForStandaloneAppProjectDirectory()
                                                       throws IOException
Throws:
IOException

testCreateProjectForStandalone

public void testCreateProjectForStandalone()
                                    throws IOException
Throws:
IOException

getBaseDir

protected String getBaseDir()

getGroovyObject

protected groovy.lang.GroovyObject getGroovyObject()
Helper method to create the groovy object instance so that it can be used to call the script



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.