Gromacs  2024.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs
helpmanager.cpp File Reference
#include "gmxpre.h"
#include "gromacs/onlinehelp/helpmanager.h"
#include <string>
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include "gromacs/onlinehelp/helptopic.h"
#include "gromacs/onlinehelp/helpwritercontext.h"
#include "gromacs/onlinehelp/tests/mock_helptopic.h"
#include "gromacs/utility/exceptions.h"
#include "gromacs/utility/stringstream.h"
#include "gromacs/utility/textwriter.h"
#include "testutils/stringtest.h"
#include "testutils/testasserts.h"
+ Include dependency graph for helpmanager.cpp:

Description

Tests for help topic management and help topic formatting.

Author
Teemu Murtola teemu.nosp@m..mur.nosp@m.tola@.nosp@m.gmai.nosp@m.l.com

Typedefs

typedef HelpTestBase anonymous_namespace{helpmanager.cpp}::HelpManagerTest
 Test fixture for gmx::HelpManager.