org.apache.maven.surefire.common.junit4
Class JUnit4RunListenerFactory

java.lang.Object
  extended by org.apache.maven.surefire.common.junit4.JUnit4RunListenerFactory

public class JUnit4RunListenerFactory
extends java.lang.Object

Author:
Kristian Rosenvold

Constructor Summary
JUnit4RunListenerFactory()
           
 
Method Summary
static java.util.List<org.junit.runner.notification.RunListener> createCustomListeners(java.lang.String listenerProperty)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUnit4RunListenerFactory

public JUnit4RunListenerFactory()
Method Detail

createCustomListeners

public static java.util.List<org.junit.runner.notification.RunListener> createCustomListeners(java.lang.String listenerProperty)


Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.