The idea of writing a test in the first place is that you know what the code will do before you write. So, you make a list of what you want and how you want each function to be used. Then you write a test for each function (feel free to write more than one or how much is needed to test the functionality of the object.)
. , , , . , .
Boom - Test Driven Development !: -)