Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-15[Tests] Simplify mocks storageEric Maupin
Instead of having a property bag instead of MockObjectEditor and MockPropertyInfo which both get used for the tests standalone app, we really only need the one in the Editor. Prompting this comes from the fact that we need to test more than just Local values, and MockObjectEditor already has a basis for supporting this, while the MockPropertyInfo and MockControl things don't. The trick here is that MockPropertyInfo needs some control over the values for type conversions (instead of just having a giant switch in the editor). To solve this, the property infos lose their set overrides and gain a conversion method.
2017-09-28Add support for type converters and flags to mock object model, add tests.Bertrand Le Roy