Package org.fcrepo.client
Class MockHttpExpectations.SupportedUris
- java.lang.Object
-
- org.fcrepo.client.MockHttpExpectations.SupportedUris
-
- Enclosing class:
- MockHttpExpectations
public static final class MockHttpExpectations.SupportedUris extends Object
-
-
Field Summary
Fields Modifier and Type Field Description org.fcrepo.client.MockHttpExpectations.Urisuri200RespBodyA request URI that will return a 200 with a text response body.
-
Constructor Summary
Constructors Constructor Description SupportedUris()
-
-
-
Field Detail
-
uri200RespBody
public final org.fcrepo.client.MockHttpExpectations.Uris uri200RespBody
A request URI that will return a 200 with a text response body.
-
-
Constructor Detail
-
SupportedUris
public SupportedUris()
-
-