Searched refs:customWsdlFilePath (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/workflow/
H A DCreateSoapSTSDeploymentTest.java85 private final Path customWsdlFilePath; field in class:CreateSoapSTSDeploymentTest
90 customWsdlFilePath = Paths.get("/com", "sun", "identity", "workflow", "custom.wsdl");
136 try (InputStream inputWsdlStream = getClass().getResourceAsStream(customWsdlFilePath.toString());
256 return getClass().getResourceAsStream(customWsdlFilePath.toString());
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/workflow/
H A DCreateSoapSTSDeploymentTest.java84 private Path customWsdlFilePath; field in class:CreateSoapSTSDeploymentTest
90 customWsdlFilePath = Paths.get("/com", "sun", "identity", "workflow", "custom.wsdl");
139 try (InputStream inputWsdlStream = getClass().getResourceAsStream(customWsdlFilePath.toString());
259 return getClass().getResourceAsStream(customWsdlFilePath.toString());

Completed in 38 milliseconds