table of contents
| testtool_backend.cpp(3elektra) | Elektra | testtool_backend.cpp(3elektra) |
NAME¶
testtool_backend.cpp - Tests for the Backend class.
SYNOPSIS¶
#include <backend.hpp>
#include <backends.hpp>
#include <gtest/gtest.h>
#include <iostream>
#include <kdb.hpp>
#include <kdbconfig.h>
#include <string>
Functions¶
void outputGTest (kdb::KeySet tocheck, std::string
name)
Easily allows one to generate regression tests for keysets.
Detailed Description¶
Tests for the Backend class.
Copyright:
BSD License (see LICENSE.md or
https://www.libelektra.org)
Function Documentation¶
void outputGTest (kdb::KeySet tocheck, std::string name)¶
Easily allows one to generate regression tests for keysets.
Parameters:
tocheck the keyset to check (name + string)
name the name of the keyset
name the name of the keyset
Author¶
Generated automatically by Doxygen for Elektra from the source code.
| Mon Jan 15 2018 | Version 0.8.20 |