org.jboss.arquillian.impl.context
Class ContainerProfileBuilder

java.lang.Object
  extended by org.jboss.arquillian.impl.context.ContainerProfileBuilder
All Implemented Interfaces:
ProfileBuilder

public class ContainerProfileBuilder
extends Object
implements ProfileBuilder

ContainerProfileBuilder

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
ContainerProfileBuilder()
           
 
Method Summary
 void buildClassContext(ClassContext context, Class<?> testClass)
           
 void buildSuiteContext(SuiteContext context)
           
 void buildTestContext(TestContext context, Object testInstance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerProfileBuilder

public ContainerProfileBuilder()
Method Detail

buildSuiteContext

public void buildSuiteContext(SuiteContext context)
Specified by:
buildSuiteContext in interface ProfileBuilder

buildClassContext

public void buildClassContext(ClassContext context,
                              Class<?> testClass)
Specified by:
buildClassContext in interface ProfileBuilder

buildTestContext

public void buildTestContext(TestContext context,
                             Object testInstance)
Specified by:
buildTestContext in interface ProfileBuilder


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