3#include "mc/_HeaderOutputPredefine.h"
12class GameTestRegistry {
26 GameTestRegistry& operator=(GameTestRegistry
const&);
27 GameTestRegistry(GameTestRegistry
const&);
39 MCNAPI ::std::shared_ptr<::gametest::BaseGameTestFunction>
getTestFunction(::std::string
const& testName);
46 registerTestMethod(::std::string
const& className, ::std::shared_ptr<::gametest::BaseGameTestFunction> fn);
Definition BaseGameTestFunction.h:14
MCAPI bool registerAfterBatchFunction(::std::string const &batchName, ::std::function< void()> fn)
MCAPI void generateTagsList()
MCAPI ::std::function< void()> getBeforeBatchFunction(::std::string const &batchName)
MCAPI bool registerTestMethod(::std::string const &className, ::std::shared_ptr<::gametest::BaseGameTestFunction > fn)
MCAPI bool registerBeforeBatchFunction(::std::string const &batchName, ::std::function< void()> fn)
MCAPI ::std::shared_ptr<::gametest::BaseGameTestFunction > getTestFunction(::std::string const &testName)
MCAPI void clearAllTestMethods()