Exemplo n.º 1
0
 public void SimpleMoveToCompletion()
 {
     LSRTestHelper.Test("SimpleMoveToCompletion", LsrTestingOptions.NoLsrTesting, true);
 }
Exemplo n.º 2
0
 public void DeleteMultipleLines()
 {
     LSRTestHelper.Test("DeleteMultipleLines", LsrTestingOptions.LsrParsingPhaseTesting);
 }
Exemplo n.º 3
0
 public void ProcedureCompletionPotentialChildrenWithNoName()
 {
     LSRTestHelper.Test("ProcedureCompletionPotentialChildrenWithNoName", LsrTestingOptions.NoLsrTesting, true);
 }
Exemplo n.º 4
0
 public void AddCharEndLine()
 {
     LSRTestHelper.Test("AddCharEndLine", LsrTestingOptions.LsrParsingPhaseTesting);
 }
Exemplo n.º 5
0
 public void AddMultipleLinesWithEmptyLineInside()
 {
     LSRTestHelper.Test("AddMultipleLinesWithEmptyLineInside", LsrTestingOptions.LsrParsingPhaseTesting);
 }
Exemplo n.º 6
0
 public void PerformCompletion()
 {
     LSRTestHelper.Test("PerformCompletion", LsrTestingOptions.NoLsrTesting, true);
 }
Exemplo n.º 7
0
 public void IfCompletion()
 {
     LSRTestHelper.Test("IfCompletion", LsrTestingOptions.NoLsrTesting, true);
 }
Exemplo n.º 8
0
 public void GlobalWithNestedProgramCompletion()
 {
     LSRTestHelper.Test("GlobalWithNestedProgramCompletion", LsrTestingOptions.NoLsrTesting, true);
 }
Exemplo n.º 9
0
 public void QualifiedNameCompletionWithFiller()
 {
     LSRTestHelper.Test("QualifiedNameCompletionWithFiller", LsrTestingOptions.NoLsrTesting, true);
 }
Exemplo n.º 10
0
 public void NestedProgramCompletion()
 {
     LSRTestHelper.Test("CompletionWithNestedProgram", LsrTestingOptions.NoLsrTesting, true);
 }
Exemplo n.º 11
0
 public void MoveZeroSpaceCompletion()
 {
     LSRTestHelper.Test("MoveZeroSpaceCompletion", LsrTestingOptions.NoLsrTesting, true);
 }
Exemplo n.º 12
0
 public void GoToDefinition()
 {
     LSRTestHelper.Test("GoToDefinition", LsrTestingOptions.NoLsrTesting, true, "CopyFolder");
 }
Exemplo n.º 13
0
 public void GlobalStorageCompletion()
 {
     LSRTestHelper.Test("GlobalStorageCompletion", LsrTestingOptions.NoLsrTesting, true);
 }
Exemplo n.º 14
0
 public void ReplacingSyntaxOff()
 {
     LSRTestHelper.Test("replacingSyntaxOff", LsrTestingOptions.NoLsrTesting, true, "CopyFolder");
 }
Exemplo n.º 15
0
 public void VariableQualifiedNameCompletion2()
 {
     LSRTestHelper.Test("VariableQualifiedNameCompletion2", LsrTestingOptions.NoLsrTesting, true);
 }
Exemplo n.º 16
0
 public void ProcedureCompletionCaseInsensitive()
 {
     LSRTestHelper.Test("ProcedureCompletionCaseInsensitive", LsrTestingOptions.NoLsrTesting, true);
 }
Exemplo n.º 17
0
 public void ProcedureCompletion()
 {
     LSRTestHelper.Test("ProcedureCompletion", LsrTestingOptions.NoLsrTesting, true, null, null, "CustomDependencies");
 }
Exemplo n.º 18
0
 public void CompletionUsingCopy()
 {
     LSRTestHelper.Test("CompletionUsingCopy", LsrTestingOptions.NoLsrTesting, true, "CopyFolder");
 }
Exemplo n.º 19
0
 public void SetToAddressOfCompletion()
 {
     LSRTestHelper.Test("SetToAddressOfCompletion", LsrTestingOptions.NoLsrTesting, true);
 }
Exemplo n.º 20
0
 public void Incremental_RemoveDataDivisionCtrlZ()
 {
     LSRTestHelper.Test("Incremental_RemoveDataDivisionCtrlZ", LsrTestingOptions.NoLsrTesting, true);
 }
Exemplo n.º 21
0
 public void DisplayCompletion()
 {
     LSRTestHelper.Test("DisplayCompletion", LsrTestingOptions.NoLsrTesting, true);
 }
Exemplo n.º 22
0
 public void SupprEndLineTextedLine()
 {
     LSRTestHelper.Test("SupprEndLineTextedLine", LsrTestingOptions.LsrParsingPhaseTesting);
 }
Exemplo n.º 23
0
 public void AddLineJumpMiddleLine()
 {
     LSRTestHelper.Test("AddLineJumpMiddleLine", LsrTestingOptions.LsrParsingPhaseTesting);
 }
Exemplo n.º 24
0
 public void SupprMultipleLinesFromMiddlePreviousLine()
 {
     LSRTestHelper.Test("SupprMultipleLinesFromMiddlePreviousLine", LsrTestingOptions.LsrParsingPhaseTesting);
 }
Exemplo n.º 25
0
 public void DeleteCharMiddleLine()
 {
     LSRTestHelper.Test("DeleteCharMiddleLine", LsrTestingOptions.LsrParsingPhaseTesting);
 }
Exemplo n.º 26
0
 public void RemoveDataDivisionCtrlZWithDiag()
 {
     LSRTestHelper.Test("RemoveDataDivisionCtrlZWithDiag", LsrTestingOptions.NoLsrTesting, true);
 }
Exemplo n.º 27
0
 public void DeleteMultipleLinesButStopAtEndLine()
 {
     LSRTestHelper.Test("DeleteMultipleLinesButStopAtEndLine", LsrTestingOptions.LsrParsingPhaseTesting);
 }
Exemplo n.º 28
0
 public void ProcedureCompletionInputInoutOutput_NoContext()
 {
     LSRTestHelper.Test("ProcedureCompletionInputInoutOutput-NoContext", LsrTestingOptions.NoLsrTesting, true);
 }