Package org.httpobjects.tck
Class IntegrationTest
java.lang.Object
org.httpobjects.tck.WireTest
org.httpobjects.tck.IntegrationTest
Technology Compatibility Kit
-
Nested Class Summary
Nested classes/interfaces inherited from class org.httpobjects.tck.WireTest
WireTest.HeaderSpec -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidprotected abstract voidserve(int port, HttpObject... objects) voidvoidsetup()protected abstract voidvoidvoidvoidvoidtearDown()voidMethods inherited from class org.httpobjects.tck.WireTest
assertResource, assertResource, get, getFrom
-
Field Details
-
port
protected int port
-
-
Constructor Details
-
IntegrationTest
public IntegrationTest()
-
-
Method Details
-
serve
-
stopServing
protected abstract void stopServing() -
setup
public void setup() -
supportsHead
- Throws:
Exception
-
supportsOptions
- Throws:
Exception
-
returnsConnectionInfo
- Throws:
Exception
-
hasRepresentation
- Throws:
Exception
-
immutableCopies
- Throws:
Exception
-
parsesPathVars
- Throws:
Exception
-
parsesSubpaths
- Throws:
Exception
-
supportsPatch
- Throws:
Exception
-
setCookieHeadersAreTranslated
- Throws:
Exception
-
requestCookiesAreTranslated
- Throws:
Exception
-
basicAuthentication
public void basicAuthentication() -
nullResponsesAreTreatedAsNotFound
public void nullResponsesAreTreatedAsNotFound() -
returnsNotFoundIfThereIsNoMatchingPattern
public void returnsNotFoundIfThereIsNoMatchingPattern() -
happyPathForGet
public void happyPathForGet() -
happyPathForPost
public void happyPathForPost() -
happyPathForPut
public void happyPathForPut() -
queryParameters
public void queryParameters() -
queryParametersWithSlashes
public void queryParametersWithSlashes() -
urlToString
public void urlToString() -
methodNotAllowed
public void methodNotAllowed() -
redirectsAndSetsCookies
public void redirectsAndSetsCookies() -
handlesExpectContinue
public void handlesExpectContinue() -
tearDown
- Throws:
Exception
-