Arquillian Container Test Implementation Base 1.0.1.Final

org.jboss.arquillian.container.test.impl.enricher.resource
Class ContainerControllerProvider

java.lang.Object
  extended by org.jboss.arquillian.container.test.impl.enricher.resource.ContainerControllerProvider
All Implemented Interfaces:
org.jboss.arquillian.test.spi.enricher.resource.ResourceProvider

public class ContainerControllerProvider
extends Object
implements org.jboss.arquillian.test.spi.enricher.resource.ResourceProvider

ContainerControllerProvider

Version:
$Revision: $
Author:
Martin Gencur

Constructor Summary
ContainerControllerProvider()
           
 
Method Summary
 boolean canProvide(Class<?> type)
           
 Object lookup(ArquillianResource resource, Annotation... qualifiers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerControllerProvider

public ContainerControllerProvider()
Method Detail

lookup

public Object lookup(ArquillianResource resource,
                     Annotation... qualifiers)
Specified by:
lookup in interface org.jboss.arquillian.test.spi.enricher.resource.ResourceProvider

canProvide

public boolean canProvide(Class<?> type)
Specified by:
canProvide in interface org.jboss.arquillian.test.spi.enricher.resource.ResourceProvider

Arquillian Container Test Implementation Base 1.0.1.Final

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