aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi/src/tests/messages/messages60test.h
blob: 78224e5a80864a49575c192f5aabf1d71117dce1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once

#include "messages52test.h"

class Messages60Test : public Messages52Test {
protected:
    const vespalib::Version getVersion() const override { return vespalib::Version(6, 221); }
public:
    Messages60Test();
    bool testCreateVisitorMessage();
    bool testStatBucketMessage();
    bool testGetBucketListMessage();
};