Package de.larmic.joinfaces.test
Class FacesContextMock
- java.lang.Object
-
- de.larmic.joinfaces.test.FacesContextMock
-
public class FacesContextMock extends Object
-
-
Constructor Summary
Constructors Constructor Description FacesContextMock()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FacesContextMockreplaceIn(org.springframework.context.ApplicationContext applicationContext)FacesContextMockwithExternalParameter(String key, String value)FacesContextMockwithExternalParameters(Map<String,String> parameters)
-
-
-
Method Detail
-
withExternalParameter
public FacesContextMock withExternalParameter(String key, String value)
-
withExternalParameters
public FacesContextMock withExternalParameters(Map<String,String> parameters)
-
replaceIn
public FacesContextMock replaceIn(org.springframework.context.ApplicationContext applicationContext)
-
-