代码搜索:FrameWork
找到约 10,000 项符合「FrameWork」的源代码
代码结果 10,000
www.eeworm.com/read/375190/2726367
py testcmd.py
"""
TestCmd.py: a testing framework for commands and scripts.
The TestCmd module provides a framework for portable automated testing of
executable commands and scripts (in any language, not just Pyt
www.eeworm.com/read/373038/2767522
java notestcases.java
package junit.tests.framework;
/**
* Test class used in SuiteTest
*/
import junit.framework.TestCase;
public class NoTestCases extends TestCase {
public void noTestCase() {
}
}
www.eeworm.com/read/253244/4399237
java notestcases.java
package junit.tests.framework;
/**
* Test class used in SuiteTest
*/
import junit.framework.TestCase;
public class NoTestCases extends TestCase {
public void noTestCase() {
}
}
www.eeworm.com/read/195100/8173855
cs environment.cs
using System;
using Addot.Win32;
namespace Addot
{
///
/// Extension of the .Net framework "Environment" class.
/// Please, refer to the .Net framework for the complete documen
www.eeworm.com/read/241991/4556653
java utiltest.java
// $Id: UtilTest.java,v 1.17 2006/09/07 18:36:23 belaban Exp $
package org.jgroups.tests;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
import org.j
www.eeworm.com/read/241991/4556658
java fctest.java
// $Id: FCTest.java,v 1.10 2006/04/23 13:17:44 belaban Exp $
package org.jgroups.tests;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
import org.jgr
www.eeworm.com/read/241991/4556660
java timertest.java
// $Id: TimerTest.java,v 1.5 2005/12/23 18:36:28 belaban Exp $
package org.jgroups.tests;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
import org.j
www.eeworm.com/read/241991/4556670
java fragtest.java
// $Id: FragTest.java,v 1.9 2006/05/12 09:49:40 belaban Exp $
package org.jgroups.tests;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
import org.j
www.eeworm.com/read/395530/2435279
txt bluetoothframeworkdemo.vbproj.filelistabsolute.txt
E:\神龙\胎压检测\蓝牙资料\Bluetooth Framework X Demo\Bluetooth Framework X Demo\demo\vb.net\BluetoothFrameworkDemo\bin\Debug\BluetoothFrameworkDemo.exe
E:\神龙\胎压检测\蓝牙资料\Bluetooth Framework X Demo\Bluetooth Fram
www.eeworm.com/read/253562/4394096
java j2meunit_testall.java
package testcase;
import j2meunit.framework.Test;
import j2meunit.framework.TestCase;
import j2meunit.framework.TestSuite;
import j2meunit.textui.TestRunner;
public class J2MEUnit_TestAll ext