souffle
2.0.2-371-g6315b36
|
#include "tests/test.h"
#include "souffle/profile/CellInterface.h"
#include "souffle/profile/StringUtils.h"
#include <chrono>
#include <cmath>
#include <iosfwd>
#include <string>
#include <vector>
Go to the source code of this file.
Functions | |
TEST (StringUtil, cleanJsonOutDouble) | |
TEST (StringUtil, cleanJsonOutString) | |
TEST (StringUtil, cleanString) | |
TEST (StringUtil, formatMemory) | |
TEST (StringUtil, formatNum) | |
TEST (StringUtil, formatTime) | |
TEST (StringUtil, split) | |
TEST (StringUtil, trimWhitespace) | |
TEST | ( | StringUtil | , |
cleanJsonOutDouble | |||
) |
Definition at line 137 of file profile_util_test.cpp.
References souffle::profile::Tools::cleanJsonOut(), and EXPECT_EQ.
TEST | ( | StringUtil | , |
cleanJsonOutString | |||
) |
Definition at line 126 of file profile_util_test.cpp.
References souffle::profile::Tools::cleanJsonOut(), and EXPECT_EQ.
TEST | ( | StringUtil | , |
cleanString | |||
) |
Definition at line 121 of file profile_util_test.cpp.
References souffle::profile::Tools::cleanString(), and EXPECT_EQ.
TEST | ( | StringUtil | , |
formatMemory | |||
) |
Definition at line 53 of file profile_util_test.cpp.
References EXPECT_EQ, and souffle::profile::Tools::formatMemory().
TEST | ( | StringUtil | , |
formatNum | |||
) |
Definition at line 30 of file profile_util_test.cpp.
References EXPECT_EQ, and souffle::profile::Tools::formatNum().
TEST | ( | StringUtil | , |
formatTime | |||
) |
Definition at line 72 of file profile_util_test.cpp.
References EXPECT_EQ, souffle::profile::Tools::formatTime(), and souffle::test::time().
TEST | ( | StringUtil | , |
split | |||
) |
Definition at line 98 of file profile_util_test.cpp.
References EXPECT_EQ, and souffle::profile::Tools::split().
TEST | ( | StringUtil | , |
trimWhitespace | |||
) |
Definition at line 113 of file profile_util_test.cpp.
References EXPECT_EQ, and souffle::profile::Tools::trimWhitespace().