edu.umd.cs.mtc.package-info Maven / Gradle / Ivy
/**
* MultithreadedTC: This package provides a unit
* testing framework for concurrent applications.
*
*
* It provides a class {@link edu.umd.cs.mtc.MultithreadedTestCase}
* that makes it easy to define a test case that has multiple threads,
* and tools to assist in evaluating the behavior of the
* code under difference scenarios.
*
*
* In particular, it provides a metronome framework for coordinating the
* actions in multiple threads, and a way to force wait and await calls
* to immediately return, testing various concurrency scenarios.
*
* @author William Pugh
* @author Nathaniel Ayewah
* @since 1.0
*/
package edu.umd.cs.mtc;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy