BlockTests Group


Group Description

Group holding aspect programs that test weaving into compound statement (also, and equivalently, called "block").


Aspects

AddDeclarations
This aspect tests the weaving rule accessModifierBlock_add_declaration
AddModifiers
This aspect tests class_add_accessModifierBlock weaving rule
AddMultiLineAtBegin
This aspect tests block_begin_codeFragment weaving rule by adding several lines of comments at the beginning of a block
AddMultiLineAtEnd
This aspect tests block_end_codeFragment weaving rule by adding several lines of comments at the end of a block
AddSingleLineAtAround
This aspect tests block_around_codeFragment weaving rule by inserting one line comment at the beginning and another one line comment at the end of a block
AddSingleLineAtBegin
This aspect tests block_begin_codeFragment weaving rule by inserting single line comment at the beginning of a block
AddSingleLineAtBeginAndEnd
This aspect tests block_begin_codeFragment and block_begin_codeFragment weaving rules by inserting one line comment at the beginning and another one line comment at the end of a block
AddSingleLineAtEnd
This aspect tests block_end_codeFragment weaving rule by single lines of comments at the end of a block