C# Класс AspectSharp.Lang.Tests.ParserPointcutTestCase

Наследование: AspectSharp.Lang.Tests.ParserTestCaseBase
Показать файл Открыть проект

Защищенные методы

Метод Описание
DoParsing ( string method, string access, string type, string name, string param1 ) : void

Приватные методы

Метод Описание
ParsingInterceptorRefForProperty ( ) : void
ParsingInterceptorTypeForProperty ( ) : void
ParsingInvalidPointcutDeclaration ( ) : void
ParsingMethodAndPropertyPointcutDeclaration ( ) : void
ParsingMethodAndPropertyWritePointcutDeclaration ( ) : void
ParsingPointcutDeclarationForAllMethodsReturningString ( ) : void
ParsingPointcutDeclarationForMethodDoSomethingAllArgument ( ) : void
ParsingPointcutDeclarationForMethodDoSomethingAllArgumentsAndIntRetType ( ) : void
ParsingPointcutDeclarationForMethodDoSomethingAlsoWithNoArgument ( ) : void
ParsingPointcutDeclarationForMethodDoSomethingNoArgument ( ) : void
ParsingPointcutDeclarationForMethodDoSomethingWithTwoArgumentsAndRegEx ( ) : void
ParsingPointcutDeclarationForMethodDoSomethingWithTwoArgumentsAndRetType ( ) : void
ParsingPointcutDeclarationForMethodWithRegExp ( ) : void
ParsingPointcutDeclarationForMethodWithRegExpOnReturnType ( ) : void
ParsingPointcutDeclarationForPropertyNameNoArguments ( ) : void
ParsingPropertyPointcutDeclaration ( ) : void
ParsingSimplePointcutDeclaration ( ) : void
TestParsingWithAccess ( ) : void

Описание методов

DoParsing() защищенный Метод

protected DoParsing ( string method, string access, string type, string name, string param1 ) : void
method string
access string
type string
name string
param1 string
Результат void