org.jboss.arquillian.impl
Class DeployableTestBuilder

java.lang.Object
  extended by org.jboss.arquillian.impl.DeployableTestBuilder

public class DeployableTestBuilder
extends Object

DeployableTestBuilder

Version:
$Revision: $
Author:
Aslak Knutsen

Method Summary
static TestRunnerAdaptor build()
           
static TestRunnerAdaptor build(Configuration configuration)
           
static TestRunnerAdaptor build(ContainerProfile profile)
           
static TestRunnerAdaptor build(ContainerProfile profile, Configuration configuration)
           
static TestRunnerAdaptor build(ProfileBuilder profileBuilder, Configuration configuration)
           
static ContainerProfile getProfile()
           
static void setProfile(ContainerProfile profile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setProfile

public static void setProfile(ContainerProfile profile)

getProfile

public static ContainerProfile getProfile()

build

public static TestRunnerAdaptor build()
Returns:

build

public static TestRunnerAdaptor build(Configuration configuration)

build

public static TestRunnerAdaptor build(ContainerProfile profile)

build

public static TestRunnerAdaptor build(ContainerProfile profile,
                                      Configuration configuration)

build

public static TestRunnerAdaptor build(ProfileBuilder profileBuilder,
                                      Configuration configuration)
Parameters:
profileBuilder -
Returns:


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