Documentation Coverage Report
Current view: top level - Azure/Tests/Cqrs.Azure.BlobStorage.Test.Integration - TestQueryStrategy.cs Hit Total Coverage
Version: 2.2 Artefacts: 1 1 100.0 %
Date: 2018-08-07 15:04:50

          Line data    Source code
       1             : #region Copyright
       2             : // // -----------------------------------------------------------------------
       3             : // // <copyright company="Chinchilla Software Limited">
       4             : // //   Copyright Chinchilla Software Limited. All rights reserved.
       5             : // // </copyright>
       6             : // // -----------------------------------------------------------------------
       7             : #endregion
       8             : 
       9             : using Cqrs.Repositories.Queries;
      10             : 
      11             : namespace Cqrs.Azure.BlobStorage.Test.Integration
      12             : {
      13             :         /// <summary>
      14             :         /// A test <see cref="IQueryStrategy"/>.
      15             :         /// </summary>
      16             :         public class TestQueryStrategy : IQueryStrategy
      17           1 :         {
      18             :                 #region Implementation of IQueryStrategy
      19             : 
      20             :                 /// <summary>
      21             :                 /// The predicate that will be evaluated.
      22             :                 /// </summary>
      23             :                 public IQueryPredicate QueryPredicate { get; set; }
      24             : 
      25             :                 #endregion
      26             :         }
      27             : }

Generated by: LCOV version 1.12