MCPcopy Create free account
hub / github.com/diasurgical/devilution / TEST

Function TEST

SourceT/codec_test.cpp:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "all.h"
3
4TEST(Codec, codec_get_encoded_len) {
5 EXPECT_EQ(dvl::codec_get_encoded_len(50), 72);
6}
7
8TEST(Codec, codec_get_encoded_len_eq) {
9 EXPECT_EQ(dvl::codec_get_encoded_len(128), 136);

Callers

nothing calls this directly

Calls 1

codec_get_encoded_lenFunction · 0.85

Tested by

no test coverage detected