C# (CSharp) SIL.FieldWorks.XWorks MockSelection - 4 examples found. These are the top rated real world C# (CSharp) examples of SIL.FieldWorks.XWorks.MockSelection extracted from open source projects. You can rate examples to help us improve the quality of examples.
Related
Related in langs
This class mocks the (unfortunately huge) IVwSelection. Only the first couple of methods are actually used by MacroListener, others are left unimplemented. Enhance JohnT: this would be better done with some sort of dynamic mock, so that changes to parts of the interface we don't care about won't have to be made here. But we haven't settled on a mock framework for FLEx.