PHP Class ImboUnitTest\Model\ErrorTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: imbo/imbo

Public Methods

Method Description
setUp ( ) Set up the model
tearDown ( ) Tear down the model
testCanCreateAnErrorBasedOnAnException ( )
testCanSetAndGetDate ( )
testCanSetAndGetErrorMessage ( )
testCanSetAndGetHttpCode ( )
testCanSetAndGetImageIdentifier ( )
testCanSetAndGetImboErrorCode ( )
testGetData ( )
testWillUseCorrectImageIdentifierFromRequestWhenCreatingError ( )
testWillUseImageIdentifierFromImageModelIfRequestHasAnImageWhenCreatingError ( )

Method Details

setUp() public method

Set up the model
public setUp ( )

tearDown() public method

Tear down the model
public tearDown ( )

testCanCreateAnErrorBasedOnAnException() public method

testCanSetAndGetDate() public method

testCanSetAndGetErrorMessage() public method

testCanSetAndGetHttpCode() public method

testCanSetAndGetImageIdentifier() public method

testCanSetAndGetImboErrorCode() public method

testGetData() public method

public testGetData ( )

testWillUseCorrectImageIdentifierFromRequestWhenCreatingError() public method

testWillUseImageIdentifierFromImageModelIfRequestHasAnImageWhenCreatingError() public method