javax.faces.component
Class UIComponentBaseFacesListenerTest

java.lang.Object
  extended by javax.faces.component.AbstractUIComponentBaseTest
      extended by javax.faces.component.UIComponentBaseFacesListenerTest

public class UIComponentBaseFacesListenerTest
extends AbstractUIComponentBaseTest

Created by IntelliJ IDEA. User: mathias Date: 18.03.2007 Time: 01:16:50 To change this template use File | Settings | File Templates.


Field Summary
 
Fields inherited from class javax.faces.component.AbstractUIComponentBaseTest
_facesContext, _mocksControl, _renderer, _testImpl
 
Constructor Summary
UIComponentBaseFacesListenerTest()
           
 
Method Summary
protected  void setUp()
           
 void testArgNPE()
           
 void testEmptyListener()
           
 void testGetFacesListeners()
           
 void testInvalidListenerType()
           
 void testRemoveFacesListener()
           
 void testRemoveFacesListenerArgNPE()
           
 
Methods inherited from class javax.faces.component.AbstractUIComponentBaseTest
getMockedMethods, getMockedMethodsArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIComponentBaseFacesListenerTest

public UIComponentBaseFacesListenerTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class AbstractUIComponentBaseTest
Throws:
Exception

testArgNPE

public void testArgNPE()
                throws Exception
Throws:
Exception

testInvalidListenerType

public void testInvalidListenerType()
                             throws Exception
Throws:
Exception

testEmptyListener

public void testEmptyListener()
                       throws Exception
Throws:
Exception

testGetFacesListeners

public void testGetFacesListeners()

testRemoveFacesListenerArgNPE

public void testRemoveFacesListenerArgNPE()
                                   throws Exception
Throws:
Exception

testRemoveFacesListener

public void testRemoveFacesListener()
                             throws Exception
Throws:
Exception


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.