com.silverpeas.authentication.web
Class WebTestResources

java.lang.Object
  extended by com.silverpeas.web.TestResources
      extended by com.silverpeas.authentication.web.WebTestResources
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Named(value="testRESTResources")
public class WebTestResources
extends TestResources

The resources required by tests on the REST services.


Field Summary
static String COMPONENT_ID
           
static String SPRING_CONTEXT
           
static String WEB_PACKAGES
           
static String WEB_RESOURCE_ID
           
static String WEB_RESOURCE_PATH
           
 
Fields inherited from class com.silverpeas.web.TestResources
DEFAULT_DOMAIN, DEFAULT_LANGUAGE, TEST_RESOURCES_NAME, USER_ID_IN_TEST
 
Constructor Summary
WebTestResources()
           
 
Method Summary
 UserFull getAUser()
           
 
Methods inherited from class com.silverpeas.web.TestResources
aUser, aUserNamed, getAccessControllerMock, getApplicationContext, getOrganizationControllerMock, getPersonalizationServiceMock, getSessionManagerMock, getSpaceAccessControllerMock, getTestResources, getTokenServiceMock, registerUser, setApplicationContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPRING_CONTEXT

public static final String SPRING_CONTEXT
See Also:
Constant Field Values

WEB_PACKAGES

public static final String WEB_PACKAGES
See Also:
Constant Field Values

COMPONENT_ID

public static final String COMPONENT_ID
See Also:
Constant Field Values

WEB_RESOURCE_ID

public static final String WEB_RESOURCE_ID
See Also:
Constant Field Values

WEB_RESOURCE_PATH

public static final String WEB_RESOURCE_PATH
See Also:
Constant Field Values
Constructor Detail

WebTestResources

public WebTestResources()
Method Detail

getAUser

public UserFull getAUser()


Copyright © 2016 Silverpeas. All Rights Reserved.