StubMethodParserTest
class StubMethodParserTest extends TestCase (View source)
Methods
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
StubMethodParser has its own parameter loop, separate from StubFunctionParser's, so the position/by-reference wiring has to be pinned on both paths — a regression in one would not show up in the other.
No description
Details
protected void
setUp()
No description
testItReturnsCorrectInstance()
No description
testItCanParseMethodName()
No description
testItCanParsePublicVisibility()
No description
testItCanParseProtectedVisibility()
No description
testItCanParsePrivateVisibility()
No description
testItCanParseStaticModifier()
No description
testItParsesNonStaticByDefault()
No description
testItCanParseFinalModifier()
No description
testItParsesNonFinalByDefault()
No description
testItCanParseAbstractModifier()
No description
testItParsesNonAbstractByDefault()
No description
testItCanParseDeprecatedFromDocComment()
No description
testItParsesNonDeprecatedWhenNoDocComment()
No description
testItParsesNonDeprecatedWhenDocCommentHasNoDeprecatedTag()
No description
testItCanParseCombinedModifiers()
No description
testItAssignsParameterPositionsAndByReferenceFlagsOnMethods()
StubMethodParser has its own parameter loop, separate from StubFunctionParser's, so the position/by-reference wiring has to be pinned on both paths — a regression in one would not show up in the other.
testItParsesAllMethodsFromClass()
No description