PHP Class PhpOffice\PhpPresentation\Tests\Style\FontTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: phpoffice/phppowerpoint

Public Methods

Method Description
testConstruct ( ) Test create new instance
testSetGetColor ( ) Test get/set color
testSetGetColorException ( ) Test get/set color
testSetGetHashIndex ( ) Test get/set hash index
testSetGetName ( ) Test get/set name
testSetGetSize ( ) Test get/set size
testSetGetUnderline ( ) Test get/set underline
testSetIsBold ( ) Test get/set bold
testSetIsItalic ( ) Test get/set italic
testSetIsStriketrough ( ) Test get/set strikethrough
testSetIsSubScript ( ) Test get/set subscript
testSetIsSuperScript ( ) Test get/set superscript

Method Details

testConstruct() public method

Test create new instance
public testConstruct ( )

testSetGetColor() public method

Test get/set color
public testSetGetColor ( )

testSetGetColorException() public method

Test get/set color

testSetGetHashIndex() public method

Test get/set hash index
public testSetGetHashIndex ( )

testSetGetName() public method

Test get/set name
public testSetGetName ( )

testSetGetSize() public method

Test get/set size
public testSetGetSize ( )

testSetGetUnderline() public method

Test get/set underline
public testSetGetUnderline ( )

testSetIsBold() public method

Test get/set bold
public testSetIsBold ( )

testSetIsItalic() public method

Test get/set italic
public testSetIsItalic ( )

testSetIsStriketrough() public method

Test get/set strikethrough

testSetIsSubScript() public method

Test get/set subscript
public testSetIsSubScript ( )

testSetIsSuperScript() public method

Test get/set superscript