ProgressBarTest
extends TestCase
in package
Tags
Table of Contents
Methods
- provideFormat() : array<string|int, mixed>
- Provides each defined format.
- testAddingPlaceholderFormatter() : mixed
- testAdvance() : mixed
- testAdvanceMultipleTimes() : mixed
- testAdvanceOverMax() : mixed
- testAdvanceWithStep() : mixed
- testAnsiColorsAndEmojis() : mixed
- testBarWidthWithMultilineFormat() : mixed
- testClear() : mixed
- testCustomizations() : mixed
- testDisplayWithoutStart() : mixed
- testDisplayWithQuietVerbosity() : mixed
- testFinishWithoutStart() : mixed
- testFormat() : mixed
- testFormatsWithoutMax() : mixed
- testMultiByteSupport() : mixed
- testMultilineFormat() : mixed
- testMultipleStart() : mixed
- testNonDecoratedOutput() : mixed
- testNonDecoratedOutputWithClear() : mixed
- testNonDecoratedOutputWithoutMax() : mixed
- testOverwriteWithShorterLine() : mixed
- testParallelBars() : mixed
- testPercent() : mixed
- testPercentNotHundredBeforeComplete() : mixed
- testRedrawFrequency() : mixed
- testRedrawFrequencyIsAtLeastOneIfSmallerOneGiven() : mixed
- testRedrawFrequencyIsAtLeastOneIfZeroGiven() : mixed
- testRegress() : mixed
- testRegressBelowMin() : mixed
- testRegressMultipleTimes() : mixed
- testRegressWithStep() : mixed
- testSetCurrentBeforeStarting() : mixed
- testSetCurrentProgress() : mixed
- testSetFormat() : mixed
- testStartWithMax() : mixed
- testWithoutMax() : mixed
- testWithSmallScreen() : mixed
- generateOutput() : mixed
- getOutputStream() : mixed
Methods
provideFormat()
Provides each defined format.
public
provideFormat() : array<string|int, mixed>
Return values
array<string|int, mixed>testAddingPlaceholderFormatter()
public
testAddingPlaceholderFormatter() : mixed
testAdvance()
public
testAdvance() : mixed
testAdvanceMultipleTimes()
public
testAdvanceMultipleTimes() : mixed
testAdvanceOverMax()
public
testAdvanceOverMax() : mixed
testAdvanceWithStep()
public
testAdvanceWithStep() : mixed
testAnsiColorsAndEmojis()
public
testAnsiColorsAndEmojis() : mixed
testBarWidthWithMultilineFormat()
public
testBarWidthWithMultilineFormat() : mixed
testClear()
public
testClear() : mixed
testCustomizations()
public
testCustomizations() : mixed
testDisplayWithoutStart()
public
testDisplayWithoutStart() : mixed
testDisplayWithQuietVerbosity()
public
testDisplayWithQuietVerbosity() : mixed
testFinishWithoutStart()
public
testFinishWithoutStart() : mixed
testFormat()
public
testFormat() : mixed
testFormatsWithoutMax()
public
testFormatsWithoutMax(mixed $format) : mixed
Parameters
- $format : mixed
Tags
testMultiByteSupport()
public
testMultiByteSupport() : mixed
testMultilineFormat()
public
testMultilineFormat() : mixed
testMultipleStart()
public
testMultipleStart() : mixed
testNonDecoratedOutput()
public
testNonDecoratedOutput() : mixed
testNonDecoratedOutputWithClear()
public
testNonDecoratedOutputWithClear() : mixed
testNonDecoratedOutputWithoutMax()
public
testNonDecoratedOutputWithoutMax() : mixed
testOverwriteWithShorterLine()
public
testOverwriteWithShorterLine() : mixed
testParallelBars()
public
testParallelBars() : mixed
testPercent()
public
testPercent() : mixed
testPercentNotHundredBeforeComplete()
public
testPercentNotHundredBeforeComplete() : mixed
testRedrawFrequency()
public
testRedrawFrequency() : mixed
testRedrawFrequencyIsAtLeastOneIfSmallerOneGiven()
public
testRedrawFrequencyIsAtLeastOneIfSmallerOneGiven() : mixed
testRedrawFrequencyIsAtLeastOneIfZeroGiven()
public
testRedrawFrequencyIsAtLeastOneIfZeroGiven() : mixed
testRegress()
public
testRegress() : mixed
testRegressBelowMin()
public
testRegressBelowMin() : mixed
testRegressMultipleTimes()
public
testRegressMultipleTimes() : mixed
testRegressWithStep()
public
testRegressWithStep() : mixed
testSetCurrentBeforeStarting()
public
testSetCurrentBeforeStarting() : mixed
testSetCurrentProgress()
public
testSetCurrentProgress() : mixed
testSetFormat()
public
testSetFormat() : mixed
testStartWithMax()
public
testStartWithMax() : mixed
testWithoutMax()
public
testWithoutMax() : mixed
testWithSmallScreen()
public
testWithSmallScreen() : mixed
generateOutput()
protected
generateOutput(mixed $expected) : mixed
Parameters
- $expected : mixed
getOutputStream()
protected
getOutputStream([mixed $decorated = true ][, mixed $verbosity = StreamOutput::VERBOSITY_NORMAL ]) : mixed
Parameters
- $decorated : mixed = true
- $verbosity : mixed = StreamOutput::VERBOSITY_NORMAL