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.

Лицензия

Лицензия

Группа

Группа

com.googlecode.thread-weaver
Идентификатор

Идентификатор

threadweaver
Последняя версия

Последняя версия

0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.

Скачать threadweaver

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
asm : asm jar 3.3.1

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
0.2
0.1