Hi,
I was going to start writing UTs for libraries/properties*. I was wondering if its okay to include all tests for libraries/properties/options/items* into one file as they all have just one function. Or should I create a single test class for each of the classes in that folder?
Thanks!
Hi
Dne Wed, 17 Jul 2013 17:48:08 +0545 Ayush Chaudhary ayushchd@gmail.com napsal(a):
I was going to start writing UTs for libraries/properties*. I was wondering if its okay to include all tests for libraries/properties/options/items* into one file as they all have just one function. Or should I create a single test class for each of the classes in that folder?
IMHO it's fine to put it all into one file as long as it does not grow too much.