‪TYPO3CMS  ‪main
TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder\ExceptionExpectation Class Reference
Inheritance diagram for TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder\ExceptionExpectation:
TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder\Applicable

Public Member Functions

 withClassName (string $className)
 
 withCode (int $code)
 
 withMessage (string $message)
 
 getClassName ()
 
 getCode ()
 
 getMessage ()
 
 describe ()
 

Static Public Member Functions

static create (string $identifier)
 

Private Member Functions

 __construct (string $identifier)
 

Private Attributes

string $identifier
 
string $className
 
int $code
 
string $message
 

Detailed Description

Definition at line 20 of file ExceptionExpectation.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder\ExceptionExpectation::__construct ( string  $identifier)
private

Member Function Documentation

◆ create()

static TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder\ExceptionExpectation::create ( string  $identifier)
static

◆ describe()

TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder\ExceptionExpectation::describe ( )

◆ getClassName()

TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder\ExceptionExpectation::getClassName ( )

◆ getCode()

TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder\ExceptionExpectation::getCode ( )

◆ getMessage()

TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder\ExceptionExpectation::getMessage ( )

◆ withClassName()

TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder\ExceptionExpectation::withClassName ( string  $className)

◆ withCode()

TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder\ExceptionExpectation::withCode ( int  $code)

◆ withMessage()

TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder\ExceptionExpectation::withMessage ( string  $message)

Member Data Documentation

◆ $className

string TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder\ExceptionExpectation::$className
private

◆ $code

int TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder\ExceptionExpectation::$code
private

◆ $identifier

string TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder\ExceptionExpectation::$identifier
private

◆ $message

string TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder\ExceptionExpectation::$message
private