testSuite property

TestSuite? testSuite
getter/setter pair

The tests to execute against the Source.

When Source is provided inline, the test cases will only be run if the Source is syntactically and semantically valid. Inline TestSuite to run.

Implementation

TestSuite? testSuite;