|
@@ -3,17 +3,17 @@
|
|
* Company: Lynar Studios
|
|
* Company: Lynar Studios
|
|
* E-Mail: webmaster@lynarstudios.com
|
|
* E-Mail: webmaster@lynarstudios.com
|
|
* Created: 2021-04-24
|
|
* Created: 2021-04-24
|
|
- * Changed: 2022-05-05
|
|
|
|
|
|
+ * Changed: 2022-05-16
|
|
*
|
|
*
|
|
* */
|
|
* */
|
|
|
|
|
|
#ifndef LS_STD_CLASS_MOCK_HPP
|
|
#ifndef LS_STD_CLASS_MOCK_HPP
|
|
#define LS_STD_CLASS_MOCK_HPP
|
|
#define LS_STD_CLASS_MOCK_HPP
|
|
|
|
|
|
-#include <ls_std/ls_std.hpp>
|
|
|
|
|
|
+#include <ls_std/ls_std_core.hpp>
|
|
#include <gmock/gmock.h>
|
|
#include <gmock/gmock.h>
|
|
-// TODO: check if this class is being used with correct include
|
|
|
|
-namespace ls_std_test // TODO: change namespace to core specific namespace
|
|
|
|
|
|
+
|
|
|
|
+namespace ls_std_core_test
|
|
{
|
|
{
|
|
class ClassWrapper : public ls::std::core::Class
|
|
class ClassWrapper : public ls::std::core::Class
|
|
{
|
|
{
|