aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/blockcodecs/codecs_ut.cpp
diff options
context:
space:
mode:
authoryazevnul <yazevnul@yandex-team.ru>2022-02-10 16:46:48 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:48 +0300
commit9abfb1a53b7f7b791444d1378e645d8fad9b06ed (patch)
tree49e222ea1c5804306084bb3ae065bb702625360f /library/cpp/blockcodecs/codecs_ut.cpp
parent8cbc307de0221f84c80c42dcbe07d40727537e2c (diff)
downloadydb-9abfb1a53b7f7b791444d1378e645d8fad9b06ed.tar.gz
Restoring authorship annotation for <yazevnul@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/blockcodecs/codecs_ut.cpp')
-rw-r--r--library/cpp/blockcodecs/codecs_ut.cpp80
1 files changed, 40 insertions, 40 deletions
diff --git a/library/cpp/blockcodecs/codecs_ut.cpp b/library/cpp/blockcodecs/codecs_ut.cpp
index d94a151075..bfe5a23690 100644
--- a/library/cpp/blockcodecs/codecs_ut.cpp
+++ b/library/cpp/blockcodecs/codecs_ut.cpp
@@ -7,7 +7,7 @@
#include <util/string/join.h>
#include <util/digest/multi.h>
-Y_UNIT_TEST_SUITE(TBlockCodecsTest) {
+Y_UNIT_TEST_SUITE(TBlockCodecsTest) {
using namespace NBlockCodecs;
TBuffer Buffer(TStringBuf b) {
@@ -67,79 +67,79 @@ Y_UNIT_TEST_SUITE(TBlockCodecsTest) {
}
}
- Y_UNIT_TEST(TestAllAtOnce0) {
+ Y_UNIT_TEST(TestAllAtOnce0) {
TestAllAtOnce(20, 0);
}
- Y_UNIT_TEST(TestAllAtOnce1) {
+ Y_UNIT_TEST(TestAllAtOnce1) {
TestAllAtOnce(20, 1);
}
- Y_UNIT_TEST(TestAllAtOnce2) {
+ Y_UNIT_TEST(TestAllAtOnce2) {
TestAllAtOnce(20, 2);
}
- Y_UNIT_TEST(TestAllAtOnce3) {
+ Y_UNIT_TEST(TestAllAtOnce3) {
TestAllAtOnce(20, 3);
}
- Y_UNIT_TEST(TestAllAtOnce4) {
+ Y_UNIT_TEST(TestAllAtOnce4) {
TestAllAtOnce(20, 4);
}
- Y_UNIT_TEST(TestAllAtOnce5) {
+ Y_UNIT_TEST(TestAllAtOnce5) {
TestAllAtOnce(20, 5);
}
- Y_UNIT_TEST(TestAllAtOnce6) {
+ Y_UNIT_TEST(TestAllAtOnce6) {
TestAllAtOnce(20, 6);
}
- Y_UNIT_TEST(TestAllAtOnce7) {
+ Y_UNIT_TEST(TestAllAtOnce7) {
TestAllAtOnce(20, 7);
}
- Y_UNIT_TEST(TestAllAtOnce8) {
+ Y_UNIT_TEST(TestAllAtOnce8) {
TestAllAtOnce(20, 8);
}
- Y_UNIT_TEST(TestAllAtOnce9) {
+ Y_UNIT_TEST(TestAllAtOnce9) {
TestAllAtOnce(20, 9);
}
- Y_UNIT_TEST(TestAllAtOnce10) {
+ Y_UNIT_TEST(TestAllAtOnce10) {
TestAllAtOnce(20, 10);
}
- Y_UNIT_TEST(TestAllAtOnce12) {
+ Y_UNIT_TEST(TestAllAtOnce12) {
TestAllAtOnce(20, 12);
}
- Y_UNIT_TEST(TestAllAtOnce13) {
+ Y_UNIT_TEST(TestAllAtOnce13) {
TestAllAtOnce(20, 13);
}
- Y_UNIT_TEST(TestAllAtOnce14) {
+ Y_UNIT_TEST(TestAllAtOnce14) {
TestAllAtOnce(20, 14);
}
- Y_UNIT_TEST(TestAllAtOnce15) {
+ Y_UNIT_TEST(TestAllAtOnce15) {
TestAllAtOnce(20, 15);
}
- Y_UNIT_TEST(TestAllAtOnce16) {
+ Y_UNIT_TEST(TestAllAtOnce16) {
TestAllAtOnce(20, 16);
}
- Y_UNIT_TEST(TestAllAtOnce17) {
+ Y_UNIT_TEST(TestAllAtOnce17) {
TestAllAtOnce(20, 17);
}
- Y_UNIT_TEST(TestAllAtOnce18) {
+ Y_UNIT_TEST(TestAllAtOnce18) {
TestAllAtOnce(20, 18);
}
- Y_UNIT_TEST(TestAllAtOnce19) {
+ Y_UNIT_TEST(TestAllAtOnce19) {
TestAllAtOnce(20, 19);
}
@@ -190,83 +190,83 @@ Y_UNIT_TEST_SUITE(TBlockCodecsTest) {
}
}
- Y_UNIT_TEST(TestStreams0) {
+ Y_UNIT_TEST(TestStreams0) {
TestStreams(20, 0);
}
- Y_UNIT_TEST(TestStreams1) {
+ Y_UNIT_TEST(TestStreams1) {
TestStreams(20, 1);
}
- Y_UNIT_TEST(TestStreams2) {
+ Y_UNIT_TEST(TestStreams2) {
TestStreams(20, 2);
}
- Y_UNIT_TEST(TestStreams3) {
+ Y_UNIT_TEST(TestStreams3) {
TestStreams(20, 3);
}
- Y_UNIT_TEST(TestStreams4) {
+ Y_UNIT_TEST(TestStreams4) {
TestStreams(20, 4);
}
- Y_UNIT_TEST(TestStreams5) {
+ Y_UNIT_TEST(TestStreams5) {
TestStreams(20, 5);
}
- Y_UNIT_TEST(TestStreams6) {
+ Y_UNIT_TEST(TestStreams6) {
TestStreams(20, 6);
}
- Y_UNIT_TEST(TestStreams7) {
+ Y_UNIT_TEST(TestStreams7) {
TestStreams(20, 7);
}
- Y_UNIT_TEST(TestStreams8) {
+ Y_UNIT_TEST(TestStreams8) {
TestStreams(20, 8);
}
- Y_UNIT_TEST(TestStreams9) {
+ Y_UNIT_TEST(TestStreams9) {
TestStreams(20, 9);
}
- Y_UNIT_TEST(TestStreams10) {
+ Y_UNIT_TEST(TestStreams10) {
TestStreams(20, 10);
}
- Y_UNIT_TEST(TestStreams11) {
+ Y_UNIT_TEST(TestStreams11) {
TestStreams(20, 11);
}
- Y_UNIT_TEST(TestStreams12) {
+ Y_UNIT_TEST(TestStreams12) {
TestStreams(20, 12);
}
- Y_UNIT_TEST(TestStreams13) {
+ Y_UNIT_TEST(TestStreams13) {
TestStreams(20, 13);
}
- Y_UNIT_TEST(TestStreams14) {
+ Y_UNIT_TEST(TestStreams14) {
TestStreams(20, 14);
}
- Y_UNIT_TEST(TestStreams15) {
+ Y_UNIT_TEST(TestStreams15) {
TestStreams(20, 15);
}
- Y_UNIT_TEST(TestStreams16) {
+ Y_UNIT_TEST(TestStreams16) {
TestStreams(20, 16);
}
- Y_UNIT_TEST(TestStreams17) {
+ Y_UNIT_TEST(TestStreams17) {
TestStreams(20, 17);
}
- Y_UNIT_TEST(TestStreams18) {
+ Y_UNIT_TEST(TestStreams18) {
TestStreams(20, 18);
}
- Y_UNIT_TEST(TestStreams19) {
+ Y_UNIT_TEST(TestStreams19) {
TestStreams(20, 19);
}