Class ServletURLLookupServiceImpl
java.lang.Object
org.jboss.arquillian.graphene.container.ServletURLLookupServiceImpl
- All Implemented Interfaces:
ServletURLLookupService
Retrieves contextRoot for the current deployment and method.
Taken from Warp's CommandBusOnClient implementation.
- Author:
- Lukas Fryc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContextRoot(Method testMethod) Retrieves contextRoot in the context of given testMethod Returns null if contextRoot can't be retrieved (when no deployment is available)
-
Constructor Details
-
ServletURLLookupServiceImpl
public ServletURLLookupServiceImpl()
-
-
Method Details
-
getContextRoot
Description copied from interface:ServletURLLookupServiceRetrieves contextRoot in the context of given testMethod Returns null if contextRoot can't be retrieved (when no deployment is available)- Specified by:
getContextRootin interfaceServletURLLookupService
-