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

Public Member Functions

 testMultipleStart ()
 
 testAdvance ()
 
 testAdvanceWithStep ()
 
 testAdvanceMultipleTimes ()
 
 testAdvanceOverMax ()
 
 testCustomizations ()
 
 testDisplayWithoutStart ()
 
 testDisplayWithQuietVerbosity ()
 
 testFinishWithoutStart ()
 
 testPercent ()
 
 testOverwriteWithShorterLine ()
 
 testStartWithMax ()
 
 testSetCurrentProgress ()
 
 testSetCurrentBeforeStarting ()
 
 testRegressProgress ()
 
 testRedrawFrequency ()
 
 testMultiByteSupport ()
 
 testClear ()
 
 testPercentNotHundredBeforeComplete ()
 
 testNonDecoratedOutput ()
 
 testNonDecoratedOutputWithClear ()
 
 testNonDecoratedOutputWithoutMax ()
 
 testParallelBars ()
 
 testWithoutMax ()
 
 testAddingPlaceholderFormatter ()
 
 testMultilineFormat ()
 
 testAnsiColorsAndEmojis ()
 
 testSetFormat ()
 
 testFormatsWithoutMax ($format)
 
 provideFormat ()
 

Protected Member Functions

 getOutputStream ($decorated=true, $verbosity=StreamOutput::VERBOSITY_NORMAL)
 
 generateOutput ($expected)
 

Detailed Description

Definition at line 18 of file ProgressBarTest.php.

Member Function Documentation

generateOutput (   $expected)
protected
getOutputStream (   $decorated = true,
  $verbosity = StreamOutput::VERBOSITY_NORMAL 
)
protected
provideFormat ( )

Provides each defined format.

Returns
array

Definition at line 580 of file ProgressBarTest.php.

testAddingPlaceholderFormatter ( )
testAdvance ( )
testAdvanceMultipleTimes ( )
testAdvanceOverMax ( )
testAdvanceWithStep ( )
testAnsiColorsAndEmojis ( )
testClear ( )
testCustomizations ( )
testDisplayWithoutStart ( )
testDisplayWithQuietVerbosity ( )
testFinishWithoutStart ( )
testFormatsWithoutMax (   $format)

provideFormat

Definition at line 565 of file ProgressBarTest.php.

References ProgressBarTest\getOutputStream().

testMultiByteSupport ( )
testMultilineFormat ( )
testMultipleStart ( )
testNonDecoratedOutput ( )

Definition at line 313 of file ProgressBarTest.php.

References ProgressBarTest\getOutputStream().

testNonDecoratedOutputWithClear ( )

Definition at line 341 of file ProgressBarTest.php.

References ProgressBarTest\getOutputStream().

testNonDecoratedOutputWithoutMax ( )

Definition at line 359 of file ProgressBarTest.php.

References ProgressBarTest\getOutputStream().

testOverwriteWithShorterLine ( )
testParallelBars ( )
testPercent ( )
testPercentNotHundredBeforeComplete ( )
testRedrawFrequency ( )

Definition at line 247 of file ProgressBarTest.php.

References ProgressBarTest\getOutputStream().

testRegressProgress ( )

You can't regress the progress bar

Definition at line 239 of file ProgressBarTest.php.

References ProgressBarTest\getOutputStream().

testSetCurrentBeforeStarting ( )

Definition at line 228 of file ProgressBarTest.php.

References ProgressBarTest\getOutputStream().

testSetCurrentProgress ( )
testSetFormat ( )
testStartWithMax ( )
testWithoutMax ( )