JSF Test Framework: Mock 1.1.2

org.jboss.test.faces.mock.component.visit
Class MockVisitContextFactory

java.lang.Object
  extended by javax.faces.component.visit.VisitContextFactory
      extended by org.jboss.test.faces.mock.component.visit.MockVisitContextFactory
All Implemented Interfaces:
javax.faces.FacesWrapper<javax.faces.component.visit.VisitContextFactory>, FacesMockController.MockObject

public class MockVisitContextFactory
extends javax.faces.component.visit.VisitContextFactory
implements FacesMockController.MockObject


Constructor Summary
MockVisitContextFactory()
          Default constructor
MockVisitContextFactory(org.easymock.IMocksControl control, String name)
           
 
Method Summary
 boolean equals(Object obj)
           
 org.easymock.IMocksControl getControl()
           
 javax.faces.component.visit.VisitContext getVisitContext(javax.faces.context.FacesContext arg0, Collection arg1, Set arg2)
           
 javax.faces.component.visit.VisitContextFactory getWrapped()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MockVisitContextFactory

public MockVisitContextFactory()
Default constructor


MockVisitContextFactory

public MockVisitContextFactory(org.easymock.IMocksControl control,
                               String name)
Parameters:
control -
Method Detail

getControl

public org.easymock.IMocksControl getControl()
Specified by:
getControl in interface FacesMockController.MockObject

getWrapped

public javax.faces.component.visit.VisitContextFactory getWrapped()
Specified by:
getWrapped in interface javax.faces.FacesWrapper<javax.faces.component.visit.VisitContextFactory>
Overrides:
getWrapped in class javax.faces.component.visit.VisitContextFactory

getVisitContext

public javax.faces.component.visit.VisitContext getVisitContext(javax.faces.context.FacesContext arg0,
                                                                Collection arg1,
                                                                Set arg2)
Specified by:
getVisitContext in class javax.faces.component.visit.VisitContextFactory

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

JSF Test Framework: Mock 1.1.2

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