Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/google/thread-weaver
A Java framework for testing multithreaded code.
https://github.com/google/thread-weaver
Last synced: 2 months ago
JSON representation
A Java framework for testing multithreaded code.
- Host: GitHub
- URL: https://github.com/google/thread-weaver
- Owner: google
- License: apache-2.0
- Archived: true
- Created: 2014-10-07T23:01:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-06T05:51:26.000Z (over 7 years ago)
- Last Synced: 2024-08-01T20:47:55.763Z (6 months ago)
- Language: Java
- Homepage:
- Size: 186 KB
- Stars: 305
- Watchers: 28
- Forks: 68
- Open Issues: 8
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- License: COPYING
Awesome Lists containing this project
- my-awesome - google/thread-weaver - 08 star:0.3k fork:0.1k A Java framework for testing multithreaded code. (Java)
README
This is Weaver, a framework for writing multi-threaded Unit Tests in
Java.Documentation is available in the docs directory, including a Users'
Guide and a Tutorial.Post questions to [email protected]
REQUIREMENTS:
Weaver was built with Java 6. (http://java.sun.com/javase/6)
It requires the following components:
Javassist. (http://www.csg.is.titech.ac.jp/~chiba/javassist). Version 3.8.1 or greater.
Objenesis. (http://code.google.com/p/objenesis). Version 1.0 or greater.
Cglib. (http://cglib.sourceforge.net). Version 2.2 or greater.
To build the extensions:
Easymock/Easymock Class Extension. (http://easymock.org). Version 2.4 or greater.
To run the tests:
Easymock/Easymock Class Extension.
JUnit (http://www.junit.org). Version 4.5 or greater.
To run the extensions tests:
ASM (http://asm.ow2.org). Version 3.0 or greater.
BUILDING:
To build Weaver, edit the build.properties file and fill in the
location of the required jars. The ant target "all" will build the
main jar plus the extensions, and run all the tests.MAVEN:
The MapDB group have been using Thread Weaver, and have produced a
Mavenised version. For details of this, and for a discussion of the
issues that they have had with the framework, see
http://www.mapdb.org/blog/thread_weaver.html