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

Public Member Functions

 testRender ($headers, $rows, $style, $expected)
 
 testRenderAddRows ($headers, $rows, $style, $expected)
 
 testRenderAddRowsOneByOne ($headers, $rows, $style, $expected)
 
 testRenderProvider ()
 
 testRenderMultiByte ()
 
 testStyle ()
 
 testRowSeparator ()
 

Protected Member Functions

 setUp ()
 
 tearDown ()
 
 getOutputStream ()
 
 getOutputContent (StreamOutput $output)
 

Protected Attributes

 $stream
 

Detailed Description

Definition at line 20 of file TableTest.php.

Member Function Documentation

getOutputContent ( StreamOutput  $output)
protected
getOutputStream ( )
protected
setUp ( )
protected

Definition at line 24 of file TableTest.php.

tearDown ( )
protected

Definition at line 29 of file TableTest.php.

testRender (   $headers,
  $rows,
  $style,
  $expected 
)

testRenderProvider

Definition at line 38 of file TableTest.php.

References TableTest\getOutputContent(), and TableTest\getOutputStream().

testRenderAddRows (   $headers,
  $rows,
  $style,
  $expected 
)

testRenderProvider

Definition at line 54 of file TableTest.php.

References TableTest\getOutputContent(), and TableTest\getOutputStream().

testRenderAddRowsOneByOne (   $headers,
  $rows,
  $style,
  $expected 
)

testRenderProvider

Definition at line 70 of file TableTest.php.

References TableTest\getOutputContent(), and TableTest\getOutputStream().

testRenderMultiByte ( )

Definition at line 467 of file TableTest.php.

References TableTest\getOutputContent(), and TableTest\getOutputStream().

testRenderProvider ( )

Definition at line 85 of file TableTest.php.

testRowSeparator ( )

Definition at line 524 of file TableTest.php.

References TableTest\getOutputContent(), and TableTest\getOutputStream().

testStyle ( )

Member Data Documentation

$stream
protected

Definition at line 22 of file TableTest.php.