trainings/CreatingReliableSoftwareCpp/Presentation/exercises/builder/tests/StoreUnitTests.cpp

11 lines
160 B
C++

#include "CargoMock.h"
#include "Ship/Cargo.h"
#include "Store/Store.h"
#include <gtest/gtest.h>
#include <gmock/gmock.h>
TEST(StoreTests, ShouldCreate)
{
}