~wesleycutting/nunitlite/work

« back to all changes in this revision

Viewing changes to src/framework/Api/ITestFilter.cs

  • Committer: Tyrel Alastair Hunter
  • Date: 2013-05-04 19:35:22 UTC
  • mfrom: (142.1.3 categoryfilter)
  • Revision ID: ialastairhunter@gmail.com-20130504193522-o6vumd18vpfj55vo
Fixes based on charlies feedback from the code review and some preperation for a release .9

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
        /// loaded, since this is the only time an ITest exists.
32
32
        /// </summary>
33
33
        public interface ITestFilter
34
 
        {
 
34
        {
 
35
        /// <summary>
 
36
        /// Indicates whether this is the EmptyFilter
 
37
        /// </summary>
 
38
        bool IsEmpty { get; }
 
39
 
35
40
                /// <summary>
36
41
                /// Determine if a particular test passes the filter criteria. Pass
37
42
                /// may examine the parents and/or descendants of a test, depending