C# Class ICSharpCode.NRefactory.CSharp.CodeActions.ExtractMethodTests

Inheritance: ContextActionTestBase
Datei anzeigen Open project: icsharpcode/NRefactory

Private Methods

Method Description
ExtractMethodMultiVariableTest ( ) : void
ExtractMethodMultiVariableWithLocalReturnVariableTest ( ) : void
ExtractMethodResultExpressionTest ( ) : void
ExtractMethodResultStatementTest ( ) : void
ExtractMethodStaticResultExpressionTest ( ) : void
ExtractMethodStaticResultStatementTest ( ) : void
NoArgument ( ) : void
SimpleArgument ( ) : void
TestBug10858 ( ) : void
TestBug11948 ( ) : void
TestBug13054 ( ) : void
TestBug13539 ( ) : void
TestBug607990 ( ) : void
TestBug616193 ( ) : void
TestBug616199 ( ) : void
TestBug666271 ( ) : void
TestBug693944 ( ) : void
TestBug8835 ( ) : void
TestBug9881 ( ) : void
TestStaticSimpleExtractMethodFromExpression ( ) : void