class ReflectionMethodParserTest extends TestCase (View source)

Methods

Details

testItCanParseMethod()

No description

testItReturnsCorrectInstanceOfMethods()

No description

testItCanParseName()

No description

testItCanParseId()

No description

testItCanParseIdIfNoNamespaceIsPresent()

No description

testItCanParseVisibility()

No description

testItCanParseVisibilityIfNoVisibilityIsPresent()

No description

testItCanParseVisibilityIfVisibilityIsPrivate()

No description

testItCanParseVisibilityIfVisibilityIsProtected()

No description

testItCanParseStaticAttribute()

No description

testItParsesByDefaultNonStaticAttribute()

No description

testItParsesNonStaticAttribute()

No description

testItCanParseFinalAttributeIfNoFinalAttributeIsPresent()

No description

testItCanParseFinalAttribute()

No description

testItCanParseNonFinalAttribute()

No description

testItCanParseAbstractAttribute()

No description

testItCanParseAbstractAttributeIfNoAbstractAttributeIsPresent()

No description

testItCanParseNonAbstractAttribute()

No description

testItCanParseDeprecatedAttribute()

No description

testItCanParseDeprecatedAttributeIfNoDeprecatedAttributeIsPresent()

No description

testItReturnsNoTypeAsDefaultReturnType()

No description

testItCanParseSimpleReturnType()

No description

testItCanParseTentativeReturnType()

No description

testItCanParseNoTentativeReturnType()

No description

testItCanParseReturnTypesOfTentativeReturnType()

No description