Searched refs:group_names (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dtestygen342 my (@group_names) = split(/[ \t]+/, $group);
343 for (my $i = 0; $i < @group_names; $i++) {
344 if (defined($testsuite->{setups}->{$group_names[$i]})) {
349 $testsuite->{setups}->{$group_names[$i]};
390 my (@group_names) = split(/[ \t]+/, $group);
391 for (my $i = @group_names - 1; $i >= 0; $i--) {
394 if (defined($testsuite->{teardowns}->{$group_names[$i]})) {
396 $testsuite->{teardowns}->{$group_names[$i]};

Completed in 21 milliseconds