The Battle for Wesnoth
1.15.8+dev
modules
mariadbpp
test
SelectTest.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_SELECTTEST_H
10
#define MARIADBCLIENTPP_SELECTTEST_H
11
12
#include "
SkeletonTest.h
"
13
14
class
SelectTest
:
public
SkeletonTest
{
15
// TODO missing: time-based types, string/byte-based types, statement-based tests
16
17
virtual
void
CreateTestTable
()
override
{}
18
};
19
20
#endif // MARIADBCLIENTPP_SELECTTEST_H
SelectTest
Definition:
SelectTest.h:14
SkeletonTest
Definition:
SkeletonTest.h:19
SkeletonTest.h
SelectTest::CreateTestTable
virtual void CreateTestTable() override
Definition:
SelectTest.h:17
Generated by
1.8.13