summaryrefslogtreecommitdiffstats
path: root/documentapi/src/tests/messages/messages51test.h
blob: 6ad1573f4f548eb7728f9175e620ec1674fcd5b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once

#include "messages50test.h"

class Messages51Test : public Messages50Test {
protected:
    const vespalib::Version getVersion() const override { return vespalib::Version(5, 1); }
    bool shouldTestCoverage() const override { return TRUE; }

public:
    Messages51Test();

    bool testCreateVisitorMessage();
    bool testGetDocumentMessage();
    bool testDocumentIgnoredReply();
};