org.codehaus.waffle.mock
Class PicoRegistrarMockery

java.lang.Object
  extended by org.jmock.Mockery
      extended by org.codehaus.waffle.mock.AbstractRegistrarMockery
          extended by org.codehaus.waffle.mock.PicoRegistrarMockery

public class PicoRegistrarMockery
extends AbstractRegistrarMockery

Registrar Mockery that uses PicoContainer as the ContextContainer

Author:
Mauro Talevi

Constructor Summary
PicoRegistrarMockery()
           
 
Method Summary
protected  org.codehaus.waffle.context.ContextContainer createContextContainer()
           
protected  org.codehaus.waffle.registrar.Registrar createRegistrar(org.codehaus.waffle.context.ContextContainer container)
           
 
Methods inherited from class org.codehaus.waffle.mock.AbstractRegistrarMockery
assertApplicationContext, assertConfiguration, assertRequestContext, assertSessionContext, getRegistrarMonitor, mockHttpServletRequest, mockHttpServletResponse, mockHttpSession, mockServletContext
 
Methods inherited from class org.jmock.Mockery
addExpectation, assertIsSatisfied, checking, mock, mock, sequence, setDefaultResultForType, setExpectationErrorTranslator, setImposteriser, setNamingScheme, states
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PicoRegistrarMockery

public PicoRegistrarMockery()
Method Detail

createContextContainer

protected org.codehaus.waffle.context.ContextContainer createContextContainer()
Specified by:
createContextContainer in class AbstractRegistrarMockery

createRegistrar

protected org.codehaus.waffle.registrar.Registrar createRegistrar(org.codehaus.waffle.context.ContextContainer container)
Specified by:
createRegistrar in class AbstractRegistrarMockery


Copyright © 2008. All Rights Reserved.