UCWA2.0-CS icon indicating copy to clipboard operation
UCWA2.0-CS copied to clipboard

unit testing infrastructure

Open baywet opened this issue 7 years ago • 2 comments

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?

baywet avatar Dec 31 '17 15:12 baywet

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.

kenakamu avatar May 04 '18 08:05 kenakamu

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

baywet avatar May 04 '18 11:05 baywet