C# Class ICSharpCode.NRefactory.CSharp.CodeDomConvertVisitorTests

Inheritance: ResolverTestBase
Datei anzeigen Open project: mono-soc-2012/NRefactory

Public Methods

Method Description
SetUp ( ) : void

Private Methods

Method Description
ArithmeticOperators ( ) : void
Assignment ( ) : void
AssignmentNotSupportedInExpression ( ) : void
BaseMemberAccess ( ) : void
BlockStatement ( ) : void
ByReferenceCall ( ) : void
Cast ( ) : void
CompoundAssign ( ) : void
Constructor ( ) : void
ConvertExpression ( Expression expr ) : string
ConvertExpression ( string code ) : string
ConvertHelper ( AstNode node, Action action ) : string
ConvertMember ( EntityDeclaration entity ) : string
ConvertMember ( string code ) : string
ConvertStatement ( Statement statement ) : string
ConvertStatement ( string code ) : string
ConvertTypeDeclaration ( EntityDeclaration decl ) : string
ConvertTypeDeclaration ( string code ) : string
Create2DArray ( ) : void
Create2DImplicitlyTypedArray ( ) : void
CreateArray ( ) : void
CreateImplicitlyTypedArray ( ) : void
CreateJaggedArray ( ) : void
Enum ( ) : void
EqualityOperator ( ) : void
Event ( ) : void
Field ( ) : void
ForLoop ( ) : void
GenericMethodReference ( ) : void
InEqualityOperator ( ) : void
Increment ( ) : void
InstanceMethodInvocation ( ) : void
MemberAccessOnType ( ) : void
MethodInvocationStatement ( ) : void
MethodParameterNamedValue ( ) : void
MethodWithAttribute ( ) : void
MultidimensionalArrayTypeReference ( ) : void
NestedClass ( ) : void
NestedTypeInGenericType ( ) : void
PublicNonVirtualMethod ( ) : void
PublicVirtualMethod ( ) : void
StaticMethodInvocation ( ) : void
StaticProperty ( ) : void
TryCatch ( ) : void
TryEmptyCatch ( ) : void
TryFinally ( ) : void
UnaryOperators ( ) : void
ValueInProperty ( ) : void
VariableDeclarationWithArrayInitializer ( ) : void
WhileLoop ( ) : void

Method Details

SetUp() public method

public SetUp ( ) : void
return void