PHP Class AppserverIo\Appserver\ServletEngine\Servlets\DhtmlServletTest

Inheritance: extends PHPUnit_Framework_TestCase
Exibir arquivo Open project: appserver-io/appserver

Public Methods

Method 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 method

Tests the servlets init() method.
public testInit ( ) : void
return void

testServiceWithMissingPhtmlFile() public method

This tests the service() method with a request, prepared with a missing PHTML file.

testServiceWithServletPath() public method

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