Search found 1 match

by NikolausK
Fri Oct 14, 2016 9:44 am
Forum: Pearls
Topic: XIDE, NUNIT and functions.
Replies: 8
Views: 4172

XIDE, NUNIT and functions.

<t>Hello,<br/> <br/> Unit testing is a topic I try to get my hands on for some time.<br/> <br/> I have difficulties to understand how a unit test for a viewmodel would like like:<br/> 1. Most of the methods return void<br/> 2. A lot of methods read data from the database and put it into new classes ...