|
Gromacs
2025.3
|
#include "gmxpre.h"#include "gromacs/onlinehelp/helpmanager.h"#include <string>#include <utility>#include <gmock/gmock.h>#include <gtest/gtest.h>#include "gromacs/onlinehelp/helptopic.h"#include "gromacs/onlinehelp/helpwritercontext.h"#include "gromacs/onlinehelp/ihelptopic.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:Tests for help topic management and help topic formatting.
Typedefs | |
| typedef HelpTestBase | gmx::test::anonymous_namespace{helpmanager.cpp}::HelpManagerTest |
| Test fixture for gmx::HelpManager. | |
1.8.5