代码搜索:Testing

找到约 10,000 项符合「Testing」的源代码

代码结果 10,000
www.eeworm.com/read/326711/3470107

cpp fig23_06.cpp

// Fig. 23.6: fig23_06.cpp // Testing class CommissionEmployee. #include using std::cout; using std::endl; using std::fixed; #include using std::setprecision; #include
www.eeworm.com/read/326021/3476179

1 pcretest.1

.TH PCRETEST 1 .SH NAME pcretest - a program for testing Perl-compatible regular expressions. .SH SYNOPSIS .B pcretest "[-d] [-i] [-m] [-o osize] [-p] [-t] [source] [destination]" \fBpcretest\f
www.eeworm.com/read/325603/3482382

java stockwknbotest.java

package com.ejb3unit.entitytests; import com.bm.testsuite.BaseEntityFixture; import com.ejb3unit.StockWKNBo; /** * This is an axample for fully automated entity bean testing. Beans are random
www.eeworm.com/read/324319/3504167

m testandr.m

function [MI,SIGMA,J]=testandr(dim,epsilon,dnoise,maxcoord,diagm) % TESTANDR creates testing data for Generalized Anderson's task. % [MI,SIGMA,J]=testandr(dim,epsilon,dnoise,maxcoord,diagm) % % TESTAN
www.eeworm.com/read/323581/3513926

tcl event0.tcl

proc About {} { return "Testing the event emulation routines in the test suite" } proc TestEntry_Invoke {w} { global testEntry_Invoked testEntry_value1 set testEntry_Invoked 1 set te
www.eeworm.com/read/321575/3531807

java teststream.java

//: com:bruceeckel:simpletest:TestStream.java // Simple utility for testing program output. Intercepts // System.out to print both to the console and a buffer. // From 'Thinking in Java, 3rd ed.' (
www.eeworm.com/read/321483/3534108

t accept01.t

# Testing accept_codes BEGIN { if($ENV{PERL_CORE}) { chdir 't'; @INC = '../lib'; } } use strict; use Test; BEGIN { plan tests => 13 }; #use Pod::Simple::Debug (6); ok 1; us
www.eeworm.com/read/321483/3534230

t refhash.t

#!/usr/bin/perl -T -w # # Basic test suite for Tie::RefHash and Tie::RefHash::Nestable. # # The testing is in two parts: first, run lots of tests on both a tied # hash and an ordinary un-tied hash,
www.eeworm.com/read/321483/3534649

t 00-load.t

#!perl -wT use strict; use Test::More tests => 1; BEGIN { use_ok( 'Sys::Syslog' ); } diag( "Testing Sys::Syslog $Sys::Syslog::VERSION, Perl $], $^X" ) unless $ENV{PERL_CORE};
www.eeworm.com/read/321465/3535987

1 pcretest.1

.TH PCRETEST 1 .SH NAME pcretest - a program for testing Perl-compatible regular expressions. .SH SYNOPSIS .B pcretest "[-d] [-i] [-m] [-o osize] [-p] [-t] [source] [destination]" \fBpcretest\fR was