A Framework for Testing Concurrent Programs
Mathias Ricken
Broschiertes Buch

A Framework for Testing Concurrent Programs

Concutest

Versandkostenfrei!
Versandfertig in 6-10 Tagen
38,99 €
inkl. MwSt.
PAYBACK Punkte
19 °P sammeln!
Incremental, test-driven development is sweeping thesoftware industry, elevating testing from anancillary activity to an integral part of theprogramming process. Unfortunately, in our recentexperience developing production programs in Java,unit testing has only proven effective in assuringthe reliability of code with a single thread ofcontrol; it is much less effective in concurrentprograms. To facilitate the development of concurrentprograms, we have developed: 1. An extension of the JUnit framework that activelysupports the developer by treating tests that couldsilently ignore failures in au...