summaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/test/make_bucket_space.h
blob: efcd80079547f4cc0d00378a3a7d054598a9e4cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#pragma once

#include <vespa/document/bucket/bucketspace.h>

namespace document::test {

// Helper functions used by unit tests

BucketSpace makeBucketSpace() noexcept;
BucketSpace makeBucketSpace(const vespalib::string &docTypeName) noexcept;

}