‪TYPO3CMS  9.5
TYPO3\CMS\Extbase\Tests\Unit\Error\MessageTest Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Tests\Unit\Error\MessageTest:

Public Member Functions

 theConstructorSetsTheMessageMessageCorrectly ()
 
 theConstructorSetsTheMessageCodeCorrectly ()
 
 theConstructorSetsTheMessageArgumentsCorrectly ()
 
 theConstructorSetsTheMessageTitleCorrectly ()
 
 renderRendersCorrectlyWithoutArguments ()
 
 renderRendersCorrectlyWithArguments ()
 
 toStringCallsRender ()
 

Detailed Description

Test case

Definition at line 22 of file MessageTest.php.

Member Function Documentation

◆ renderRendersCorrectlyWithArguments()

TYPO3\CMS\Extbase\Tests\Unit\Error\MessageTest::renderRendersCorrectlyWithArguments ( )
Test:

Definition at line 76 of file MessageTest.php.

◆ renderRendersCorrectlyWithoutArguments()

TYPO3\CMS\Extbase\Tests\Unit\Error\MessageTest::renderRendersCorrectlyWithoutArguments ( )
Test:

Definition at line 67 of file MessageTest.php.

◆ theConstructorSetsTheMessageArgumentsCorrectly()

TYPO3\CMS\Extbase\Tests\Unit\Error\MessageTest::theConstructorSetsTheMessageArgumentsCorrectly ( )
Test:

Definition at line 47 of file MessageTest.php.

◆ theConstructorSetsTheMessageCodeCorrectly()

TYPO3\CMS\Extbase\Tests\Unit\Error\MessageTest::theConstructorSetsTheMessageCodeCorrectly ( )
Test:

Definition at line 37 of file MessageTest.php.

◆ theConstructorSetsTheMessageMessageCorrectly()

TYPO3\CMS\Extbase\Tests\Unit\Error\MessageTest::theConstructorSetsTheMessageMessageCorrectly ( )
Test:

Definition at line 27 of file MessageTest.php.

◆ theConstructorSetsTheMessageTitleCorrectly()

TYPO3\CMS\Extbase\Tests\Unit\Error\MessageTest::theConstructorSetsTheMessageTitleCorrectly ( )
Test:

Definition at line 57 of file MessageTest.php.

◆ toStringCallsRender()

TYPO3\CMS\Extbase\Tests\Unit\Error\MessageTest::toStringCallsRender ( )
Test:

Definition at line 85 of file MessageTest.php.