I'm going through some test classes that we have in for the extension classes, and I don't understand the test's structure. we set up an instance of the sObject, the controller, and the extension and then invoke methods in the extension class. How does invoking methods like this, actually test code? we're not asserting anything after calling these methods.
As a point of reference, i'm only familiar with testing strategies like assertions