Interface ServletURLLookupService
- All Known Implementing Classes:
ServletURLLookupServiceImpl
public interface ServletURLLookupService
The service which is able to lookup the contextRoot URL for context of current test and test method.
- Author:
- Lukas Fryc
-
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)
-
Method Details
-
getContextRoot
Retrieves contextRoot in the context of given testMethod Returns null if contextRoot can't be retrieved (when no deployment is available)
-