kenakamu / UCWA2.0-CS

C# library for UCWA 2.0
MIT License
24 stars 13 forks source link

unit testing infrastructure #44

Open baywet opened 6 years ago

baywet commented 6 years ago

Hey @kenakamu , last follow up of #39 Currently we don't have any unit tests in place which means any change can potentially break things without us noticing. I don't think the goal here is to cover the whole SDK but more to make sure we have the infrastructure in place and add unit testing coverage in contributions guidelines. I have experience with mstest and xUnit. What about you? Any opinion?

kenakamu commented 6 years ago

for C# I only use VS unit testing. I think we only need to check major features against mock service to see if any regression happens or not.

baywet commented 6 years ago

Do you think you could set up the unit testing project and a first few tests to get us started?