代码搜索结果

找到约 216,410 项符合 Test 的代码

test.java

// Test.java // Point类测试程序 import javax.swing.JOptionPane; //import com.deitel.jhtp3.ch09.Point; public class Test { public static void main( String args[] ) { Point p = new Poin

test.h

#ifndef CPPUNIT_TEST_H #define CPPUNIT_TEST_H #include class TestResult; /* * A Test can be run and collect its results. * See TestResult. * */ class Test { publ

test.h

#ifndef CPPUNIT_TEST_H #define CPPUNIT_TEST_H #include #include namespace CppUnit { class TestResult; /*! \brief Base class for all test objects. * \ingroup Brows

test.java~

/* * Test.java * * Created on 21 January 2004, 13:19 */ package es.pj.circuits.control; /** * * @author mmg20 */ public class Test { /** Creates a new instance of Test */ public

test.vcp

# Microsoft eMbedded Visual Tools Project File - Name="test" - Package Owner= # Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 # ** DO NOT EDIT ** # TARGTYPE "Win32

test.vcl

Build Log --------------------Configuration: test - Win32 (WCE ARM) Release-------------------- Command Lines Creating command line "rc.exe /l

test.java

//: com:bruceeckel:python:Test.java package com.bruceeckel.python; import org.python.util.PythonInterpreter; import java.util.*; import com.bruceeckel.test.*; public class Test extends UnitTes

test.expected

insert into T_pkey1 values (1, 'key1-1', 'test key'); insert into T_pkey1 values (1, 'key1-2', 'test key'); insert into T_pkey1 values (1, 'key1-3', 'test key'); insert into T_pkey1 values (2, 'key2-1

test.sh

#!/bin/sh DBNAME=pltest echo -n "*** Destroy $DBNAME." dropdb $DBNAME > test.log 2>&1 echo " Done. ***" echo -n "*** Create $DBNAME." createdb $DBNAME >> test.log 2>&1 echo " Done. ***" echo -n "*