- getAcceptedIssuers() - Method in class net.trajano.commons.testing.internal.NullX509TrustManager
-
Gets a list of accepted issuers.
- getResourceAsBytes(Class<?>, String) - Static method in class net.trajano.commons.testing.ResourceUtil
-
Reads a resource as bytes from the the given class' class loader.
- getResourceAsBytes(String) - Static method in class net.trajano.commons.testing.ResourceUtil
-
Reads a resource as bytes from the context class loader.
- getResourceAsStream(Class<?>, String) - Static method in class net.trajano.commons.testing.ResourceUtil
-
Reads a resource as a stream from the the given class' class loader.
- getResourceAsStream(String) - Static method in class net.trajano.commons.testing.ResourceUtil
-
Reads a resource as a stream from the context class loader.
- getResourceAsString(Class<?>, String) - Static method in class net.trajano.commons.testing.ResourceUtil
-
Reads a resource as a string from the the given class' class loader.
- getResourceAsString(String) - Static method in class net.trajano.commons.testing.ResourceUtil
-
Reads a resource as a String from the from the context class loader.
- getResourceCopy(Class<?>, String) - Static method in class net.trajano.commons.testing.ResourceUtil
-
Creates a copy of the resource from the given class' class loader to a
temporary file.
- getResourceCopy(String) - Static method in class net.trajano.commons.testing.ResourceUtil
-
Creates a copy of the resource from the context class loader to a
temporary file.