#include <stdexcept>
#include <gtest/gtest.h>
#include "map_server/image_loader.h"
#include "test_constants.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (MapServer, loadValidPNG) | |
TEST (MapServer, loadValidBMP) | |
TEST (MapServer, loadInvalidFile) | |