public class FileFilterTest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) FileFilter |
filter |
(package private) java.nio.file.Path |
pdf |
(package private) java.lang.String |
pdfMediaType |
(package private) java.lang.String |
pdfMimeType |
(package private) java.net.URL |
pdfUrl |
(package private) java.nio.file.Path |
txt |
(package private) java.lang.String |
txtMediaType |
(package private) java.lang.String |
txtMimeType |
(package private) java.net.URL |
txtUrl |
Constructor and Description |
---|
FileFilterTest() |
Modifier and Type | Method and Description |
---|---|
void |
exclusiveMediaTypeTest() |
void |
exclusiveMimeTypeTest() |
void |
inclusiveMediaTypeTest() |
void |
inclusiveMimeTypeTest() |
void |
plainFilterTest() |
void |
setUp() |
FileFilter filter
java.net.URL pdfUrl
java.net.URL txtUrl
java.nio.file.Path pdf
java.nio.file.Path txt
java.lang.String pdfMediaType
java.lang.String pdfMimeType
java.lang.String txtMediaType
java.lang.String txtMimeType
public void setUp()
public void plainFilterTest()
public void inclusiveMimeTypeTest()
public void exclusiveMimeTypeTest()
public void inclusiveMediaTypeTest()
public void exclusiveMediaTypeTest()