init(forTestCaseWithName:)
Creates a test suite that contains a test case with the specified name.
Declaration
convenience init(forTestCaseWithName name: String)Parameters
- name:
A string that specifies a test case.
Creates a test suite that contains a test case with the specified name.
convenience init(forTestCaseWithName name: String)A string that specifies a test case.