org.jboss.forge.test.web
Class WebTestImpl
java.lang.Object
org.jboss.forge.test.web.WebTestImpl
- All Implemented Interfaces:
- WebTest
public class WebTestImpl
- extends Object
- implements WebTest
- Author:
- Lincoln Baxter, III
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebTestImpl
public WebTestImpl()
setup
public void setup(Project project)
- Specified by:
setup
in interface WebTest
from
public JavaClass from(Project project,
Class<?> clazz)
- Specified by:
from
in interface WebTest
addAsTestClass
public void addAsTestClass(Project project,
JavaClass clazz)
- Specified by:
addAsTestClass
in interface WebTest
buildDefaultDeploymentMethod
public Method<JavaClass> buildDefaultDeploymentMethod(Project project,
JavaClass clazz,
Collection<String> deploymentItems)
- Specified by:
buildDefaultDeploymentMethod
in interface WebTest
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.