PHP Class ImboUnitTest\Resource\MetadataTest

Inheritance: extends ImboUnitTest\Resource\ResourceTests
Datei anzeigen Open project: imbo/imbo

Public Methods

Method Description
setUp ( ) Set up the resource
tearDown ( ) Tear down the resource
testAllowsValidJsonData ( )
testSupportsHttpDelete ( )
testSupportsHttpGet ( )
testSupportsHttpPost ( )
testSupportsHttpPut ( )
testThrowsExceptionWhenValidatingInvalidJsonData ( )
testThrowsExceptionWhenValidatingMissingJsonData ( )

Protected Methods

Method Description
getNewResource ( )

Method Details

getNewResource() protected method

protected getNewResource ( )

setUp() public method

Set up the resource
public setUp ( )

tearDown() public method

Tear down the resource
public tearDown ( )

testAllowsValidJsonData() public method

testSupportsHttpDelete() public method

testSupportsHttpGet() public method

public testSupportsHttpGet ( )

testSupportsHttpPost() public method

testSupportsHttpPut() public method

public testSupportsHttpPut ( )

testThrowsExceptionWhenValidatingInvalidJsonData() public method

testThrowsExceptionWhenValidatingMissingJsonData() public method