#include <assert.h>
#include "../../../../tests/catch2/catch.hpp"
#include "../generated/logCodes.hpp"
#include "../types/git_state.hpp"
#include "../types/generated/git_state_generated.h"
#include "../types/flatbuffer_log.hpp"
Go to the source code of this file.
Classes | |
class | CGitState_0 |
Functions | |
SCENARIO ("Create git_state 0", "[a log item]") | |
Variables | |
const std::string | gitStateRepoName_0 = "gnzr772wtq" |
const std::string | gitStateSha1_0 = "qxf911tbbj" |
const bool | gitStateModified_0 = 1 |
SCENARIO | ( | "Create git_state 0" | , |
"" | [a log item] | ||
) |
Definition at line 90 of file git_state_generated_tests.cpp.
References gitStateModified_0, gitStateRepoName_0, gitStateSha1_0, CGitState_0::m_modified, CGitState_0::m_repoName, CGitState_0::m_sha1, and CGitState_0::m_verify.
const bool gitStateModified_0 = 1 |
Definition at line 15 of file git_state_generated_tests.cpp.
Referenced by SCENARIO().
const std::string gitStateRepoName_0 = "gnzr772wtq" |
Definition at line 13 of file git_state_generated_tests.cpp.
Referenced by SCENARIO().
const std::string gitStateSha1_0 = "qxf911tbbj" |
Definition at line 14 of file git_state_generated_tests.cpp.
Referenced by SCENARIO().