#pragma once #include #include template struct TTestEnvTemplate: public NRainCheck::TSimpleEnvTemplate { TTestSync TestSync; }; struct TTestEnv: public TTestEnvTemplate { };