Home
last modified time | relevance | path

Searched refs:checkHelpContext (Results 1 – 2 of 2) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/src/gromacs/commandline/tests/
H A Dcmdlinemodulemanagertest.cpp91 ON_CALL(*this, writeHelp(_)).WillByDefault(Invoke(this, &MockModule::checkHelpContext)); in MockModule()
96 void MockModule::checkHelpContext(const gmx::CommandLineHelpContext& context) const in checkHelpContext() function in gmx::test::MockModule
H A Dcmdlinemodulemanagertest.h90 void checkHelpContext(const gmx::CommandLineHelpContext& context) const;