TestimoX

API Reference

Class

LicenseApplier

Namespace TestimoX.Licensing
Assembly TestimoX
Modifiers static

Applies resolved license information to execution configuration or engine instances.

Inheritance

  • Object
  • LicenseApplier

Methods

ApplyTo 2 overloads
public static Void ApplyTo(Testimo engine, LicenseResolutionResult license) #
Returns: Void

Applies license metadata and limits to an ExecutionConfiguration instance.

Parameters

config TestimoX.Execution.ExecutionConfiguration requiredposition: 0
Execution configuration to update.
license TestimoX.Licensing.LicenseResolutionResult requiredposition: 1
Resolved license information.

Returns

Updated configuration with license fields applied.

ApplyTo(TestimoX.Testimo engine, TestimoX.Licensing.LicenseResolutionResult license) #

Applies license metadata and limits to a Testimo engine instance.

Parameters

engine TestimoX.Testimo required
Engine instance to update.
license TestimoX.Licensing.LicenseResolutionResult required
Resolved license information.