Ajocado TestNG Integration 1.0.0.Alpha2

org.jboss.arquillian.ajocado.testng.listener
Class ListenerThreadLocal<T>

java.lang.Object
  extended by org.jboss.arquillian.ajocado.testng.listener.ListenerThreadLocal<T>

public class ListenerThreadLocal<T>
extends Object


Constructor Summary
ListenerThreadLocal()
           
 
Method Summary
 T get(Class<? extends AbstractConfigurationListener> listenerType)
           
protected  T initialValue()
           
 void set(Class<? extends AbstractConfigurationListener> listenerType, T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListenerThreadLocal

public ListenerThreadLocal()
Method Detail

initialValue

protected T initialValue()

get

public T get(Class<? extends AbstractConfigurationListener> listenerType)

set

public void set(Class<? extends AbstractConfigurationListener> listenerType,
                T value)

Ajocado TestNG Integration 1.0.0.Alpha2

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