Forge - Parent 1.0.5-SNAPSHOT

org.jboss.forge.test
Class SingletonAbstractShellTest

java.lang.Object
  extended by org.jboss.forge.test.SingletonAbstractShellTest

public abstract class SingletonAbstractShellTest
extends Object

Author:
Lincoln Baxter, III

Constructor Summary
SingletonAbstractShellTest()
           
 
Method Summary
static void afterClass()
           
 void afterTest()
           
 void beforeTest()
           
protected  DirectoryResource createTempFolder()
           
protected  javax.enterprise.inject.spi.BeanManager getBeanManager()
           
static org.jboss.shrinkwrap.api.spec.JavaArchive getDeployment()
           
protected  Project getProject()
           
protected  Shell getShell()
           
protected  Project initializeJavaProject()
           
protected  void queueInputLines(String... inputs)
           
protected  void resetInputQueue()
          Reset the shell input queue (called automatically before each test.)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingletonAbstractShellTest

public SingletonAbstractShellTest()
Method Detail

getDeployment

@Deployment
public static org.jboss.shrinkwrap.api.spec.JavaArchive getDeployment()

beforeTest

public void beforeTest()
                throws Exception
Throws:
Exception

afterTest

public void afterTest()
               throws IOException
Throws:
IOException

afterClass

public static void afterClass()
                       throws IOException
Throws:
IOException

createTempFolder

protected DirectoryResource createTempFolder()
                                      throws IOException
Throws:
IOException

resetInputQueue

protected void resetInputQueue()
                        throws IOException
Reset the shell input queue (called automatically before each test.)

Throws:
IOException

queueInputLines

protected void queueInputLines(String... inputs)

getBeanManager

protected javax.enterprise.inject.spi.BeanManager getBeanManager()

getShell

protected Shell getShell()

getProject

protected Project getProject()

initializeJavaProject

protected Project initializeJavaProject()
                                 throws Exception
Throws:
Exception

Forge - Parent 1.0.5-SNAPSHOT

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.