getTestComponent

@Nullable
abstract fun getTestComponent(): CppTestSuite(source)

Returns the C++ unit test suite of this project, if any.

Return

the test suite or null when the project does not have a unit test suite.