aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/test/make_bucket_space.h
blob: 5160ab301c578195e4832a44400b82bf2e7c16b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright Vespa.ai. 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;

}