Class SessionEventInfo
The code coverage session information retuned by the coverage session Events.
Namespace: UnityEditor.TestTools.CodeCoverage
Assembly: Unity.TestTools.CodeCoverage.Editor.dll
Syntax
public class SessionEventInfo
Properties
SessionMode
The code coverage session mode.
Declaration
public SessionMode SessionMode { get; }
Property Value
Type | Description |
---|---|
SessionMode |
SessionResultPaths
The coverage results paths of the files or folders created during the code coverage session.
Declaration
public List<string> SessionResultPaths { get; }
Property Value
Type | Description |
---|---|
List<string> |