Projects tagged ‘test’, ‘testng’, and ‘unit_testing’


Jump to tag:

Projects tagged ‘test’, ‘testng’, and ‘unit_testing’

Filtered by Project Tags test testng unit_testing

Refine results Project Tags unit-testing (2) java (2) tools (2) testing (2) tdd (2) junit (2) unit (1) mock (1) desktop (1) javascript (1) mockobjects (1) swing (1)

[2 total ]

12 Users
   

FEST is a collection of compact and fluent APIs, which mission is to simplify software testing. The project provides libraries for: * Functional testing of Swing-based UIs * Functional ... [More] testing of JavaFX-based UIs * Fluent interface for assertions * Easy-to-use fluent interface for Java Reflection * Template for simplifying usage of mock objects [Less]
Created over 3 years ago.

1 Users
 

JsTester allows validation of javaScript code inside java. It provides a group of assert methods like JUnit's Assert, it also supports the validations described in ... [More] http://javascript.crockford.com/remedial.html, and the ability to use your own validations (unary & binary predicates). The project provides two ways of creating your tests: by inheritance (JsTestCase), and by composition (JsTester). Use JsTestCase as you would normally use any extension of TestCase. Use JsTester with TestNG or JUnit4 and annotations, or inside another TestCase hierarchy. Includes Groovy support. [Less]
Created over 3 years ago.