Skip to content

iominh/ThreadWeaver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a fork of the Thread Weaver project, version 0.20. It was updated to use Maven instead of Ant.

Alasdair Mackintosh is the original author.

Build Status

Build Status

Description

Thread Weaver is a framework for writing multi-threaded unit tests in Java.

It provides mechanisms for creating breakpoints within your code, and for halting execution of a thread when a breakpoint is reached. Other threads can then run while the first thread is blocked. This allows you to write repeatable tests for that can check for race conditions and thread safety.

Install

After installing Maven, run "mvn clean install" in the root directory to build the framework and run the unit tests.

About

Framework for testing race conditions and multithreading

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages