All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.tinkoff.kora.test.extension.junit5.TestGraphInitialized Maven / Gradle / Ivy

There is a newer version: 1.1.15
Show newest version
package ru.tinkoff.kora.test.extension.junit5;

import ru.tinkoff.kora.application.graph.ApplicationGraphDraw;
import ru.tinkoff.kora.application.graph.RefreshableGraph;

record TestGraphInitialized(RefreshableGraph refreshableGraph, ApplicationGraphDraw graphDraw,
                            KoraAppGraph koraAppGraph) {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy