aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi/src/tests/messages/messages60test.h
blob: c5ed2cc746c8a49a5be4a4054003cc31306f6de5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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:
    // TODO finalize version
    const vespalib::Version getVersion() const override { return vespalib::Version(6, 197); }
public:
    Messages60Test();
    bool testCreateVisitorMessage();
    bool testStatBucketMessage();
    bool testGetBucketListMessage();
};