PHP Class AwsInspector\Tests\Model\AbstractTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: aoepeople/stackformation

Public Methods

Method Description
extractDataReturnsExpectedArray ( )
getApiDataReturnsExpectedArray ( )
getAssocTagsReturnsExpectedArray ( )
getTagReturnsExpectedTag ( )
getTagReturnsNullIfExpectedTagDoesNotExist ( )
magicCallReturnsExpectedFieldValue ( )
magicCallReturnsNullIfExpectedFieldIsNotAvailable ( )
magicCallThrowsExceptionIfMethodDoesntStartWithGet ( )
matchesTagsReturnsFalseIfTagsAndFilterNotMatches ( )
matchesTagsReturnsTrueIfTagsAndFilterMatches ( )

Method Details

extractDataReturnsExpectedArray() public method

getApiDataReturnsExpectedArray() public method

getAssocTagsReturnsExpectedArray() public method

getTagReturnsExpectedTag() public method

getTagReturnsNullIfExpectedTagDoesNotExist() public method

magicCallReturnsExpectedFieldValue() public method

magicCallReturnsNullIfExpectedFieldIsNotAvailable() public method

magicCallThrowsExceptionIfMethodDoesntStartWithGet() public method

matchesTagsReturnsFalseIfTagsAndFilterNotMatches() public method

matchesTagsReturnsTrueIfTagsAndFilterMatches() public method