PHP 클래스 mageekguy\atoum\asserters\adapter

상속: extends mageekguy\atoum\asserter
파일 보기 프로젝트 열기: atoum/atoum 1 사용 예제들

공개 메소드들

메소드 설명
__get ( $property )
call ( $function )
withAnyArguments ( )
withArguments ( )
withAtLeastArguments ( array $arguments )
withAtLeastIdenticalArguments ( array $arguments )
withIdenticalArguments ( )
withoutAnyArgument ( )

보호된 메소드들

메소드 설명
adapterIsSet ( )
callIsSet ( )

메소드 상세

__get() 공개 메소드

public __get ( $property )

adapterIsSet() 보호된 메소드

protected adapterIsSet ( )

call() 공개 메소드

public call ( $function )

callIsSet() 보호된 메소드

protected callIsSet ( )

withAnyArguments() 공개 메소드

public withAnyArguments ( )

withArguments() 공개 메소드

public withArguments ( )

withAtLeastArguments() 공개 메소드

public withAtLeastArguments ( array $arguments )
$arguments array

withAtLeastIdenticalArguments() 공개 메소드

public withAtLeastIdenticalArguments ( array $arguments )
$arguments array

withIdenticalArguments() 공개 메소드

withoutAnyArgument() 공개 메소드

public withoutAnyArgument ( )