# Functions
RunSuite runs the test suite.
# Interfaces
AfterSuite represents a method invoked after completing a test suite.
AfterTest represents a method invoked after each test method in a suite.
BeforeSuite describes a method invoked before starting a test suite.
BeforeTest represents a method invoked before each test method in a suite.