#include <gtest/gtest.h>
#include <diagnostic_updater/diagnostic_updater.h>
#include <diagnostic_updater/update_functions.h>
#include <diagnostic_updater/DiagnosticStatusWrapper.h>
#include <unistd.h>
Go to the source code of this file.
Classes | |
class | TestClass |
Functions | |
int | main (int argc, char **argv) |
TEST (DiagnosticUpdater, testDiagnosticUpdater) | |
TEST (DiagnosticUpdater, testDiagnosticStatusWrapperKeyValuePairs) | |
TEST (DiagnosticUpdater, testDiagnosticStatusWrapperMergeSummary) | |
TEST (DiagnosticUpdater, testFrequencyStatus) | |
TEST (DiagnosticUpdater, testTimeStampStatus) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 198 of file diagnostic_updater_test.cpp.
TEST | ( | DiagnosticUpdater | , |
testDiagnosticUpdater | |||
) |
Definition at line 55 of file diagnostic_updater_test.cpp.
TEST | ( | DiagnosticUpdater | , |
testDiagnosticStatusWrapperKeyValuePairs | |||
) |
Definition at line 86 of file diagnostic_updater_test.cpp.
TEST | ( | DiagnosticUpdater | , |
testDiagnosticStatusWrapperMergeSummary | |||
) |
Definition at line 117 of file diagnostic_updater_test.cpp.
TEST | ( | DiagnosticUpdater | , |
testFrequencyStatus | |||
) |
Definition at line 142 of file diagnostic_updater_test.cpp.
TEST | ( | DiagnosticUpdater | , |
testTimeStampStatus | |||
) |
Definition at line 174 of file diagnostic_updater_test.cpp.