mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
14 lines
205 B
C++
14 lines
205 B
C++
#include "gmock/gmock.h"
|
|
#include "gtest/gtest.h"
|
|
|
|
#include "MockOrganizer.h"
|
|
|
|
using ::testing::Eq;
|
|
using ::testing::NaggyMock;
|
|
using ::testing::Return;
|
|
|
|
TEST(Organizer, Basic)
|
|
{
|
|
MockOrganizer mock;
|
|
}
|