[IE TESTS] MOVE plugin tests (#659)

This commit is contained in:
Irina Efode
2020-05-28 17:22:19 +03:00
committed by GitHub
parent b731ce13d8
commit 23f41213bb
9 changed files with 22 additions and 15 deletions

View File

@@ -13,7 +13,6 @@
#include "unit_test_utils/mocks/cpp_interfaces/impl/mock_inference_plugin_internal.hpp"
#include "unit_test_utils/mocks/cpp_interfaces/impl/mock_executable_thread_safe_default.hpp"
#include "unit_test_utils/mocks/cpp_interfaces/interface/mock_iinfer_request_internal.hpp"
#include "unit_test_utils/mocks/mock_iinfer_request.hpp"
using namespace ::testing;
using namespace std;
@@ -163,3 +162,4 @@ TEST_F(InferenceEnginePluginInternalTest, pluginInternalEraseMagicAndNameWhenImp
ASSERT_EQ(mockExeNetworkInternal->exportString, mock_plugin_impl->importedString);
mock_plugin_impl->importedString = {};
}