![]() |
TYPO3
7.6
|
Public Member Functions | |
testAdvance () | |
testAdvanceWithStep () | |
testAdvanceMultipleTimes () | |
testCustomizations () | |
testPercent () | |
testOverwriteWithShorterLine () | |
testSetCurrentProgress () | |
testSetCurrentBeforeStarting () | |
testRegressProgress () | |
testRedrawFrequency () | |
testMultiByteSupport () | |
testClear () | |
testPercentNotHundredBeforeComplete () | |
testNonDecoratedOutput () | |
Protected Member Functions | |
getOutputStream ($decorated=true) | |
generateOutput ($expected) | |
Protected Attributes | |
$lastMessagesLength | |
legacy
Definition at line 20 of file LegacyProgressHelperTest.php.
|
protected |
Definition at line 215 of file LegacyProgressHelperTest.php.
Referenced by LegacyProgressHelperTest\testAdvance(), LegacyProgressHelperTest\testAdvanceMultipleTimes(), LegacyProgressHelperTest\testAdvanceWithStep(), LegacyProgressHelperTest\testClear(), LegacyProgressHelperTest\testCustomizations(), LegacyProgressHelperTest\testMultiByteSupport(), LegacyProgressHelperTest\testOverwriteWithShorterLine(), LegacyProgressHelperTest\testPercent(), LegacyProgressHelperTest\testPercentNotHundredBeforeComplete(), and LegacyProgressHelperTest\testSetCurrentProgress().
|
protected |
Definition at line 208 of file LegacyProgressHelperTest.php.
References OutputInterface\VERBOSITY_NORMAL.
Referenced by LegacyProgressHelperTest\testAdvance(), LegacyProgressHelperTest\testAdvanceMultipleTimes(), LegacyProgressHelperTest\testAdvanceWithStep(), LegacyProgressHelperTest\testClear(), LegacyProgressHelperTest\testCustomizations(), LegacyProgressHelperTest\testMultiByteSupport(), LegacyProgressHelperTest\testNonDecoratedOutput(), LegacyProgressHelperTest\testOverwriteWithShorterLine(), LegacyProgressHelperTest\testPercent(), LegacyProgressHelperTest\testPercentNotHundredBeforeComplete(), LegacyProgressHelperTest\testRedrawFrequency(), LegacyProgressHelperTest\testRegressProgress(), and LegacyProgressHelperTest\testSetCurrentProgress().
testAdvance | ( | ) |
Definition at line 22 of file LegacyProgressHelperTest.php.
References LegacyProgressHelperTest\generateOutput(), and LegacyProgressHelperTest\getOutputStream().
testAdvanceMultipleTimes | ( | ) |
Definition at line 42 of file LegacyProgressHelperTest.php.
References LegacyProgressHelperTest\generateOutput(), and LegacyProgressHelperTest\getOutputStream().
testAdvanceWithStep | ( | ) |
Definition at line 32 of file LegacyProgressHelperTest.php.
References LegacyProgressHelperTest\generateOutput(), and LegacyProgressHelperTest\getOutputStream().
testClear | ( | ) |
Definition at line 172 of file LegacyProgressHelperTest.php.
References LegacyProgressHelperTest\generateOutput(), and LegacyProgressHelperTest\getOutputStream().
testCustomizations | ( | ) |
Definition at line 53 of file LegacyProgressHelperTest.php.
References LegacyProgressHelperTest\generateOutput(), and LegacyProgressHelperTest\getOutputStream().
testMultiByteSupport | ( | ) |
Definition at line 157 of file LegacyProgressHelperTest.php.
References LegacyProgressHelperTest\generateOutput(), and LegacyProgressHelperTest\getOutputStream().
testNonDecoratedOutput | ( | ) |
Definition at line 198 of file LegacyProgressHelperTest.php.
References LegacyProgressHelperTest\getOutputStream().
testOverwriteWithShorterLine | ( | ) |
Definition at line 80 of file LegacyProgressHelperTest.php.
References LegacyProgressHelperTest\generateOutput(), and LegacyProgressHelperTest\getOutputStream().
testPercent | ( | ) |
Definition at line 68 of file LegacyProgressHelperTest.php.
References LegacyProgressHelperTest\generateOutput(), and LegacyProgressHelperTest\getOutputStream().
testPercentNotHundredBeforeComplete | ( | ) |
Definition at line 186 of file LegacyProgressHelperTest.php.
References LegacyProgressHelperTest\generateOutput(), and LegacyProgressHelperTest\getOutputStream().
testRedrawFrequency | ( | ) |
Definition at line 142 of file LegacyProgressHelperTest.php.
References LegacyProgressHelperTest\getOutputStream().
testRegressProgress | ( | ) |
You can't regress the progress bar
Definition at line 134 of file LegacyProgressHelperTest.php.
References LegacyProgressHelperTest\getOutputStream().
testSetCurrentBeforeStarting | ( | ) |
You must start the progress bar
Definition at line 124 of file LegacyProgressHelperTest.php.
testSetCurrentProgress | ( | ) |
Definition at line 101 of file LegacyProgressHelperTest.php.
References LegacyProgressHelperTest\generateOutput(), and LegacyProgressHelperTest\getOutputStream().
|
protected |
Definition at line 213 of file LegacyProgressHelperTest.php.