Forge - Parent 1.2.2-SNAPSHOT

org.jboss.forge.test.web
Class WebTestImpl

java.lang.Object
  extended by org.jboss.forge.test.web.WebTestImpl
All Implemented Interfaces:
WebTest

public class WebTestImpl
extends Object
implements WebTest

Author:
Lincoln Baxter, III

Constructor Summary
WebTestImpl()
           
 
Method Summary
 void addAsTestClass(Project project, JavaClass clazz)
           
 Method<JavaClass> buildDefaultDeploymentMethod(Project project, JavaClass clazz, Collection<String> deploymentItems)
           
 JavaClass from(Project project, Class<?> clazz)
           
 void setup(Project project)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebTestImpl

public WebTestImpl()
Method Detail

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

Forge - Parent 1.2.2-SNAPSHOT

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.