java.lang.Object
org.junit.platform.commons.support.DefaultResource
- All Implemented Interfaces:
Resource
DISCLAIMER
These utilities are intended solely for usage within the JUnit framework itself. Any usage by external parties is not supported. Use at your own risk!
- Since:
- 1.11
-
Constructor Details
-
DefaultResource
-
-
Method Details
-
getName
Description copied from interface:Resource
Get the resource name.The resource name is a
/
-separated path. The path is relative to the classpath root in which the resource is located. -
getUri
Description copied from interface:Resource
Get URI to a resource. -
equals
-
hashCode
public int hashCode() -
toString
-