代码搜索:Testing

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

代码结果 10,000
www.eeworm.com/read/308950/3709711

java stringsorttest.java

//: StringSortTest.java // Testing the generic sorting Vector //实现比较大小用的接口 import java.util.*; public class StringSortTest { static class StringCompare implements Compare { public bool
www.eeworm.com/read/305285/3775599

java massivecomments.java

// 1 sample java file for testing comment settings in jAnalyzer package org.infozone.tools.janalyzer; // 2 import koala.dynamicjava.tree.*; // 3 public final class MassiveComments { // 4 public Java
www.eeworm.com/read/305277/3779151

scala xml04embed.scala

import scala.testing.SUnit._ object Test extends AnyRef with Assert { def main(args: Array[String]) { val ya = {{ assertEquals(ya.text, "{") val ua = }} assertEquals(
www.eeworm.com/read/305277/3779159

scala unittest_io.scala

import scala.testing.SUnit._ import scala.io.Source object Test extends TestConsoleMain { def suite = new TestSuite( new ReadlinesTest ) class ReadlinesTest extends TestCase("scala.io.S
www.eeworm.com/read/302096/3826914

notes

# # $XORP: xorp/bgp/harness/NOTES,v 1.1.1.1 2002/12/11 23:55:51 hodson Exp $ # # # Example Scripting language for a BGP test harness. # # The testing system is composed of three components: # 1) The
www.eeworm.com/read/296353/3905116

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
www.eeworm.com/read/292670/3950722

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/289366/3991504

cmd testuart.cmd

| Script file for testing the UART in echo mode (Txd and must be RxD tied) | 2 writes followed by 2 read | Initial settings delete_waveforms restart stepsize 50nS | Watched Signals and Vectors |
www.eeworm.com/read/289366/3991506

cmd testtx.cmd

| Script file for testing the UART in echo mode (Txd and must be RxD tied) | 2 writes followed by 2 read | Initial settings delete_waveforms restart stepsize 50nS | Watched Signals and Vectors |
www.eeworm.com/read/286192/4042095

cpp mstring.cpp

// Mstring.c // testing string class /* Yes, I know it's bad to reinvent this particular wheel but I don't like the templatized standard string. An extra 30% (at least) size penalty for usi