Class HeadServletTest
- java.lang.Object
-
- org.apache.sling.launchpad.webapp.integrationtest.servlets.HeadServletTest
-
public class HeadServletTest extends Object
Test HEAD requests
-
-
Constructor Summary
Constructors Constructor Description HeadServletTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cleanup()
void
htmlGet()
void
htmlHead()
void
nonexistentGet()
void
nonexistentHead()
void
pngGet()
void
pngHead()
void
setup()
-
-
-
Method Detail
-
htmlGet
public void htmlGet() throws IOException
- Throws:
IOException
-
htmlHead
public void htmlHead() throws IOException
- Throws:
IOException
-
pngGet
public void pngGet() throws IOException
- Throws:
IOException
-
pngHead
public void pngHead() throws IOException
- Throws:
IOException
-
nonexistentGet
public void nonexistentGet() throws IOException
- Throws:
IOException
-
nonexistentHead
public void nonexistentHead() throws IOException
- Throws:
IOException
-
-