PHP Class AppserverIo\Appserver\ServletEngine\Servlets\DhtmlServletTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: appserver-io/appserver

Méthodes publiques

Méthode Description
testInit ( ) : void Tests the servlets init() method.
testServiceWithMissingPhtmlFile ( ) : void This tests the service() method with a request, prepared with a missing PHTML file.
testServiceWithServletPath ( ) : void This tests the service() method with a request, prepared with a servlet path.

Method Details

testInit() public méthode

Tests the servlets init() method.
public testInit ( ) : void
Résultat void

testServiceWithMissingPhtmlFile() public méthode

This tests the service() method with a request, prepared with a missing PHTML file.
public testServiceWithMissingPhtmlFile ( ) : void
Résultat void

testServiceWithServletPath() public méthode

This tests the service() method with a request, prepared with a servlet path.
public testServiceWithServletPath ( ) : void
Résultat void