Package br.com.caelum.vraptor.util.test

Examples of br.com.caelum.vraptor.util.test.MockLocalization


   
    Container container = mock(Container.class);
    when(container.instanceFor(JSONSerialization.class)).thenReturn(jsonSerialization);
    when(container.instanceFor(XMLSerialization.class)).thenReturn(xmlSerialization);
   
    MockLocalization mockLocalization = new MockLocalization(new SingletonResourceBundle("message.cat", "Just another {0} in {1}"));

    serialization = new I18nMessageSerialization(container , mockLocalization);
 
  }
View Full Code Here

TOP

Related Classes of br.com.caelum.vraptor.util.test.MockLocalization

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.