Setup used to initialize test information
TEARDOWN is used to achieve clearing operations such as resource release after the test is completed
The RUNTEST method is to implement test business logic.
The composition of the test logic is setup, Runtest, Teardown