11 lines
160 B
C++
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)
|
|
{
|
|
|
|
}
|