Gromacs
2025-dev-20241007-5b8bb96
|
#include <memory>
#include <string>
#include <gmock/gmock.h>
#include "gromacs/commandline/cmdlinehelpcontext.h"
#include "gromacs/commandline/cmdlinemodule.h"
#include "gromacs/commandline/cmdlineoptionsmodule.h"
#include "testutils/stringtest.h"
Test fixture and helper classes for tests using gmx::CommandLineModuleManager.
Classes | |
class | gmx::test::MockModule |
Mock implementation of gmx::ICommandLineModule. More... | |
class | gmx::test::MockOptionsModule |
Mock implementation of gmx::ICommandLineOptionsModule. More... | |
class | gmx::test::CommandLineModuleManagerTestBase |
Test fixture for tests using gmx::CommandLineModuleManager. More... | |