Ejemplo n.º 1
0
 public void IfCompletion()
 {
     LSRTestHelper.Test("IfCompletion", LsrTestingOptions.NoLsrTesting, true);
 }
Ejemplo n.º 2
0
 public void AddCharBeginLine()
 {
     LSRTestHelper.Test("AddCharBeginLine", LsrTestingOptions.LsrParsingPhaseTesting);
 }
Ejemplo n.º 3
0
 public void SetToAddressOfCompletion()
 {
     LSRTestHelper.Test("SetToAddressOfCompletion", LsrTestingOptions.NoLsrTesting, true);
 }
Ejemplo n.º 4
0
 public void ProcedureCompletion()
 {
     LSRTestHelper.Test("ProcedureCompletion", LsrTestingOptions.NoLsrTesting, true, null, null, "CustomDependencies");
 }
Ejemplo n.º 5
0
 public void PerformCompletion()
 {
     LSRTestHelper.Test("PerformCompletion", LsrTestingOptions.NoLsrTesting, true);
 }
Ejemplo n.º 6
0
 public void SimpleMoveToCompletion()
 {
     LSRTestHelper.Test("SimpleMoveToCompletion", LsrTestingOptions.NoLsrTesting, true);
 }
Ejemplo n.º 7
0
 public void VariableQualifiedNameCompletion2()
 {
     LSRTestHelper.Test("VariableQualifiedNameCompletion2", LsrTestingOptions.NoLsrTesting, true);
 }
Ejemplo n.º 8
0
 public void RemoveDataDivisionCtrlZWithDiag()
 {
     LSRTestHelper.Test("RemoveDataDivisionCtrlZWithDiag", LsrTestingOptions.NoLsrTesting, true);
 }
Ejemplo n.º 9
0
 public void SupprMultipleLinesFromMiddlePreviousLine()
 {
     LSRTestHelper.Test("SupprMultipleLinesFromMiddlePreviousLine", LsrTestingOptions.LsrParsingPhaseTesting);
 }
Ejemplo n.º 10
0
 public void SupprEndLineTextedLine()
 {
     LSRTestHelper.Test("SupprEndLineTextedLine", LsrTestingOptions.LsrParsingPhaseTesting);
 }
Ejemplo n.º 11
0
 public void Incremental_RemoveDataDivisionCtrlZ()
 {
     LSRTestHelper.Test("Incremental_RemoveDataDivisionCtrlZ", LsrTestingOptions.NoLsrTesting, true);
 }
Ejemplo n.º 12
0
 public void DeleteMultipleLineWithEmptyLineInside()
 {
     LSRTestHelper.Test("DeleteMultipleLineWithEmptyLineInside", LsrTestingOptions.LsrParsingPhaseTesting);
 }