PHP Class PopTest\Color\ColorTest

Inheritance: extends PHPUnit_Framework_TestCase
ファイルを表示 Open project: nicksagona/PopPHP

Public Methods

Method Description
testConstructorAndFactory ( )
testConvert ( )
testConvertCmykException ( )
testConvertHexException ( )
testConvertHsbException ( )
testConvertLabException ( )
testConvertRgbException ( )
testHsbToCmyk ( )
testHsbToHex ( )
testHsbToLab ( )
testHsbToRgb ( )
testLabToCmyk ( )
testLabToHex ( )
testLabToHsb ( )
testLabToRgb ( )
testMagicMethods ( )
testRgbToCmyk ( )

Method Details

testConstructorAndFactory() public method

testConvert() public method

public testConvert ( )

testConvertCmykException() public method

testConvertHexException() public method

testConvertHsbException() public method

testConvertLabException() public method

testConvertRgbException() public method

testHsbToCmyk() public method

public testHsbToCmyk ( )

testHsbToHex() public method

public testHsbToHex ( )

testHsbToLab() public method

public testHsbToLab ( )

testHsbToRgb() public method

public testHsbToRgb ( )

testLabToCmyk() public method

public testLabToCmyk ( )

testLabToHex() public method

public testLabToHex ( )

testLabToHsb() public method

public testLabToHsb ( )

testLabToRgb() public method

public testLabToRgb ( )

testMagicMethods() public method

public testMagicMethods ( )

testRgbToCmyk() public method

public testRgbToCmyk ( )