13 #include "AppFactory.h"
14 #include "MooseSyntax.h"
27 : MooseApp(parameters)
30 _factory, _action_factory, _syntax, getParam<bool>(
"allow_test_objects"));
39 bool use_test_objects)
44 Registry::registerObjectsTo(f, {
"ChemicalReactionsTestApp"});
45 Registry::registerActionsTo(af, {
"ChemicalReactionsTestApp"});
59 mooseDeprecated(
"use registerAll instead of registerObjects");
60 Registry::registerObjectsTo(factory, {
"ChemicalReactionsTestApp"});
65 mooseDeprecated(
"use registerAll instead of associateSyntax");
66 Registry::registerActionsTo(action_factory, {
"ChemicalReactionsTestApp"});
71 mooseDeprecated(
"use registerAll instead of registerExecFlags");