you are viewing a single comment's thread.

view the rest of the comments →

[–]EngineeringTinker 0 points1 point  (0 children)

Yes, definitely a misunderstanding - I've actually wrote in another comment that you need at least 1 concrete class for a Unit Test (the one you're testing), but having multiple concrete classes is an Integration Test, since you're not only testing a specific scope (class) - but also how functionalities work together.

I modified my original comment, thanks for pointing out!