C# Class AspectSharp.Lang.Tests.ParserPointcutTestCase

Inheritance: AspectSharp.Lang.Tests.ParserTestCaseBase
Datei anzeigen Open project: nats/castle-1.0.3-mono

Protected Methods

Method Description
DoParsing ( string method, string access, string type, string name, string param1 ) : void

Private Methods

Method Description
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

Method Details

DoParsing() protected method

protected DoParsing ( string method, string access, string type, string name, string param1 ) : void
method string
access string
type string
name string
param1 string
return void