[ 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.
s |
suite to generate a suite runner for |
suite runner for the given suite |
0.6.0