PHP Класс AppserverIo\Appserver\ServletEngine\Servlets\DhtmlServletTest

Автор: Tim Wagner ([email protected])
Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

testInit() публичный Метод

Tests the servlets init() method.
public testInit ( ) : void
Результат void

testServiceWithMissingPhtmlFile() публичный Метод

This tests the service() method with a request, prepared with a missing PHTML file.
public testServiceWithMissingPhtmlFile ( ) : void
Результат void

testServiceWithServletPath() публичный Метод

This tests the service() method with a request, prepared with a servlet path.
public testServiceWithServletPath ( ) : void
Результат void