Unittest methods

Report a typo

Match the name of a method with its description.

Match the items from left and right columns
setUp()
tearDown()
a test method
This method contains assert methods to compare expected output and the actual one.
The code inside this method is run after each test method.
The code inside this method is run before each test method.
___

Create a free account to access the full topic