Gromacs
2024.4
|
#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"
Tests for help topic management and help topic formatting.
Typedefs | |
typedef HelpTestBase | anonymous_namespace{helpmanager.cpp}::HelpManagerTest |
Test fixture for gmx::HelpManager. | |