代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/321483/3533751
t tbt_03die.t
#!/usr/bin/perl
use Test::Builder::Tester tests => 1;
use Test::More;
eval {
test_test("foo");
};
like($@,
"/Not testing\. You must declare output with a test function first\./",
"die
www.eeworm.com/read/321483/3533760
t bad_plan.t
#!/usr/bin/perl -w
BEGIN {
if( $ENV{PERL_CORE} ) {
chdir 't';
@INC = '../lib';
}
}
my $test_num = 1;
# Utility testing functions.
sub ok ($;$) {
my($test, $name) = @_;
www.eeworm.com/read/321483/3533779
t ok_obj.t
#!/usr/bin/perl -w
# Testing to make sure Test::Builder doesn't accidentally store objects
# passed in as test arguments.
BEGIN {
if( $ENV{PERL_CORE} ) {
chdir 't';
@INC = '../li
www.eeworm.com/read/321483/3533816
t 450_service.t
# Testing service_check method using tcp and syn protocols.
BEGIN {
unless (eval "require IO::Socket") {
print "1..0 \# Skip: no IO::Socket\n";
exit;
}
unless (getservbyname('echo', 'tc
www.eeworm.com/read/320653/3542177
c automatedtest.c
/*
* CUnit - A Unit testing framework library for C.
* Copyright (C) 2001 Anil Kumar
* Copyright (C) 2004 Anil Kumar, Jerry St.Clair
*
* This library is free software; you can redistri
www.eeworm.com/read/320653/3542217
c console.c
/*
* CUnit - A Unit testing framework library for C.
* Copyright (C) 2001 Anil Kumar
* Copyright (C) 2004,2005,2006 Anil Kumar, Jerry St.Clair
*
* This library is free softwa
www.eeworm.com/read/320653/3542224
c win.c
/*
* CUnit - A Unit testing framework library for C.
* Copyright (C) 2001 Anil Kumar
* Copyright (C) 2004,2005,2006 Anil Kumar, Jerry St.Clair
*
* This library is free softwa
www.eeworm.com/read/320653/3542228
c cuerror.c
/*
* CUnit - A Unit testing framework library for C.
* Copyright (C) 2001 Anil Kumar
* Copyright (C) 2004,2005,2006 Anil Kumar, Jerry St.Clair
*
* This library is free softwa
www.eeworm.com/read/320653/3542229
c util.c
/*
* CUnit - A Unit testing framework library for C.
* Copyright (C) 2001 Anil Kumar
* Copyright (C) 2004,2005,2006 Anil Kumar, Jerry St.Clair
*
* This library is free softwa
www.eeworm.com/read/320653/3542230
c mymem.c
/*
* CUnit - A Unit testing framework library for C.
* Copyright (C) 2001 Anil Kumar
* Copyright (C) 2004,2005,2006 Anil Kumar, Jerry St.Clair
*
* This library is free softwa