TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Beuser\Tests\Unit\Domain\Model\DemandTest Class Reference
Inheritance diagram for TYPO3\CMS\Beuser\Tests\Unit\Domain\Model\DemandTest:
TYPO3\CMS\Core\Tests\UnitTestCase TYPO3\CMS\Core\Tests\BaseTestCase

Public Member Functions

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

Protected Member Functions

 setUp ()
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\UnitTestCase
 tearDown ()
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 getAccessibleMock ( $originalClassName, $methods=[], array $arguments=[], $mockClassName='', $callOriginalConstructor=true, $callOriginalClone=true, $callAutoload=true)
 
 getAccessibleMockForAbstractClass ( $originalClassName, array $arguments=[], $mockClassName='', $callOriginalConstructor=true, $callOriginalClone=true, $callAutoload=true, $mockedMethods=[])
 
 buildAccessibleProxy ($className)
 
 callInaccessibleMethod ($object, $name)
 
 inject ($target, $name, $dependency)
 
 getUniqueId ($prefix='')
 

Protected Attributes

 $subject
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\UnitTestCase
 $backupGlobalsBlacklist = ['TYPO3_LOADED_EXT']
 
 $testFilesToDelete = []
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 $backupGlobals = true
 
 $backupStaticAttributes = false
 

Detailed Description

Test case for class

Definition at line 20 of file DemandTest.php.

Member Function Documentation

◆ getUserNameInitialValueForString()

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

Definition at line 125 of file DemandTest.php.

◆ setLoginAllExpectedValueForInt()

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

Definition at line 95 of file DemandTest.php.

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

◆ setLoginNoneExpectedValueForInt()

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

◆ setLoginxSameExpectedValueForInt()

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

◆ setStatusActiveExpectedValueForInt()

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

◆ setStatusAllExpectedValueForInt()

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

Definition at line 65 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 27 of file DemandTest.php.

◆ setUserNameReturnExpectedValueForString()

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

Definition at line 133 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 35 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

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

Definition at line 25 of file DemandTest.php.