java.lang.Object
org.junit.platform.commons.util.ResourceUtils
Collection of static utility methods for working with resources.
- Since:
 - 1.3 (originally in org.junit.platform.engine.support.descriptor)
 
- 
Method Summary
 
- 
Method Details
- 
stripQueryComponent
- Parameters:
 uri- theURIfrom which to strip the query component- Returns:
 - a new 
URIwith the query component removed, or the originalURIunmodified if it does not have a query component - Since:
 - 1.3
 
 
 -