代码搜索:JUnit
找到约 8,068 项符合「JUnit」的源代码
代码结果 8,068
www.eeworm.com/read/393710/2470560
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/384760/2597661
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/373038/2767533
java junit4classrunnertest.java
package org.junit.tests.deprecated;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;
import static org.junit.Assert.fail;
import org.junit.Test;
import org.junit
www.eeworm.com/read/373038/2767557
java junit38classrunnertest.java
package org.junit.tests.junit3compatibility;
import static org.junit.Assert.assertEquals;
import junit.extensions.TestDecorator;
import junit.framework.JUnit4TestAdapter;
import junit.framework.TestC
www.eeworm.com/read/366513/2887000
svn-base junit.jar.svn-base
K 13
svn:mime-type
V 24
application/octet-stream
END
www.eeworm.com/read/360437/2961290
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/193224/8246547
jar ant-junit-1.6.3.jar
www.eeworm.com/read/267281/11187645
jar ant-junit-1.6.5.jar
www.eeworm.com/read/351393/10655084
java alltests.java
/**
* Copyright 2001 Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and
* redistribution of this file, and for a DISCLAIMER OF ALL
* WARRANTIES.
*/
package te
www.eeworm.com/read/469853/6927997
txt day18.txt
CoreJava(day18) --- 李艳
软件测试:
开发人员也要写测试代码。
网上流行的----XP开发(极限开发)
本章要点:
软件测试概述
软件测试分类
几种单元测试方法------程序员
组织软件测试-----测试人员
软件测试文档----90%是测试人员写,但也有程序员写的