代码搜索:Testing

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

代码结果 10,000
www.eeworm.com/read/320653/3542222

c automated.c

/* * CUnit - A Unit testing framework library for C. * Copyright (C) 2001 Anil Kumar * Copyright (C) 2004,2005,2006 Anil Kumar, Jerry St.Clair * * This library is free software; you ca
www.eeworm.com/read/312595/3670202

java nodevalidatorfortesting.java

package org.jgap.gp.impl; import org.jgap.gp.impl.*; import org.jgap.gp.*; /** * For testing purposes only. * * @author Klaus Meffert * @since 3.2 */ public class NodeValidatorForTes
www.eeworm.com/read/311226/3684286

n3-parser-tests

## From the W3C SWAP test suite and other places ## Parse - no production of RDF ## Some of the W3C tests are about the logic after parsing ## so these test are not always actually testing anything
www.eeworm.com/read/309984/3700600

ac ac_check_junit.ac

dnl @synopsis AC_CHECK_JUNIT dnl dnl AC_CHECK_JUNIT tests the availability of the Junit testing dnl framework, and set some variables for conditional compilation dnl of the test suite by automake. dnl
www.eeworm.com/read/308211/3718123

c mac_packet_test.c

/* V0.1 Initial Release 10/July/2006 RBR */ //Basic packet sending test at the MAC level, used for internal testing only. //This packet test has one node sending out a variety of //d
www.eeworm.com/read/305303/3774370

am makefile.am

KAWALIB = ../../.. KAWA = ../../../bin/kawa.sh DOTEST = $(KAWA) --elisp\ -e '(load "$(KAWALIB)/testsuite/testing.zip")' $(OPTIONS) EXTRA_DIST = lang-test.el CLEANFILES = *.log check: $(DOTEST) -f
www.eeworm.com/read/305303/3774422

am makefile.am

KAWALIB = ../../.. KAWA = ../../../bin/kawa.sh DOTEST = $(KAWA) --clisp\ -e '(load "$(KAWALIB)/testsuite/testing.zip")' $(OPTIONS) EXTRA_DIST = lang-test.lisp CLEANFILES = *.log all: check: $(DOT
www.eeworm.com/read/305277/3778797

scala tcpoly_return_overriding.scala

trait Generic[g[x]] { def unit: g[Unit] } trait Rep[t] { def rep[m[x]](implicit gen: Generic[m]): m[t] } // testing that the return type is also transformed when checking overriding /
www.eeworm.com/read/305277/3779039

scala bug1183.scala

import scala.testing.SUnit._ object Test extends TestConsoleMain { def suite = new TestSuite( new Test717 ) class Foo(j:Int) { object Baz class Bam object Bar case cla
www.eeworm.com/read/299258/3854908

m testandr.m

function [MI,SIGMA,J]=testandr(dim,epsilon,dnoise,maxcoord,diagm) % TESTANDR creates testing data for Generalized Anderson's task. % [MI,SIGMA,J]=testandr(dim,epsilon,dnoise,maxcoord,diagm) % % TESTAN