T
- see TestFactory
public class ConcurrentTestHelper<T> extends Object
Modifier and Type | Method and Description |
---|---|
static <T> TestBuilder<T> |
build() |
protected static <T> Collection<T> |
go(List<Callable<T>> workers) |
protected static <T> List<Callable<T>> |
prepareWorkers(int threadCount,
TestFactory<T> factory) |
static <T> Collection<T> |
test(int threadCount,
TestFactory<T> factory) |
public static <T> Collection<T> test(int threadCount, TestFactory<T> factory)
protected static <T> Collection<T> go(List<Callable<T>> workers)
protected static <T> List<Callable<T>> prepareWorkers(int threadCount, TestFactory<T> factory)
public static <T> TestBuilder<T> build()
Copyright © 2009–2020 OrientDB. All rights reserved.