The Battle for Wesnoth
1.15.8+dev
modules
mariadbpp
test
StructureTest.h
Go to the documentation of this file.
1
//
2
// M A R I A D B + +
3
//
4
// Copyright The ViaDuck Project 2016 - 2018.
5
// Distributed under the Boost Software License, Version 1.0.
6
// (See accompanying file LICENSE or copy at
7
// http://www.boost.org/LICENSE_1_0.txt)
8
9
#ifndef MARIADBCLIENTPP_STRUCTURETEST_H
10
#define MARIADBCLIENTPP_STRUCTURETEST_H
11
12
#include "
SkeletonTest.h
"
13
14
class
StructureTest
:
public
SkeletonTest
{
15
protected
:
16
virtual
void
CreateTestTable
()
override
{}
17
};
18
19
#endif // MARIADBCLIENTPP_STRUCTURETEST_H
StructureTest
Definition:
StructureTest.h:14
SkeletonTest
Definition:
SkeletonTest.h:19
SkeletonTest.h
StructureTest::CreateTestTable
virtual void CreateTestTable() override
Definition:
StructureTest.h:16
Generated by
1.8.13