test_suite_controller_create

Function test_suite_controller_create 

Source
pub async fn test_suite_controller_create(
    configuration: &Configuration,
    create_test_suite_dto: CreateTestSuiteDto,
) -> Result<TestSuite, Error<TestSuiteControllerCreateError>>