Mock class for manifest.h. More...
#include <sw/device/silicon_creator/lib/mock_manifest.h>
Public Member Functions | |
MOCK_METHOD (rom_error_t, Check,(const manifest_t *)) | |
MOCK_METHOD (manifest_digest_region_t, DigestRegion,(const manifest_t *)) | |
MOCK_METHOD (epmp_region_t, CodeRegion,(const manifest_t *)) | |
MOCK_METHOD (uintptr_t, EntryPoint,(const manifest_t *)) | |
![]() | |
GlobalMock (const GlobalMock &)=delete | |
GlobalMock (GlobalMock &&)=delete | |
GlobalMock & | operator= (const GlobalMock &)=delete |
GlobalMock & | operator= (GlobalMock &&)=delete |
Additional Inherited Members | |
![]() | |
static MockManifest & | Instance () |
Mock class for manifest.h.
Definition at line 18 of file mock_manifest.h.