Public Member Functions | |
void | EditUndoSuccess () |
void | MultiEditUndoSuccess () |
void | UndoUninitializedValues () |
void | InvalidUndo () |
void | InvalidApply () |
void | UndoWithChild () |
void | UndoChildFail () |
void | ApplyChildAfterRootUndo () |
void | UndoChildSuccess () |
void | UndoAfterApplyEditFail () |
void | DoubleApply () |
void | ApplyEditSuccess () |
void | ApplyEditWithChildSuccess () |
void | ApplyEditOnChildThenRoot () |
void | UndoWithDeleteAddToList () |
void | UndoParentThenChildEnsureNoEditLevelMismatch () |
Public Member Functions inherited from UnitDriven.TestBase | |
UnitTestContext | GetContext () |
Definition at line 41 of file UndoTests.cs.
void cslalighttest.Serialization.UndoTests.ApplyChildAfterRootUndo | ( | ) |
Definition at line 161 of file UndoTests.cs.
void cslalighttest.Serialization.UndoTests.ApplyEditOnChildThenRoot | ( | ) |
Definition at line 270 of file UndoTests.cs.
void cslalighttest.Serialization.UndoTests.ApplyEditSuccess | ( | ) |
Definition at line 231 of file UndoTests.cs.
void cslalighttest.Serialization.UndoTests.ApplyEditWithChildSuccess | ( | ) |
Definition at line 246 of file UndoTests.cs.
void cslalighttest.Serialization.UndoTests.DoubleApply | ( | ) |
Definition at line 219 of file UndoTests.cs.
void cslalighttest.Serialization.UndoTests.EditUndoSuccess | ( | ) |
Definition at line 44 of file UndoTests.cs.
void cslalighttest.Serialization.UndoTests.InvalidApply | ( | ) |
Definition at line 109 of file UndoTests.cs.
void cslalighttest.Serialization.UndoTests.InvalidUndo | ( | ) |
Definition at line 99 of file UndoTests.cs.
void cslalighttest.Serialization.UndoTests.MultiEditUndoSuccess | ( | ) |
Definition at line 61 of file UndoTests.cs.
void cslalighttest.Serialization.UndoTests.UndoAfterApplyEditFail | ( | ) |
Definition at line 207 of file UndoTests.cs.
void cslalighttest.Serialization.UndoTests.UndoChildFail | ( | ) |
Definition at line 145 of file UndoTests.cs.
void cslalighttest.Serialization.UndoTests.UndoChildSuccess | ( | ) |
Definition at line 177 of file UndoTests.cs.
void cslalighttest.Serialization.UndoTests.UndoParentThenChildEnsureNoEditLevelMismatch | ( | ) |
Definition at line 328 of file UndoTests.cs.
void cslalighttest.Serialization.UndoTests.UndoUninitializedValues | ( | ) |
Definition at line 83 of file UndoTests.cs.
void cslalighttest.Serialization.UndoTests.UndoWithChild | ( | ) |
Definition at line 119 of file UndoTests.cs.
void cslalighttest.Serialization.UndoTests.UndoWithDeleteAddToList | ( | ) |
Definition at line 285 of file UndoTests.cs.