TYPO3 CMS  TYPO3_6-2
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

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

Protected Attributes

 $fixture
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\UnitTestCase
 $backupGlobalsBlacklist = array('TYPO3_LOADED_EXT')
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 $backupGlobals = TRUE
 
 $backupStaticAttributes = FALSE
 

Additional Inherited Members

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

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! 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 115 of file DemandTest.php.

◆ setLoginAllExpectedValueForInt()

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

Definition at line 88 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 61 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 ( )

Definition at line 27 of file DemandTest.php.

◆ setUserNameReturnExpectedValueForString()

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

Definition at line 122 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 34 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

◆ $fixture

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

Definition at line 25 of file DemandTest.php.