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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
H A Dexit.t75 while( my($test_name, $exit_codes) = each %Tests ) {
89 my $file = File::Spec->catfile($lib, $test_name);
95 "$test_name exited with $actual_exit ".
100 "$test_name exited with $actual_exit ".
/osnet-11/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema_test_config.c71 opt_array[i] = (char *)mtest_table[i].test_name;
H A Dmema_test.h59 const char *test_name; member in struct:mtest_table_ent
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm65 ok($this eq $that, $test_name);
67 is ($this, $that, $test_name);
68 isnt($this, $that, $test_name);
73 like ($this, qr/that/, $test_name);
74 unlike($this, qr/that/, $test_name);
76 cmp_ok($this, '==', $that, $test_name);
78 is_deeply($complex_structure1, $complex_structure2, $test_name);
83 ok( foo(), $test_name );
84 is( foo(42), 23, $test_name );
90 ok( foo(), $test_name );
[all...]

Completed in 16 milliseconds