#include <gtest/gtest.h>
#include <ros/package.h>
#include <iostream>
#include <fstream>
#include <string>
#include "../src/DbcIterator.hpp"
Go to the source code of this file.
Functions | |
bool | fileExists (const std::string &name) |
int | main (int argc, char **argv) |
TEST (ITERATOR, parsing) | |
TEST (ITERATOR, data) |
bool fileExists | ( | const std::string & | name | ) |
Definition at line 17 of file test_iterator.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 547 of file test_iterator.cpp.
TEST | ( | ITERATOR | , |
parsing | |||
) |
Definition at line 23 of file test_iterator.cpp.
TEST | ( | ITERATOR | , |
data | |||
) |
Definition at line 35 of file test_iterator.cpp.