TestSuite Interface

public interface TestSuite

Constructor interface for a TestSuite object.


Contents


Module Procedures

public function newTestSuite(ts_name) result(new_ts)

Construct a new test suite.

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: ts_name

Name of the test suite.

Return Value type(TestSuite)

Return the new test suite.