Documentation

TableTest extends TestCase
in package

Table of Contents

Properties

$stream  : mixed

Methods

renderProvider()  : mixed
testColumnStyle()  : mixed
testColumnWith()  : mixed
testColumnWiths()  : mixed
testGetStyleDefinition()  : mixed
testIsNotDefinedStyleException()  : mixed
testRender()  : mixed
testRenderAddRows()  : mixed
testRenderAddRowsOneByOne()  : mixed
testRenderMultiByte()  : mixed
testRenderMultiCalls()  : mixed
testRowSeparator()  : mixed
testStyle()  : mixed
testTableCellWithNumericFloatValue()  : mixed
testTableCellWithNumericIntValue()  : mixed
getOutputContent()  : mixed
getOutputStream()  : mixed
setUp()  : mixed
tearDown()  : mixed

Properties

Methods

renderProvider()

public renderProvider() : mixed

testColumnStyle()

public testColumnStyle() : mixed

testColumnWith()

public testColumnWith() : mixed

testColumnWiths()

public testColumnWiths() : mixed

testGetStyleDefinition()

public testGetStyleDefinition() : mixed
Tags
expectedException

\Symfony\Component\Console\Exception\InvalidArgumentException

expectedExceptionMessage

Style "absent" is not defined.

testIsNotDefinedStyleException()

public testIsNotDefinedStyleException() : mixed
Tags
expectedException

\Symfony\Component\Console\Exception\InvalidArgumentException

expectedExceptionMessage

Style "absent" is not defined.

testRender()

public testRender(mixed $headers, mixed $rows, mixed $style, mixed $expected[, mixed $decorated = false ]) : mixed
Parameters
$headers : mixed
$rows : mixed
$style : mixed
$expected : mixed
$decorated : mixed = false
Tags
dataProvider

renderProvider

testRenderAddRows()

public testRenderAddRows(mixed $headers, mixed $rows, mixed $style, mixed $expected[, mixed $decorated = false ]) : mixed
Parameters
$headers : mixed
$rows : mixed
$style : mixed
$expected : mixed
$decorated : mixed = false
Tags
dataProvider

renderProvider

testRenderAddRowsOneByOne()

public testRenderAddRowsOneByOne(mixed $headers, mixed $rows, mixed $style, mixed $expected[, mixed $decorated = false ]) : mixed
Parameters
$headers : mixed
$rows : mixed
$style : mixed
$expected : mixed
$decorated : mixed = false
Tags
dataProvider

renderProvider

testRenderMultiByte()

public testRenderMultiByte() : mixed

testRenderMultiCalls()

public testRenderMultiCalls() : mixed

testRowSeparator()

public testRowSeparator() : mixed

testTableCellWithNumericFloatValue()

public testTableCellWithNumericFloatValue() : mixed

testTableCellWithNumericIntValue()

public testTableCellWithNumericIntValue() : mixed

getOutputStream()

protected getOutputStream([mixed $decorated = false ]) : mixed
Parameters
$decorated : mixed = false

        
On this page

Search results