Do you write one test per function/method, with multiple checks in the test, or a test for each check?
A testcase per check. If you name the method appropriately, it can provide valuable hint towards the problem when one of these tests cause a regression failure.