aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/rain_check/test/ut/test.h
blob: e91470d3a3c89f26611491d38c559db6300b5160 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include <library/cpp/messagebus/rain_check/core/rain_check.h>
 
#include <library/cpp/messagebus/misc/test_sync.h>

template <typename TSelf>
struct TTestEnvTemplate: public NRainCheck::TSimpleEnvTemplate<TSelf> {
    TTestSync TestSync;
};

struct TTestEnv: public TTestEnvTemplate<TTestEnv> {
};