summaryrefslogtreecommitdiffstats
path: root/library/cpp/bucket_quoter/ut/test_namespace.cpp
blob: 8b306c4568f7ad6e22b060ece5d86dadc76cdcbe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "test_namespace.h" 
 
namespace NBucketQuoterTest { 
 
    TMockTimer::TTime TMockTimer::CurrentTime = 0; 
 
    template <> 
    void Sleep<TMockTimer>(TDuration duration) { 
        TMockTimer::Sleep(duration); 
    } 
 
}