Cloud-Awesome / cds-customisation

Solutions to automate or extend customisation/configuration of Dynamics 365/CDS
MIT License
0 stars 0 forks source link

Add XML docs to test data #54

Open Cloud-Awesome opened 2 years ago

Cloud-Awesome commented 2 years ago

e.g. to SampleFullPluginManifest, describing what they are to make them easier to understand when consumed in unit tests

https://github.com/Cloud-Awesome/cds-customisation/blob/2ea892b200129d72aa6f9dd3e4b0f22551d78f54/src/CloudAwesome.Xrm.Customisation/CloudAwesome.Xrm.Customisation.Tests/BaseFakeXrmTest.cs#L35

Cloud-Awesome commented 1 year ago

Probably consider extracting the test structures out of the base class so that you can separate base test functionally and base test data... ;)