Class SessionEventInfo
The code coverage session information retuned by the coverage session Events.
Namespace: UnityEditor.TestTools.CodeCoverage
Syntax
public class SessionEventInfo : object
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> |