Get desktop application:
View/edit binary Protocol Buffers messages
optional TestFilter testFilter = 3
bool coverage = 4
optional Progress progress = 3
string errorMessage = 4
repeated string cmakeOptions = 3
string message = 2
optional Progress progress = 3
Used in: ProjectConfigRequest
CHECK = 0
CREATE_BUILD_DIR = 1
GENERATE_JSON_FILES = 2
ALL = 3
Used as request type in: TestsGenService.CloseGTestChannel, TestsGenService.CloseLogChannel, TestsGenService.Heartbeat
(message has no fields)
Used as response type in: TestsGenService.CloseGTestChannel, TestsGenService.CloseLogChannel, TestsGenService.PrintModulesContent, TestsGenService.RegisterClient
(message has no fields)
Used in: SettingsContext
FAILING = 0
PASSING_IN_TARGET_ONLY = 1
PASSING = 2
Used in: CoverageAndResultsResponse
Used as request type in: TestsGenService.GenerateFunctionTests, TestsGenService.GetFunctionReturnType
Used as request type in: TestsGenService.GenerateLineTests
Used as field type in: AssertionRequest, ClassRequest, FunctionRequest, PredicateRequest
Used as request type in: TestsGenService.OpenGTestChannel, TestsGenService.OpenLogChannel
Used as response type in: TestsGenService.OpenGTestChannel, TestsGenService.OpenLogChannel
Used in: PredicateRequest
string predicate = 2
string returnValue = 3
Used in: CoverageAndResultsResponse, ProjectConfigResponse, StubsResponse, TestsResponse
string message = 1
double percent = 2
bool completed = 3
Used in: ProjectConfigResponse
IS_OK = 0
BUILD_DIR_NOT_FOUND = 1
COMPILE_COMMANDS_JSON_NOT_FOUND = 2
LINK_COMMANDS_JSON_NOT_FOUND = 3
BUILD_DIR_CREATION_FAILED = 4
RUN_JSON_GENERATION_FAILED = 5
BUILD_DIR_SAME_AS_PROJECT = 6
Used as request type in: TestsGenService.PrintModulesContent
Used as field type in: CoverageAndResultsRequest, FileTargetsRequest, ProjectConfigRequest, ProjectRequest, ProjectTargetsRequest, SnippetRequest
string projectName = 1
string projectPath = 2
string clientProjectPath = 3
string testDirRelPath = 4
string reportDirRelPath = 5
string buildDirRelPath = 6
string itfRelPath = 7
Used as request type in: TestsGenService.GenerateProjectStubs, TestsGenService.GenerateProjectTests
Used as field type in: FileRequest, FolderRequest, LineRequest
repeated string sourcePaths = 3
bool synchronizeCode = 4
string targetPath = 5
Used in: FileTargetsResponse, ProjectTargetsResponse
string name = 1
string path = 2
string description = 3
Used in: CoverageAndResultsRequest, ProjectRequest, SnippetRequest
bool generateForStaticFunctions = 1
bool verbose = 2
int32 timeoutPerFunction = 3
int32 timeoutPerTest = 4
bool useDeterministicSearcher = 5
bool useStubs = 6
bool differentVariablesOfTheSameType = 8
bool skipObjectWithoutSource = 9
Used as response type in: TestsGenService.GetSourceCode
Used as field type in: StubsResponse, TestsResponse
string filePath = 1
string code = 2
uint32 errorMethodsNumber = 3
uint32 regressionMethodsNumber = 4
Used as request type in: TestsGenService.GetSourceCode
Used as field type in: LineRequest
string filePath = 1
uint32 line = 2
Used in: FileCoverageSimplified
Used as response type in: TestsGenService.GenerateProjectStubs
Used as field type in: TestsResponse
Used in: CoverageAndResultsRequest
string testFilePath = 1
string testName = 2
string testSuite = 3
string functionName = 4
Used in: CoverageAndResultsResponse
string testFilePath = 1
string testname = 2
string output = 4
Used in: TestResultObject
TEST_PASSED = 0
TEST_FAILED = 1
TEST_DEATH = 2
TEST_INTERRUPTED = 3
Used as response type in: TestsGenService.GenerateAssertionFailTests, TestsGenService.GenerateClassTests, TestsGenService.GenerateFileTests, TestsGenService.GenerateFolderTests, TestsGenService.GenerateFunctionTests, TestsGenService.GenerateLineTests, TestsGenService.GeneratePredicateTests, TestsGenService.GenerateProjectTests, TestsGenService.GenerateSnippetTests
Used in: FunctionTypeResponse, PredicateInfo
UNSUPPORTED = 0
INT8_T = 1
INT16_T = 2
INT32_T = 3
INT64_T = 4
UINT8_T = 5
UINT16_T = 6
UINT32_T = 7
UINT64_T = 8
BOOL = 9
CHAR = 10
FLOAT = 11
STRING = 12