Search in sources :

Example 1 with SimpleProfiler

use of ru.fix.commons.profiler.impl.SimpleProfiler in project completable-reactor by ru-fix.

the class CompletableReactorTest method before.

@Before
public void before() throws Exception {
    profiler = new SimpleProfiler();
    reactor = new CompletableReactor(profiler).setDebugProcessingVertexGraphState(true);
}
Also used : CompletableReactor(ru.fix.completable.reactor.runtime.CompletableReactor) SimpleProfiler(ru.fix.commons.profiler.impl.SimpleProfiler) Before(org.junit.Before)

Example 2 with SimpleProfiler

use of ru.fix.commons.profiler.impl.SimpleProfiler in project completable-reactor by ru-fix.

the class GlCompletableReactorTest method before.

@BeforeEach
void before() {
    profiler = new SimpleProfiler();
    reactor = new CompletableReactor(profiler).setDebugProcessingVertexGraphState(true);
}
Also used : CompletableReactor(ru.fix.completable.reactor.runtime.CompletableReactor) SimpleProfiler(ru.fix.commons.profiler.impl.SimpleProfiler) BeforeEach(org.junit.jupiter.api.BeforeEach)

Example 3 with SimpleProfiler

use of ru.fix.commons.profiler.impl.SimpleProfiler in project completable-reactor by ru-fix.

the class CompletableReactorHandlerArgumentsTest method before.

@Before
public void before() throws Exception {
    profiler = new SimpleProfiler();
    reactor = new CompletableReactor(profiler).setDebugProcessingVertexGraphState(true);
}
Also used : CompletableReactor(ru.fix.completable.reactor.runtime.CompletableReactor) SimpleProfiler(ru.fix.commons.profiler.impl.SimpleProfiler) Before(org.junit.Before)

Aggregations

SimpleProfiler (ru.fix.commons.profiler.impl.SimpleProfiler)3 CompletableReactor (ru.fix.completable.reactor.runtime.CompletableReactor)3 Before (org.junit.Before)2 BeforeEach (org.junit.jupiter.api.BeforeEach)1