PHP 클래스 AppserverIo\Appserver\ServletEngine\Servlets\DhtmlServletTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: appserver-io/appserver

공개 메소드들

메소드 설명
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.

testServiceWithServletPath() 공개 메소드

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