AddSingleLineAtAround Aspect
[BlockTests Group]

This aspect is defined in file: ../../AspectXTestSuite/blocks/BlockWeavingTests/aspects/addSingleLineAround.ax

Aspect Description

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. Thus the block in the base code will be surrounded by inserted comments. This aspect is an alternative to AddSingleLineAtBeginAndEnd.
Author:
I. Birrer
See also:
AddSingleLineAtBeginAndEnd

Pointcuts


Advices

aroundaddSingleLineAround
 Adds two single line comments in a block

Pointcut Documentation


Advice Documentation

around addSingleLineAround (source)

Triplet: block around codeFragment

Adds two single line comments in a block.

Local Pointcut: block (source)