The Battle for Wesnoth
1.15.8+dev
modules
mariadbpp
test
TimeTest.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_TIMETEST_H
10
#define MARIADBCLIENTPP_TIMETEST_H
11
12
#include "
SkeletonTest.h
"
13
14
class
TimeTest
:
public
SkeletonTest
{
15
protected
:
16
virtual
void
CreateTestTable
()
override
{
17
// do nothing here
18
}
19
};
20
21
#endif // MARIADBCLIENTPP_TIMETEST_H
TimeTest::CreateTestTable
virtual void CreateTestTable() override
Definition:
TimeTest.h:16
SkeletonTest
Definition:
SkeletonTest.h:19
SkeletonTest.h
TimeTest
Definition:
TimeTest.h:14
Generated by
1.8.13