API Reference
Class
RunEngineFactory
Creates Testimo engine instances with host-agnostic defaults applied.
Inheritance
- Object
- RunEngineFactory
Methods
public static Void ApplyRunLogConfiguration(Testimo engine) #Returns:
VoidApplies run log configuration to an existing engine instance.
Parameters
- engine TestimoX.Testimo
public static Testimo CreateDefault() #Returns:
TestimoCreates a new Testimo engine and applies run log configuration when enabled.
public static Boolean IsRunLogDisabled() #Returns:
BooleanReturns true when the run log is disabled via environment variable.
public static String ResolveRunLogPath(String baseDirectory = null, String overridePath = null) #Returns:
StringResolves the run log path, honoring the TESTIMOX_RUNLOG_PATH override when present.
Parameters
- baseDirectory System.String = null
- overridePath System.String = null