代码搜索:Testing

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

代码结果 10,000
www.eeworm.com/read/120920/6070828

java unittest.java

//: com:bruceeckel:test:UnitTest.java // The basic unit testing class package com.bruceeckel.test; import java.util.*; public class UnitTest { static String testID; static List errors = ne
www.eeworm.com/read/120908/6070877

c prime.c

/* PRIME.C - primality-testing routines Copyright (c) J.S.A.Kapp 1994 - 1995. RSAEURO - RSA Library compatible with RSAREF(tm) 2.0. All functions prototypes are the Same as f
www.eeworm.com/read/120487/6073473

out tinterval-solaris-1947.out

-- -- TINTERVAL -- CREATE TABLE TINTERVAL_TBL (f1 tinterval); -- Should accept any abstime, -- so do not bother with extensive testing of values INSERT INTO TINTERVAL_TBL (f1) VALUES ('["-infinity
www.eeworm.com/read/120487/6073479

out tinterval.out

-- -- TINTERVAL -- CREATE TABLE TINTERVAL_TBL (f1 tinterval); -- Should accept any abstime, -- so do not bother with extensive testing of values INSERT INTO TINTERVAL_TBL (f1) VALUES ('["-infinity
www.eeworm.com/read/120487/6073551

sql char.sql

-- -- CHAR -- -- fixed-length by value -- internally passed by value if
www.eeworm.com/read/120487/6073644

sql tinterval.sql

-- -- TINTERVAL -- CREATE TABLE TINTERVAL_TBL (f1 tinterval); -- Should accept any abstime, -- so do not bother with extensive testing of values INSERT INTO TINTERVAL_TBL (f1) VALUES ('["-infin
www.eeworm.com/read/117181/6110567

c overlays.c

/* Support program for testing gdb's ability to debug overlays in the inferior. */ #include "ovlymgr.h" extern int foo PARAMS((int)); extern int bar PARAMS((int)); extern int baz PARAMS((int));
www.eeworm.com/read/114399/6124131

java jlabeltest.java

import java.awt.*; import java.awt.event.*; import javax.swing.*; public class JLabelTest extends JFrame { private JLabel label1; public JLabelTest() { super( "Testing JLabel" ); Co
www.eeworm.com/read/113071/6141935

java datasource.java

package javax.sql; import java.sql.*; import java.io.*; /** Temporary recreation of DataSource interface, from Sun docco. * Just for testing purposes. * DO NOT CHANGE THIS INTERFACE. */ public in
www.eeworm.com/read/101082/6248207

mk makelocal.mk

# @(#)Makelocal.mk 4.1 ULTRIX 7/2/90 # @(#)Makefile 2.1 (Berkeley) 12/10/85 # optional flags are: MEASURE TESTING DEBUG include $(GMAKEVARS) SUBDIRS=_$(MACHINE).d AOUTS= timed timedc OBJDS= ac