Data Structures | Variables

Dedupe::Test Namespace Reference

Data Structures

struct  TDataholdingFixture
class  TestEnvironment
struct  TestEnvironmentSelftestFixture
class  TFileInfoFixture
class  TSqliteWrapperFixture
struct  TUiFixture

Variables

const std::string SignSource = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ123456789"
const size_t MinSize = 2
const size_t MaxSize = 20
const size_t MinParts = 1
const size_t MaxParts = 10

Detailed Description

This namespace contains all Testsuites


Variable Documentation

const size_t Dedupe::Test::MaxParts = 10

a constant that defines the maximal number of path parts

Definition at line 47 of file testenvironment.h.

Referenced by Dedupe::Test::TestEnvironment::CreateRandomPathstring().

const size_t Dedupe::Test::MaxSize = 20

a constant that defines the default maximal length of a path part

Definition at line 36 of file testenvironment.h.

Referenced by Dedupe::Test::TestEnvironment::CreateRandomFilename(), and Dedupe::Test::TestEnvironment::CreateRandomPathstring().

const size_t Dedupe::Test::MinParts = 1

a constant that defines the minimal number of path parts

Definition at line 42 of file testenvironment.h.

Referenced by Dedupe::Test::TestEnvironment::CreateRandomPathstring().

const size_t Dedupe::Test::MinSize = 2

a constant that defines the default minimal length of a path part

Definition at line 31 of file testenvironment.h.

Referenced by Dedupe::Test::TestEnvironment::CreateRandomFilename(), and Dedupe::Test::TestEnvironment::CreateRandomPathstring().

const std::string Dedupe::Test::SignSource = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ123456789"

a constant which is the charsource for CreateRandomString

Definition at line 25 of file testenvironment.h.

Referenced by Dedupe::Test::TestEnvironment::CreateFile(), and Dedupe::Test::TestEnvironment::CreateRandomPathPart().