代码搜索:FrameWork
找到约 10,000 项符合「FrameWork」的源代码
代码结果 10,000
www.eeworm.com/read/465127/1522650
h bigl.h
/*
File: BIGL.h
Program: binaervarianz OpenGL Framework
Author: Michael Rossberg
mick@binaervarianz.de
Description: This framework provides abstract Cocoa metho
www.eeworm.com/read/465127/1522656
h biglview.h
/*
File: BIGLView.h
Program: binaervarianz OpenGL Framework
Author: Michael Rossberg
mick@binaervarianz.de
Description: This framework provides abstract Cocoa m
www.eeworm.com/read/221464/4828465
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
www.eeworm.com/read/179395/5304839
java noargtestcasetest.java
package junit.tests.framework;
import junit.framework.TestCase;
public class NoArgTestCaseTest extends TestCase {
public void testNothing() { // If this compiles, the no arg ctor is there
}
}
www.eeworm.com/read/168845/5429881
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
www.eeworm.com/read/342172/3237013
java noargtestcasetest.java
package junit.tests.framework;
import junit.framework.TestCase;
public class NoArgTestCaseTest extends TestCase {
public void testNothing() { // If this compiles, the no arg ctor is there
www.eeworm.com/read/413964/2155955
java authorizationexception.java
package com.pegasus.framework.acl.exception;
import com.pegasus.framework.exception.WebException;
public class AuthorizationException extends WebException {
/**
* @param message .
www.eeworm.com/read/406607/2275855
js assert.js
/**
* @fileOverview
* @example
*/
/**
* @class Assert
*/
jsx.tunit.framework.Assert = function(){this.initialize.apply(this, arguments);}
/** @ignore */
jsx.tunit.framework.Assert.p
www.eeworm.com/read/406607/2275856
js test.js
/**
* @fileOverview
* @example
*/
/**
* @class Test
*/
jsx.tunit.framework.Test = function(){this.initialize.apply(this, arguments);}
/** @ignore */
jsx.tunit.framework.Test.prototy
www.eeworm.com/read/373038/2767515
java noargtestcasetest.java
package junit.tests.framework;
import junit.framework.TestCase;
public class NoArgTestCaseTest extends TestCase {
public void testNothing() { // If this compiles, the no arg ctor is there
}
}