Namespace Xping.Sdk.Core.Collection
Classes
- CollectorStats
Represents statistics about the test execution collector.
- ExecutionTracker
Tracks test execution order, parallelization, and suite state across test runs. Thread-safe service enabling detection of order-dependent failures and parallel execution issues.
- TestExecutionCollector
Thread-safe collector for test execution data with automatic batching and flushing.
- TestExecutionInfo
Information about a test execution for tracking as previous test context.
Interfaces
- ITestExecutionCollector
Defines a contract for collecting and managing test execution data.