aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/rain_check/test/ut/test.h
blob: 724f6b7530f940571f99a169d1bedf4364374320 (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> {
};