xenoterracide
01/14/2019, 11:07 PMtest on a class makes the class internal, and so that you can't directly call any constructors. on a method it would make it internal (is this a thing for a method?). Motivation, avoid ID10T errors involving trying to new up the test in your code, vs trying to new up the class under test 😕 also the internal keyword is long and test reads better.rrader
01/15/2019, 7:57 PMkeywordHowon a class makes the class internaltest
test can reads better than internal if the class is internal?xenoterracide
01/15/2019, 8:38 PMtest class instead of internal classxenoterracide
01/15/2019, 8:46 PM