Benx Shen's Library tagged → View Popular
25 Jun 08
Motivating the Data Storm, open source database browser for testing
Data Storm is a free open source data base browser. While there are millions of data base browsers freely available online, Data Storm is different as it can be launched directly from within your Java code. This enables you to see and modify data that otherwise may not be available to you.
-
public void test_order_save() {
Order orderToBeFound = new Order(SOME_ID, SOME_NAME1);
orderToBeFound.save();
new DataStorm().show( connection, "SELECT * FROM orders o WHERE o.id = " + SOME_ID );
assertNotNull(orderToBeFound.load(SOME_ID));
} -

29 Apr 08
Test Early » Configuring Continuum for CI
-
Continuum is a tool that supports the practice of (automated) Continuous Integration (CI). In this entry, I discuss the basic setup and configuration of the tool.
Selected Tags
Related Tags
Sponsored Links
Ads by Google
Top Contributors
Groups interested in tool
Related Lists on Diigo
-
Etrain Toolkit
This is a webslideshow that...
Items: 6 | Visits: 110
Created by: Terry Elliott
-
IBP_overview
iBusinessPromoter (IBP) is ...
Items: 13 | Visits: 310
Created by: nmstrategies _
-
10.GTD Tool List for Digital
紹介ページが邪魔なのでそれを省いたリスト。ツール先オン...
Items: 44 | Visits: 351
Created by: nomico n
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo



