Go to the source code of this file.
|
| | TEST_F (BufferedDigestTest, Buffering) |
| |
| | TEST_F (BufferedDigestTest, PartiallyPassedExpiry) |
| |
| | TEST_F (BufferedDigestTest, ForceUpdate) |
| |
| | TEST_F (BufferedSlidingWindowTest, Buffering) |
| |
| | TEST_F (BufferedSlidingWindowTest, PartiallyPassedExpiry) |
| |
| | TEST_F (BufferedSlidingWindowTest, ForceUpdate) |
| |
| | TEST_F (BufferedSlidingWindowTest, BufferingAfterSlide) |
| |
| | TEST_F (BufferedSlidingWindowTest, TwoSlides) |
| |
| | TEST_F (BufferedSlidingWindowTest, MultiWindowDurationSlide) |
| |
| | TEST_F (BufferedSlidingWindowTest, SlidePastWindow) |
| |
Definition at line 194 of file BufferedStatTest.cpp.
References EXPECT_EQ, i, MockClock::Now, and folly::size().
200 auto digests = bsw->get();
205 digests = bsw->get();
208 for (
double i = 0;
i < 3; ++
i) {
216 digests = bsw->get();
219 for (
double i = 0;
i < 4; ++
i) {
226 digests = bsw->get();
229 for (
double i = 0;
i < 4; ++
i) {
235 digests = bsw->get();
239 EXPECT_EQ(4, digests[0].getValues().front());
242 for (
double i = 0;
i < 4; ++
i) {
#define EXPECT_EQ(val1, val2)
constexpr auto size(C const &c) -> decltype(c.size())
| const size_t kDigestSize = 100 |