PHP 클래스 Jyxo\Input\FactoryTest

저자: Jakub Tománek
저자: Ondřej Nešpor
상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: jyxo/php

공개 메소드들

메소드 설명
testCustomFilterPrefix ( ) Tests creating a filter instance with a custom prefix.
testCustomValidatorPrefix ( ) Tests creating a validator instance with a custom prefix.
testDoubleParam ( ) Tests creating an object with more parameters.
testGettingByInstances ( ) Tests "creating" an object defined by an instance.
testInexistentFilter ( ) Tests creating a non-existent filter.
testInexistentValidator ( ) Tests creating a non-existent filter.
testNoParam ( ) Tests creating an object with 0 parameters.
testSingleParam ( ) Tests creating an object with 1 parameter.

보호된 메소드들

메소드 설명
setUp ( ) Sets up the test.
tearDown ( ) Finishes the test.

메소드 상세

setUp() 보호된 메소드

Sets up the test.
protected setUp ( )

tearDown() 보호된 메소드

Finishes the test.
protected tearDown ( )

testCustomFilterPrefix() 공개 메소드

Tests creating a filter instance with a custom prefix.

testCustomValidatorPrefix() 공개 메소드

Tests creating a validator instance with a custom prefix.

testDoubleParam() 공개 메소드

Tests creating an object with more parameters.
public testDoubleParam ( )

testGettingByInstances() 공개 메소드

Tests "creating" an object defined by an instance.

testInexistentFilter() 공개 메소드

Tests creating a non-existent filter.

testInexistentValidator() 공개 메소드

Tests creating a non-existent filter.

testNoParam() 공개 메소드

Tests creating an object with 0 parameters.
public testNoParam ( )

testSingleParam() 공개 메소드

Tests creating an object with 1 parameter.
public testSingleParam ( )