Conscience Core
Functions
CommandTestsHelpers.cpp File Reference
#include "CommandTestsHelpers.h"
#include <Bridging/EnvironmentInteractionCommands/CommandParamsSpec.h>
#include <unit-test.h>

Functions

ptr< CscCommandMetadataBuilderResultparseCommandHeader (const fs::path &commandFilePath, const string &expectedCommandId, bool forceReparse)
 
ptr< CscCommandMetadataBuilderResultparseCommandHeaderIfNotDetected (const fs::path &commandFilePath, const string &expectedCommandId)
 
ptr< CscCommandMetadataBuilderResultparseCommandHeaderIfNotDetected (const string &commandFileName, const string &expectedCommandId)
 
void ensureAllMetadataLoaded ()
 

Function Documentation

◆ ensureAllMetadataLoaded()

void ensureAllMetadataLoaded ( )

◆ parseCommandHeader()

ptr<CscCommandMetadataBuilderResult> parseCommandHeader ( const fs::path &  commandFilePath,
const string &  expectedCommandId,
bool  forceReparse 
)

◆ parseCommandHeaderIfNotDetected() [1/2]

ptr<CscCommandMetadataBuilderResult> parseCommandHeaderIfNotDetected ( const fs::path &  commandFilePath,
const string &  expectedCommandId 
)

◆ parseCommandHeaderIfNotDetected() [2/2]

ptr<CscCommandMetadataBuilderResult> parseCommandHeaderIfNotDetected ( const string &  commandFileName,
const string &  expectedCommandId 
)