Last Version

Thread Weaver 0.2

Thread Weaver is a framework for writing multi-threaded unit tests in Java. It provides mechanisms for creating breakpoints within code, and for halting execution of a thread when a breakpoint is reached.

License

License

GroupId

GroupId

com.googlecode.thread-weaver
ArtifactId

ArtifactId

threadweaver
Version

Version

0.2
Type

Type

jar
Description

Description

Thread Weaver
Thread Weaver is a framework for writing multi-threaded unit tests in Java. It provides mechanisms for creating breakpoints within code, and for halting execution of a thread when a breakpoint is reached.

Download threadweaver 0.2


<!-- https://jarcasting.com/artifacts/com.googlecode.thread-weaver/threadweaver/ -->
<dependency>
    <groupId>com.googlecode.thread-weaver</groupId>
    <artifactId>threadweaver</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.thread-weaver/threadweaver/
implementation 'com.googlecode.thread-weaver:threadweaver:0.2'
// https://jarcasting.com/artifacts/com.googlecode.thread-weaver/threadweaver/
implementation ("com.googlecode.thread-weaver:threadweaver:0.2")
'com.googlecode.thread-weaver:threadweaver:jar:0.2'
<dependency org="com.googlecode.thread-weaver" name="threadweaver" rev="0.2">
  <artifact name="threadweaver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.thread-weaver', module='threadweaver', version='0.2')
)
libraryDependencies += "com.googlecode.thread-weaver" % "threadweaver" % "0.2"
[com.googlecode.thread-weaver/threadweaver "0.2"]

Dependencies

compile (4)

Group / Artifact Type Version
org.javassist : javassist jar 3.18.1-GA
org.objenesis : objenesis jar 1.3
cglib : cglib-nodep jar 2.2.2
org.easymock : easymock jar 3.2

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
asm : asm jar 3.3.1

Project Modules

There are no modules declared in this project.