 |
Search: JUnit[^A-Za-z]
|
Topics in Javapedia web:
|
Changed: now 13:30
|
Changed by:
|
|
Ant
%LOCKED%
|
22 Apr 2007 - 18:52 - r19
|
Main.steve_l
|
|
Ant Ant is the de facto standard Java build tool. It was originally created by Duncan Davidson and is now integrated into all JavaIDEs. An external Wiki for Ant is ...
|
|
|
Cactus
%LOCKED%
|
23 Oct 2003 - 19:04 - NEW
|
Main.redwolf
|
|
Cactus Cactus is a simple test framework for unit testing server side java code (Servlets, EJBs, JSP Tag Libraries, Filters, etc.). Cactus uses and extends JUnit ...
|
|
|
CodeAnalysisApps
%LOCKED%
|
06 Feb 2009 - 10:08 - r10
|
Main.isc
|
|
CodeAnalysisApps Applications, which analyze source code and provide some usefull information for developer (manager): from detecting code defects to formal verification ...
|
|
|
CosDiFazio
%LOCKED%
|
09 Jun 2003 - 21:08 - r2
|
Main.cdifazio
|
|
CosDiFazio Cos Difazio is a Senior Software Architect for Nortel Networks and an Asst. Professor teaching Java and XML classes for Piedmont Virginia Community College ...
|
|
|
DrJava
%LOCKED%
|
27 Jul 2003 - 19:57 - NEW
|
Main.csreis
|
|
DrJava DrJava is an open source, lightweight programming environment that can easily be pigeon holed as an educational IDE for beginners. It does fill this role ...
|
|
|
FrameworksAndLibraries
%LOCKED%
|
18 Oct 2009 - 11:42 - r87
|
Main.tweber
|
|
FrameworksAndLibraries Libraries: .useful a library for array search and Swing JTree and tree node operation. PageLayout, a Layout Manager for Java Swing ...
|
|
|
IanLim
%LOCKED%
|
15 Jun 2003 - 01:43 - NEW
|
Main.mallim
|
|
IanLim Ian Lim is working on Java for the last 3 years now. Currently he is a team leader for with Korvac in Singapore. I am interested in the following pages: ...
|
|
|
JBuilder
%LOCKED%
|
07 Jun 2004 - 16:35 - r8
|
Main.redwolf
|
|
JBuilder Why I love JBuilder: It is fast. It has a lot of refactoring support. It has good source control integration. It has a lot of wizards that ...
|
|
|
JUnit
%LOCKED%
|
09 Apr 2008 - 18:58 - r11
|
Main.robogeek
|
|
JUnit A popular open source unit testing framework for Java hosted at http://junit.org/. Extreme Programming recommends developing unit tests before coding (or at ...
|
|
|
JavaIDEs
%LOCKED%
|
08 Sep 2005 - 10:25 - r22
|
Main.pan
|
|
JavaIDEs A number of IDEs ( Integrated Development Environments ) are available for programmers creating Java applications. NetBeans (Free) and derivatives ...
|
|
|
Log4J
%LOCKED%
|
31 Jul 2007 - 11:51 - r8
|
Main.scolebourne
|
|
Apache Log4J Log messages can be seen as a kind of executable documentation. They are a very powerful tool for post mortem debugging, especially when combined with ...
|
|
|
MacOSX
%LOCKED%
|
08 Apr 2008 - 09:41 - r20
|
Main.calpas
|
|
MacOSX Mac OS X provides support for J2SE 1.3.1, 1.4.2 and 5.0 based applications and applets. J2SE 1.4.2 is supported on Mac OS X 10.3.1 or higher. Java 1.4.2 Release ...
|
|
|
NetBeans
%LOCKED%
|
06 Nov 2006 - 11:55 - r10
|
Main.mpetras
|
|
NetBeans An open source Java IDE hosted at http://www.netbeans.org/ and sponsored by Sun Microsystems. The most recent stable release is 5.5. Important features include ...
|
|
|
OutOfTheBox
%LOCKED%
|
11 Jun 2003 - 00:15 - NEW
|
Main.rodcope
|
|
OutOfTheBox Solutions, Inc. is proud to announce the immediate availability of 2.0, an intelligent distribution of over 100 Open Source projects for Java developers ...
|
|
|
PossibleArticles
%LOCKED%
|
31 Jul 2007 - 20:08 - r10
|
Main.scolebourne
|
|
PossibleArticles Here are some topics people have suggested for Javapedia articles: single page entries on info that people working with Java need to know or ...
|
|
|
RegularExpressions
%LOCKED%
|
31 Jul 2007 - 12:06 - r11
|
Main.scolebourne
|
|
RegularExpressions Regular expressions are common in many programming languages and Unixish utilities and provide a way to describe the format of text strings. You ...
|
|
|
SoftwareQualityTools
%LOCKED%
|
24 Apr 2007 - 21:20 - r5
|
Main.robogeek
|
|
SoftwareQualityTools Usage Scanner: A Java utility that scans Java bytecode to detect references to targeted APIs. JFeature is an open source feature/requirement ...
|
|
|
SoftwareTestHarnesses
%LOCKED%
|
25 Apr 2007 - 05:25 - r2
|
Main.robogeek
|
|
SoftwareTestHarnesses SCOPE: Test harnesses for executing tests of a Java application or a Java platform implementation. TBD: Need a good definition of a test harness ...
|
|
|
TestCodeCoverageApps
%LOCKED%
|
20 Sep 2007 - 23:37 - NEW
|
Main.robogeek
|
|
TestCodeCoverageApps Quilt is a Java software development tool that measures coverage , the extent to which unit testing exercises the software under test. It is ...
|
|
|
TestNG
%LOCKED%
|
07 Mar 2007 - 20:02 - r2
|
Main.robogeek
|
|
TestNG TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use TestNG is ...
|
|
|
Testability
%LOCKED%
|
03 Jul 2003 - 18:13 - NEW
|
Main.ceperez
|
|
Testability A component framework built on top of JUnit. The goal is to make JUnit tests more reusable. The wiki for the project can be found here: WebHome . ...
|
|
|
Testing
%LOCKED%
|
27 Nov 2008 - 19:36 - r24
|
Main.martinig
|
|
Testing see also JUnit , jmeter Testing done correctly is one of the first steps started in a project. Long before the current rage about test first and often ...
|
|
|
TestingDatabases
%LOCKED%
|
09 Apr 2008 - 18:56 - NEW
|
Main.robogeek
|
|
Testing Databases DbUnit is a JUnit extension (also usable with Ant) targeted for database driven projects that, among other things, puts your database into a known ...
|
|
|
TestingGUIApplications
%LOCKED%
|
10 Sep 2007 - 14:12 - r16
|
Main.twalljava
|
|
TestingGUIApplications By "GUI Applications" I mean ones where Java draws the GUI (e.g. with Swing or SWT or other technologies), not ones where the application ...
|
|
|
UnitTestGeneratorApps
%LOCKED%
|
06 Sep 2007 - 23:58 - r3
|
Main.jsilvers
|
|
UnitTestGeneratorApps AgitarOne Commercial app suite to help explore source code and generate unit tests (JUnit format). Clover is a powerful and highly configurable ...
|
|
Number of topics: 25
|