PHP Class ImboUnitTest\Resource\MetadataTest

Inheritance: extends ImboUnitTest\Resource\ResourceTests
Afficher le fichier Open project: imbo/imbo

Méthodes publiques

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

Méthodes protégées

Méthode Description
getNewResource ( )

Method Details

getNewResource() protected méthode

protected getNewResource ( )

setUp() public méthode

Set up the resource
public setUp ( )

tearDown() public méthode

Tear down the resource
public tearDown ( )

testAllowsValidJsonData() public méthode

testSupportsHttpDelete() public méthode

testSupportsHttpGet() public méthode

public testSupportsHttpGet ( )

testSupportsHttpPost() public méthode

testSupportsHttpPut() public méthode

public testSupportsHttpPut ( )

testThrowsExceptionWhenValidatingInvalidJsonData() public méthode

testThrowsExceptionWhenValidatingMissingJsonData() public méthode