SRunner


Description:

[ CCode ( cname = "srunner_create" ) ]
[ Version ( since = "0.6.0" ) ]
public SRunner (Suite s)

Creates a suite runner for the given suite.

Once created, additional suites can be added to the suite runner using SRunner.add_suite, and the suite runner can be run with SRunner.run_all.

Parameters:

s

suite to generate a suite runner for

Returns:

suite runner for the given suite

Since:

0.6.0