ManageTestDataSpringandDBunit(From TSS)》的相关内容

Ruby From Other Languages

Ruby From Other Languages 是ruby官方网站写的,比较了其他主流编程语言和ruby的异同之处,给出了ruby比较有特点的功能介绍,相当棒!推荐 http://www.ruby-lang.org/en/documentation/ruby-from-other-languages/ What to Expect: Language X to Ruby  & ...
by robbin 2006-09-25 浏览 (1426) 回复 (1) 关键字: ruby

对junit的一点体会

Junit是自己写的,如果写得不过严格,或想得不够周到,不知有没有可能变成Pandora's box, 说到底还是得靠自己的Coding Ability,不知大家有何高见呢?
by giantzou 2004-02-11 浏览 (27214) 回复 (51) 关键字:

Using embedded-jboss for unit testing

You can read and download the embedded-jboss from here: http://wiki.jboss.org/wiki/EmbeddedJBoss.Using the embedded-jboss could contribute to the benefits that we can get the core functionalities of j ...
by jason823 2008-04-25 浏览 (569) 回复 (1) 关键字:

Eclipse 3.3M5发布

Eclipse 3.3 M5 - New and Noteworthy There's a hot new drop of Eclipse to warm you up during these coldest days of winter. Here are some of the more noteworthy things available in milestone build ...
by jackhlp 2007-02-12 浏览 (6831) 回复 (14) 关键字:

Top Ten Tips for Web Services Interoperability

I thought it might be fun to put together a "Top Ten Tips for Web Services Interoperability" - especially between .NET and IBM WebSphere, BEA WebLogic and some of the open source toolkits.  I'd l ...
by yyanghhong 2004-09-10 浏览 (1372) 回复 (0) 关键字:

DBUnit

DBUnit官方网站:www.dbunit.org About DbUnit DbUnit is a JUnit extension (also usable with Ant) targeted at database-driven projects that, among other things, puts your database into a known state betwe ...
by 凯旋人生 2008-10-04 浏览 (10) 回复 (0) 关键字: dbunit

使用DbUnit,可以用Ant的任务来实现,也可以直接写DbUnit的测试代码实现

Ant: http://ant.apache.org/Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make's wrinkles. DbUnit:http://www.dbunit.org/DbUnit is a JUnit extension (also usable ...
by YuLimin 2005-04-16 浏览 (571) 回复 (0) 关键字:

zzWhy do we create unit tests?

Why do we create unit tests? Submitted by Mike Kelly on Fri, 19/11/2004 - 16:50. unit testing [textile] A friend of mine asked me the que ...
by alanwu 2008-03-16 浏览 (118) 回复 (0) 关键字: unit test

Advanced Unit Test, Part V - Unit Test Patternszz

http://www.codeproject.com/KB/architecture/autp5.aspx Previous articles in the series: Overview Core Implementation Testing Processes Fixture Setup/Teardown, Test Repetition, And Performan ...
by alanwu 2008-03-20 浏览 (230) 回复 (0) 关键字: unit test

[ZT]JUnit 4.0 in 10 minutes

http://www.instrumentalservices.com/index.php?option=com_content&task=view&id=45&Itemid=52Gunjan DoshiInstrumental Services Inc. Abstract: JUnit needs no introducti ...
by xxj 2006-03-14 浏览 (263) 回复 (0) 关键字: NULL

Flex With Spring [转]

来源:  http://coenraets.org/flex-spring       What is Spring?Spring is one of the most popular Java frameworks. The foundation ofthe Spring framework is a lightweight comp ...
by mikel 2007-11-23 浏览 (1266) 回复 (1)

关于Informix数据库CheckPoint的问题。欢迎大家指教

我现在的数据库服务器,在每天早上数据处理的时候。每次做checkpoint的时间都太长了,有时候甚至达到300s的长度。请大家能给点建议。 服务器为一HP小型机,4CPU,8G内存。OS为Linux系统。数据库为Informix10下面贴出我的onconfig内容 #****************************************************************** ...
by billbai 2008-07-02 浏览 (311) 回复 (2)

Tapestry4.1.3开始投票

There have been lots of bug fixes / various improvements and I was thinking it would be nice to go ahead and release it.   It also helps that the product I've been working on it with is goin ...
by tapestry 2007-09-11 浏览 (487) 回复 (4)

Yahoo! Launches World's Largest Hadoop Production

Yahoo! Launches World's Largest Hadoop Production Application February 19, 2008 Yahoo! recently launched what we believe is the worlds largest Apache Hadoop production application. The Yahoo! Search ...
by imjl 2008-02-20 浏览 (289) 回复 (1)

Enjoying Web Development with Tapestry出4.1版本的,推荐下载

地址:http://www.agileskills2.org/EWDT/ Tapestry book: Enjoying Web Development with TapestryFront cover (Covering Tapestry 4.1) How to create AJAX web-based application easily? If you'd like to create ...
by tapestry 2006-12-31 浏览 (1219) 回复 (5)

NetBeans6.5 M1 众多期待的特性一览表!

NetBeans6.5 M1 众多期待的特性一览表! Netbeans 6.5 M1 已经发布,最新版本的NetBeans 增强了许多功能,同时也引入了许多值得期待的新特性. 其中我比较喜欢的是DataBase 的改进,Eclipse 项目导入变得比以前更方便了,可以正确的区分Web项目 和普通项目,还有Spring   Hibernate 增强. GUI 中新增了JD ...
by gml520 2008-06-25 浏览 (4453) 回复 (16) 关键字: netbeans 6.5 m1

Uncle Bob新书Clean Code

Robert C. Martin最近的新书《Clean Code》即将由Prentice Hall出版社出版。 目录如下: Clean Code    1     There Will Be Code    1     Bad Code    2 ...
by samuelray 2008-04-08 浏览 (511) 回复 (2) 关键字: clean code

Amazon EC2开始提供持久存储Elastic Block Store

亚马逊发布了EC2的持久存储EBS(Elastic Block Store)。 自从使用EC2以来,应用跑在instance上,总是担心重启后会丢掉数据,中途也使用过PersistentFS来持久到S3上,但是毕竟不是官方的方法,这次官方发布了EBS,就可以帮忙解决很多问题。 Amazon EBS volumes can be created in any size between 1 GB ...
by simonli 2008-08-22 浏览 (756) 回复 (3) 关键字: ec2

相关问答

赞助商链接