TYPO3  7.6
Public Member Functions | List of all members
NodeFactoryTest Class Reference
Inheritance diagram for NodeFactoryTest:

Public Member Functions

 constructThrowsExceptionIfOverrideMissesNodeNameKey ()
 
 constructThrowsExceptionIfOverrideMissesPriorityKey ()
 
 constructThrowsExceptionIfOverrideMissesClassKey ()
 
 constructThrowsExceptionIfOverridePriorityIsLowerThanZero ()
 
 constructThrowsExceptionIfOverridePriorityIsHigherThanHundred ()
 
 constructorThrowsExceptionIfOverrideTwoNodesWithSamePriorityAndSameNodeNameAreRegistered ()
 
 constructThrowsExceptionIfResolverMissesNodeNameKey ()
 
 constructThrowsExceptionIfResolverMissesPriorityKey ()
 
 constructThrowsExceptionIfResolverMissesClassKey ()
 
 constructThrowsExceptionIfResolverPriorityIsLowerThanZero ()
 
 constructThrowsExceptionIfResolverPriorityIsHigherThanHundred ()
 
 constructorThrowsExceptionIfResolverTwoNodesWithSamePriorityAndSameNodeNameAreRegistered ()
 
 constructorThrowsNoExceptionIfResolverWithSamePriorityButDifferentNodeNameAreRegistered ()
 
 createThrowsExceptionIfRenderTypeIsNotGiven ()
 
 createReturnsInstanceOfUnknownElementIfTypeIsNotRegistered ()
 
 createReturnsInstanceOfSelectTreeElementIfNeeded ()
 
 createReturnsInstanceOfSelectSingleElementIfNeeded ()
 

Detailed Description

Test case

Definition at line 26 of file NodeFactoryTest.php.

Member Function Documentation

constructorThrowsExceptionIfOverrideTwoNodesWithSamePriorityAndSameNodeNameAreRegistered ( )
Test:
1432223893

Definition at line 114 of file NodeFactoryTest.php.

References $GLOBALS.

constructorThrowsExceptionIfResolverTwoNodesWithSamePriorityAndSameNodeNameAreRegistered ( )
Test:
1433155705

Definition at line 217 of file NodeFactoryTest.php.

References $GLOBALS.

constructorThrowsNoExceptionIfResolverWithSamePriorityButDifferentNodeNameAreRegistered ( )
Test:

Definition at line 237 of file NodeFactoryTest.php.

References $GLOBALS.

constructThrowsExceptionIfOverrideMissesClassKey ( )
Test:
1432207533

Definition at line 65 of file NodeFactoryTest.php.

References $GLOBALS.

constructThrowsExceptionIfOverrideMissesNodeNameKey ( )
Test:
1432207533

Definition at line 33 of file NodeFactoryTest.php.

References $GLOBALS.

constructThrowsExceptionIfOverrideMissesPriorityKey ( )
Test:
1432207533

Definition at line 49 of file NodeFactoryTest.php.

References $GLOBALS.

constructThrowsExceptionIfOverridePriorityIsHigherThanHundred ( )
Test:
1432223531

Definition at line 97 of file NodeFactoryTest.php.

References $GLOBALS.

constructThrowsExceptionIfOverridePriorityIsLowerThanZero ( )
Test:
1432223531

Definition at line 81 of file NodeFactoryTest.php.

References $GLOBALS.

constructThrowsExceptionIfResolverMissesClassKey ( )
Test:
1433155522

Definition at line 168 of file NodeFactoryTest.php.

References $GLOBALS.

constructThrowsExceptionIfResolverMissesNodeNameKey ( )
Test:
1433155522

Definition at line 136 of file NodeFactoryTest.php.

References $GLOBALS.

constructThrowsExceptionIfResolverMissesPriorityKey ( )
Test:
1433155522

Definition at line 152 of file NodeFactoryTest.php.

References $GLOBALS.

constructThrowsExceptionIfResolverPriorityIsHigherThanHundred ( )
Test:
1433155563

Definition at line 200 of file NodeFactoryTest.php.

References $GLOBALS.

constructThrowsExceptionIfResolverPriorityIsLowerThanZero ( )
Test:
1433155563

Definition at line 184 of file NodeFactoryTest.php.

References $GLOBALS.

createReturnsInstanceOfSelectSingleElementIfNeeded ( )
Test:

Definition at line 304 of file NodeFactoryTest.php.

createReturnsInstanceOfSelectTreeElementIfNeeded ( )
Test:

Definition at line 291 of file NodeFactoryTest.php.

createReturnsInstanceOfUnknownElementIfTypeIsNotRegistered ( )
Test:

Definition at line 282 of file NodeFactoryTest.php.

createThrowsExceptionIfRenderTypeIsNotGiven ( )
Test:
1431452406

Definition at line 259 of file NodeFactoryTest.php.