My favorites | Sign in
Project Logo
                
Show all Featured wiki pages:
Documentation

Do you want to see FEST in action? Check the article "Test-driven GUI development with FEST" by Alex Ruiz. Video demonstrations and working code examples are included!

FEST is a collection of APIs, released under the Apache 2.0 license, which mission is to simplify software testing. It contains the following modules:

Swing Module:

Assertions Module:

Reflection Module:

Mocks Module:

    @Test public void shouldUpdateEmployee() {
      new EasyMockTemplate(mockEmployeeDao) {
        protected void expectations() {
          mockEmployeeDAO.update(employee);
        }

        protected void codeToTest() {
          employeeBO.updateEmployee(employee);
        }
      }.run();
    }

Project links

Supporters

YourKit is kindly supporting open source projects with its full-featured Java Profiler. YourKit, LLC is creator of innovative and intelligent tools for profiling Java and .NET applications. Take a look at YourKit's leading software products: YourKit Java Profiler and YourKit .NET Profiler









Hosted by Google Code