Function get_test_cases_by_id

Source
pub async fn get_test_cases_by_id(
    db: &Surreal<Client>,
    id: &str,
) -> Result<Vec<ServerTestCase>>