public class HeadServletTest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
HTML_URL
Test content provided by the test-services bundle
|
static String |
NONEXISTENT_URL |
static String |
PNG_URL
Test content provided by the test-services bundle
|
| Constructor and Description |
|---|
HeadServletTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
void |
htmlGet() |
void |
htmlHead() |
void |
nonexistentGet() |
void |
nonexistentHead() |
void |
pngGet() |
void |
pngHead() |
void |
setup() |
public static final String HTML_URL
public static final String PNG_URL
public static final String NONEXISTENT_URL
public void htmlGet()
throws IOException
IOExceptionpublic void htmlHead()
throws IOException
IOExceptionpublic void pngGet()
throws IOException
IOExceptionpublic void pngHead()
throws IOException
IOExceptionpublic void nonexistentGet()
throws IOException
IOExceptionpublic void nonexistentHead()
throws IOException
IOExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.