Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Assert
LazyAssertion
PHP Class Assert\LazyAssertion
Show file
Open project: beberlei/assert
Public Methods
Method
Description
__call
(
$method
,
$args
)
setExceptionClass
(
string
$className
)
that
(
$value
,
$propertyPath
,
$defaultMessage
= null )
tryAll
( )
verifyNow
( ) :
boolean
Method Details
__call()
public
method
public
__call
(
$method
,
$args
)
setExceptionClass()
public
method
public
setExceptionClass
(
string
$className
)
$className
string
that()
public
method
public
that
(
$value
,
$propertyPath
,
$defaultMessage
= null )
tryAll()
public
method
public
tryAll
( )
verifyNow()
public
method
public
verifyNow
( ) :
boolean
return
boolean