C# Класс SIL.FieldWorks.Discourse.InMemoryMovedTextTests

Наследование: InMemoryDiscourseTestBase
Показать файл Открыть проект

Защищенные методы

Метод Описание
CreateTestData ( ) : void

Приватные методы

Метод Описание
AddWordToFirstColAndUndo ( ) : void
AssertUsedAnalyses ( SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence allParaOccurrences, int removedAnalyses ) : void

Verifies that the specified number of Analyses have been removed from the start of the original list.

CheckBadWordGroupOnLoad ( ) : void
CheckForEmptySingletonRowOnLoad ( ) : void
CheckForInvalidMovedTextMarkerOnLoad ( ) : void
CheckForValidMarkersOnLoad ( ) : void
CheckMovedTextFeatureOnLoad ( ) : void
ClearChartFromHereOn_DeletingMultiWordGroupCellWMT ( ) : void
ClearChartFromHereOn_DeletingMultilineMovedText ( ) : void
ClearChartFromHereOn_DeletingMultilineMovedTextMarker ( ) : void
ClearChartFromHereOn_SideEffectHandling ( ) : void
ClearChartFromHereOn_WithMovedTextProblem ( ) : void
CollectEligRows_PostposedCol0 ( ) : void
CollectEligRows_PreposedLastCol ( ) : void
IsMarkedAsMovedFrom ( ) : void
MakeMovedText ( ) : void
MakeMovedText_Beginning ( ) : void
MakeMovedText_End ( ) : void
MakeMovedText_EntireNewMethod ( ) : void
MakeMovedText_Internal ( ) : void
MergeCellDoesntDelMovedTextMarker ( ) : void
MergeCellMtMarkerIntoMtTargetCell ( ) : void
MergeCellMtMergeIntoMtMarkerCell ( ) : void
MergeCellMtMoveIntoMtMarkerCell ( ) : void
MoveBackToPreviousRowOntoMovedMarker ( ) : void
MoveBackToPreviousRowOntoMovedTarget ( ) : void
MoveCellBackDoesntMoveMarkers ( ) : void
MoveCellBackPastMarkerDoesntMessupColumns ( ) : void
MoveCellDownOntoItsMarker ( ) : void
MoveCellForwardPastMarkerDoesntMessupColumns ( ) : void
MoveCellFwdPutsDataInMTMarkerCell ( ) : void
MoveForwardToNextRowOntoMovedMarker ( ) : void
MoveWordForwardPutsMovedTextInMarkerCell ( ) : void
MoveWordFwdPutsDataInMTMarkerCell ( ) : void
RemovePreposedText ( ) : void
RemovePreposedText_MiddleWordGroup ( ) : void
TwoBadRowsInSequenceDontCrash ( ) : void
VerifyChartRows ( IDsConstChart chart, IConstChartRow rows ) : void

Checks that the chart contains the rows specified.

VerifyCreatedCellPart ( int hvo, string message ) : IConstituentChartCellPart

Checks that the specified hvo has been created as some form of ConstituentCellPart.

VerifyDeletedHvos ( int hvosDeleted, string message ) : void

Checks that the specified hvos have been deleted.

VerifyMovedText ( int irow, int icellPart, ICmPossibility column, IConstChartWordGroup wordGrp, bool fPrepose ) : void

Verify that there is a row with the specified index that has a cell part (subclass ConstChartMovedTextMarker) with the specified index which belongs to the specified column and points to the specified WordGroup object in the right direction.

VerifyRow ( int index, string rowNumber, int cAppliesTo ) : void

Verify that the specified row of the chart exists and has the expected row-number comment and number of cell parts.

VerifyRowContents ( int index, IConstituentChartCellPart cellParts ) : void

Verify that the specified row of the chart exists and has the expected cell parts.

VerifyRowNumber ( string label, IConstChartRow row, string msg ) : void

Checks that the row number on the chart row is as expected.

VerifyWordGroup ( int irow, int icellPart, ICmPossibility column, List words ) : void

Verify that there is a row with the specified index that has a cell with the specified index which belongs to the specified column (instanceOf) and references the specified words.

Описание методов

CreateTestData() защищенный Метод

protected CreateTestData ( ) : void
Результат void