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