#include "md5.h"
#include "adt/Casts.h"
#include <array>
#include <cstdint>
#include <cstring>
#include <string_view>
#include <tuple>
#include <utility>
#include <gtest/gtest.h>
Go to the source code of this file.
◆ MD5Testcase
Initial value:
std::pair<rawspeed::md5::MD5Hasher::state_type, const uint8_t*>
Definition at line 40 of file MD5Test.cpp.
◆ INSTANTIATE_TEST_SUITE_P()
◆ TEST_P() [1/2]
| TEST_P |
( |
MD5Test | , |
|
|
CheckTestCaseSet | ) |
◆ TEST_P() [2/2]
| TEST_P |
( |
MD5Test | , |
|
|
CheckTestCaseSetInParts | ) |
◆ TESTCASE
Initial value:
return {{a, b, c, d}, reinterpret_cast<const uint8_t*>(msg)};
}
std::pair< rawspeed::md5::MD5Hasher::state_type, const uint8_t * > MD5Testcase
Definition at line 58 of file MD5Test.cpp.
◆ testCases