|
Aktualizr
C++ SOTA Client
|
#include <gtest/gtest.h>#include <boost/filesystem.hpp>#include <boost/smart_ptr/make_shared.hpp>#include "httpfake.h"#include "logging/logging.h"#include "primary/initializer.h"#include "primary/sotauptaneclient.h"#include "storage/invstorage.h"#include "uptane/uptanerepository.h"#include "utilities/utils.h"Go to the source code of this file.
Functions | |
| TEST (UptaneImplicit, ImplicitFailure) | |
| TEST (UptaneImplicit, ImplicitIncomplete) | |
| TEST (UptaneImplicit, ImplicitProvision) | |
| int | main (int argc, char **argv) |
| TEST | ( | UptaneImplicit | , |
| ImplicitFailure | |||
| ) |
Definition at line 22 of file uptane_implicit_test.cc.
| TEST | ( | UptaneImplicit | , |
| ImplicitIncomplete | |||
| ) |
Definition at line 46 of file uptane_implicit_test.cc.
| TEST | ( | UptaneImplicit | , |
| ImplicitProvision | |||
| ) |
Definition at line 131 of file uptane_implicit_test.cc.
1.8.14