ExcludeFromCoverageAttribute
Allows you to exclude an Assembly, Class, Constructor, Method or Struct from Coverage.
Read time 3 minutesLast updated 6 days ago
Definition
- Type: Class
- Namespace: UnityEngine.TestTools
- Assembly: UnityEngine.CoreModule
- Inherits from: Attribute
[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Constructor|AttributeTargets.Method)]public class ExcludeFromCoverageAttribute : Attribute