‪TYPO3CMS  11.5
TYPO3\CMS\Beuser\Tests\Unit\Domain\Model\DemandTest Class Reference
Inheritance diagram for TYPO3\CMS\Beuser\Tests\Unit\Domain\Model\DemandTest:

Public Member Functions

 setUserTypeAllExpectedValueForInt ()
 
 setUserTypeAdminOnlyExpectedValueForInt ()
 
 setUserTypeUserOnlyExpectedValueForInt ()
 
 setStatusAllExpectedValueForInt ()
 
 setStatusActiveExpectedValueForInt ()
 
 setStatusInactiveExpectedValueForInt ()
 
 setLoginAllExpectedValueForInt ()
 
 setLoginNoneExpectedValueForInt ()
 
 setLoginSameExpectedValueForInt ()
 
 getUserNameInitialValueForString ()
 
 setUserNameReturnExpectedValueForString ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

Demand $subject
 

Detailed Description

Test case for class \TYPO3\CMS\Beuser\Domain\Model\Demand

Definition at line 26 of file DemandTest.php.

Member Function Documentation

◆ getUserNameInitialValueForString()

TYPO3\CMS\Beuser\Tests\Unit\Domain\Model\DemandTest::getUserNameInitialValueForString ( )
Test:

Definition at line 129 of file DemandTest.php.

◆ setLoginAllExpectedValueForInt()

TYPO3\CMS\Beuser\Tests\Unit\Domain\Model\DemandTest::setLoginAllExpectedValueForInt ( )
Test:

Definition at line 99 of file DemandTest.php.

References TYPO3\CMS\Beuser\Domain\Model\Demand\ALL.

◆ setLoginNoneExpectedValueForInt()

TYPO3\CMS\Beuser\Tests\Unit\Domain\Model\DemandTest::setLoginNoneExpectedValueForInt ( )

◆ setLoginSameExpectedValueForInt()

TYPO3\CMS\Beuser\Tests\Unit\Domain\Model\DemandTest::setLoginSameExpectedValueForInt ( )

◆ setStatusActiveExpectedValueForInt()

TYPO3\CMS\Beuser\Tests\Unit\Domain\Model\DemandTest::setStatusActiveExpectedValueForInt ( )

◆ setStatusAllExpectedValueForInt()

TYPO3\CMS\Beuser\Tests\Unit\Domain\Model\DemandTest::setStatusAllExpectedValueForInt ( )
Test:

Definition at line 69 of file DemandTest.php.

References TYPO3\CMS\Beuser\Domain\Model\Demand\ALL.

◆ setStatusInactiveExpectedValueForInt()

TYPO3\CMS\Beuser\Tests\Unit\Domain\Model\DemandTest::setStatusInactiveExpectedValueForInt ( )

◆ setUp()

TYPO3\CMS\Beuser\Tests\Unit\Domain\Model\DemandTest::setUp ( )
protected

Definition at line 30 of file DemandTest.php.

◆ setUserNameReturnExpectedValueForString()

TYPO3\CMS\Beuser\Tests\Unit\Domain\Model\DemandTest::setUserNameReturnExpectedValueForString ( )
Test:

Definition at line 137 of file DemandTest.php.

◆ setUserTypeAdminOnlyExpectedValueForInt()

TYPO3\CMS\Beuser\Tests\Unit\Domain\Model\DemandTest::setUserTypeAdminOnlyExpectedValueForInt ( )

◆ setUserTypeAllExpectedValueForInt()

TYPO3\CMS\Beuser\Tests\Unit\Domain\Model\DemandTest::setUserTypeAllExpectedValueForInt ( )
Test:

Definition at line 39 of file DemandTest.php.

References TYPO3\CMS\Beuser\Domain\Model\Demand\ALL.

◆ setUserTypeUserOnlyExpectedValueForInt()

TYPO3\CMS\Beuser\Tests\Unit\Domain\Model\DemandTest::setUserTypeUserOnlyExpectedValueForInt ( )

Member Data Documentation

◆ $subject

Demand TYPO3\CMS\Beuser\Tests\Unit\Domain\Model\DemandTest::$subject
protected

Definition at line 28 of file DemandTest.php.