代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/222917/4815316
phpt 005.phpt
--TEST--
Testing register_shutdown_function()
--FILE--
--EXPECT--
foo()
www.eeworm.com/read/222917/4815399
phpt 010.phpt
--TEST--
Testing function parameter passing with a return value
--POST--
--GET--
--FILE--
--EXPECT--
2
www.eeworm.com/read/222679/4818806
java mathtest.java
// Exercise 6.3: MathTest.java
// Testing the Math class methods.
public class MathTest {
public static void main( String args[] )
{
System.out.println( "Math.abs( 23.7 ) = " + Ma
www.eeworm.com/read/221464/4828532
jam bootstrap.jam
# Proof-of-concept for bjam-based testing mechanism. This file should
# work on NT, Cygwin, and Linux. No promises for other platforms.
# Set a variable which says how to dump a file to stdout
if
www.eeworm.com/read/221464/4830378
jamfile
# Define SGB (stanford graph base top level directory) and
# LEDA (also top level directory) at the command line of jam using -s
subproject libs/graph/test ;
import testing ;
test-suite g
www.eeworm.com/read/216435/4895702
c adv_pci1710.c
/*
* comedi/drivers/adv_pci1710.c
*
* Author: Michal Dobes
*
* Thanks to ZhenGang Shang
* for testing and informations.
*
* hardware driver
www.eeworm.com/read/213767/4912426
rb test_mem_cache.rb
require 'stringio'
require 'test/unit'
$TESTING = true
require 'memcache'
class MemCache
attr_reader :servers
attr_writer :namespace
end
class FakeSocket
attr_reader :written, :data
de
www.eeworm.com/read/209559/4973367
txt dc395x.txt
README file for the dc395x SCSI driver
==========================================
Status
------
The driver has been tested with CD-R and CD-R/W drives. These should
be safe to use. Testing with hard
www.eeworm.com/read/208788/4990761
java _testhelper.java
package org.apache.lucene.store;
import java.io.IOException;
/** This class provides access to package-level features defined in the
* store package. It is used for testing only.
*/
public class