代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/216499/4892546
ct2
.NH
If; relational operators; compound statements
.PP
The basic conditional-testing statement in C
is the
.UL if
statement:
.E1
c = getchar( );
if( c \*= '?' )
printf("why did you type a question mar
www.eeworm.com/read/212290/4937632
extra entries.extra
/argmax.m////
/best_preimage.m////
/get_name.m////
/rank_perceptron.m////
/subsasgn.m////
/subsref.m////
/testing.m////
/training.m////
www.eeworm.com/read/207991/4999797
mal tst605.mal
# Testing global consts defined for all users
# It should traverse the nested spaces looking for the correct variable
# take a local copy
version:str := const.take("version");
user:str := const.take
www.eeworm.com/read/207991/4999979
mal tst161.mal
# testing definition of new atom type based on ptr
atom mytype:ptr;
function l():mytype;
return l:= 0:mytype;
end l;
z:= mytype.l();
io.print(z);
www.eeworm.com/read/205824/5016383
changes
Release 2.0.0 Wed Jan 11 2006
- We no longer use the "check" library for C unit testing; we
always use the (partial) internal implementation of the API.
- Report XML_NS se
www.eeworm.com/read/204761/5029298
java shoppingcart.java
package wls8unleashed.testing;
import java.io.Serializable;
import java.util.Vector;
public class ShoppingCart implements Serializable
{
private Vector items;
public ShoppingCart()
{
i
www.eeworm.com/read/195341/5111957
ct2
.NH
If; relational operators; compound statements
.PP
The basic conditional-testing statement in C
is the
.UL if
statement:
.E1
c = getchar( );
if( c \*= '?' )
printf("why did you type a question mar
www.eeworm.com/read/193974/5138188
py test_bufio.py
from test_support import verify, TestFailed, TESTFN
# Simple test to ensure that optimizations in fileobject.c deliver
# the expected results. For best testing, run this under a debug-build
# Python
www.eeworm.com/read/193974/5138191
py test_cfgparser.py
import ConfigParser
import StringIO
from test_support import TestFailed, verify
def basic(src):
print "Testing basic accessors..."
cf = ConfigParser.ConfigParser()
sio = StringIO.String