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
IOException
public void htmlHead() throws IOException
IOException
public void pngGet() throws IOException
IOException
public void pngHead() throws IOException
IOException
public void nonexistentGet() throws IOException
IOException
public void nonexistentHead() throws IOException
IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.