org.jboss.forge.test
Class SingletonAbstractShellTest
java.lang.Object
org.jboss.forge.test.SingletonAbstractShellTest
public abstract class SingletonAbstractShellTest
- extends Object
- Author:
- Lincoln Baxter, III
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SingletonAbstractShellTest
public SingletonAbstractShellTest()
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
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.