代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/165810/5477135
vm path2.vm
#*
@test path2.vm
This template is used for Velocity regression testing.
If you alter this template make sure you change the
corresponding comparison file so that the regression
test doesn't fail i
www.eeworm.com/read/165810/5477138
vm path1.vm
#*
@test path1.vm
This template is used for Velocity regression testing.
If you alter this template make sure you change the
corresponding comparison file so that the regression
test doesn't fail i
www.eeworm.com/read/165810/5477239
vm vm_test1.vm
#**
@test vm_test1.vm
This template is used for Velocity regression testing.
If you alter this template make sure you change the
corresponding comparison file so that the regression
test doesn't fa
www.eeworm.com/read/165810/5477256
vm vm_test2.vm
#**
@test vm_test2.vm
This template is used for Velocity regression testing.
If you alter this template make sure you change the
corresponding comparison file so that the regression
test doesn't fai
www.eeworm.com/read/165810/5477257
vm path1.vm
#*
@test path1.vm
This template is used for Velocity regression testing.
If you alter this template make sure you change the
corresponding comparison file so that the regression
test doesn't fail i
www.eeworm.com/read/164379/5489954
c 实例8-4.c
#include
main()
{
char *envp[]={"PATH=/tmp",
"USER=lei",
"STATUS=testing",
NULL};
char *argv_execv[]={"echo", "excuted by execv", NULL};
char *argv_execvp[]={"echo", "ex
www.eeworm.com/read/347503/3170211
s mips-jalx.s
# Test the generation of jalx opcodes
.set nomips16
jalx external_label
# align section end to 16-byte boundary for easier testing on multiple targets
.p2align 4
www.eeworm.com/read/342172/3236988
java vectortest.java
package junit.samples;
import junit.framework.*;
import java.util.Vector;
/**
* A sample test case, testing java.util.Vector.
*
*/
public class VectorTest extends TestCase {
www.eeworm.com/read/342172/3236997
java testcaseclassloadertest.java
package junit.tests.runner;
import java.lang.reflect.*;
import junit.framework.*;
import junit.runner.*;
import java.net.URL;
/**
* A TestCase for testing the TestCaseClassLoader
*
*/
public clas
www.eeworm.com/read/340665/3280868
c c94-pedantic.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* { dg-options "-std=iso9899:199409 -pedantic" } */
/* This file is for testing the preprocessor in -std=iso9899: