代码搜索:Testing

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

代码结果 10,000
www.eeworm.com/read/240028/13239832

cpp setup_new_copy.cpp

#include namespace tut { /** * Testing each test starts with brand new test object. */ struct setup_new_copy { static int counter; test_runner tr; struct dummy {
www.eeworm.com/read/240028/13239908

cpp fail.cpp

#include #include #include using std::string; using std::runtime_error; namespace tut { /** * Testing fail() method. */ struct fail_test { }; typedef test_
www.eeworm.com/read/324802/13243556

c md5.c

/* ** SQLite uses this code for testing only. It is not a part of ** the SQLite library. This file implements two new TCL commands ** "md5" and "md5file" that compute md5 checksums on arbitrary text
www.eeworm.com/read/323119/13353573

test mysql.test

# This test should work in embedded server after we fix mysqltest -- source include/not_embedded.inc # # Testing the MySQL command line client(mysql) # --disable_warnings drop table if exists t1; --e
www.eeworm.com/read/323119/13354332

test sp-security.test

# # Testing SQL SECURITY of stored procedures # # Can't test with embedded server that doesn't support grants -- source include/not_embedded.inc connect (con1root,localhost,root,,); connection con1
www.eeworm.com/read/136879/13356050

cpp fig20_22.cpp

// Fig. 20.22: fig20_22.cpp // Testing Standard Library class map #include #include using namespace std; int main() { typedef map< int, double, less< int > > mid; mi
www.eeworm.com/read/321496/13403971

readme

This is a set of shell scripts for testing Ethernet bridging. mkbr makes a simple bridge and clones the ip address. rmbr removes bridge The functional test needs two ethernets (eth0, eth1, and the d
www.eeworm.com/read/320605/13422136

out testeof.out

//: c12:TestEOF.java // Testing for the end of file // while reading a byte at a time. import com.bruceeckel.simpletest.*; import java.io.*; public class TestEOF { private static Test monito
www.eeworm.com/read/320605/13422339

java testexpression.java

//: com:bruceeckel:simpletest:TestExpression.java // Regular expression for testing program output lines // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyrigh
www.eeworm.com/read/316226/13528033

cpp app.cpp

/* Module : APP.CPP Purpose: Provides the WinMain function for testing the serial port class Created: PJN / 23-05-1999 History: None Copyright (c) 1999 by PJ Naughter. All rights reserved.