[IE TESTS] MOVE plugin tests (#659)
This commit is contained in:
@@ -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 = {};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user