-
- All Implemented Interfaces:
public abstract class FilesTest
-
-
Constructor Summary
Constructors Constructor Description FilesTest(ServerPort adapter)
-
Method Summary
Modifier and Type Method Description final Unitinitialize()final Unitshutdown()final UnitParameters are separated from each other()final UnitRequesting a folder with an existing file name returns 404()final UnitAn static file from resources can be fetched()final UnitFiles content type is returned properly()final UnitNot found resources return 404()final UnitSending multi part content works properly()final UnitSending files works properly()final UnitFiles mounted on a path are returned properly()-
-
Constructor Detail
-
FilesTest
FilesTest(ServerPort adapter)
-
-
Method Detail
-
initialize
final Unit initialize()
-
Parameters are separated from each other
final Unit Parameters are separated from each other()
-
Requesting a folder with an existing file name returns 404
final Unit Requesting a folder with an existing file name returns 404()
-
An static file from resources can be fetched
final Unit An static file from resources can be fetched()
-
Files content type is returned properly
final Unit Files content type is returned properly()
-
Not found resources return 404
final Unit Not found resources return 404()
-
Sending multi part content works properly
final Unit Sending multi part content works properly()
-
Sending files works properly
final Unit Sending files works properly()
-
Files mounted on a path are returned properly
final Unit Files mounted on a path are returned properly()
-
-
-
-