Provided by: elektra-doc_0.8.14-5.1ubuntu2_all bug

NAME

       testtool_backend.cpp - Tests for the Backend class.

SYNOPSIS

       #include <backend.hpp>
       #include <backends.hpp>
       #include <iostream>
       #include <string>
       #include <kdb.hpp>
       #include <gtest/gtest.h>

   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 doc/COPYING or http://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

Author

       Generated automatically by Doxygen for Elektra from the source code.