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