#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, testDiagnosticStatusWrapper) | |
TEST (DiagnosticUpdater, testFrequencyStatus) | |
TEST (DiagnosticUpdater, testTimeStampStatus) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 173 of file diagnostic_updater_test.cpp.
TEST | ( | DiagnosticUpdater | , |
testDiagnosticUpdater | |||
) |
Definition at line 55 of file diagnostic_updater_test.cpp.
TEST | ( | DiagnosticUpdater | , |
testDiagnosticStatusWrapper | |||
) |
Definition at line 86 of file diagnostic_updater_test.cpp.
TEST | ( | DiagnosticUpdater | , |
testFrequencyStatus | |||
) |
Definition at line 117 of file diagnostic_updater_test.cpp.
TEST | ( | DiagnosticUpdater | , |
testTimeStampStatus | |||
) |
Definition at line 149 of file diagnostic_updater_test.cpp.