LCOV - code coverage report | ||||||||||||||||||
|
||||||||||||||||||
Line data Source code 1 : using System.Runtime.Serialization; 2 : using Cqrs.Entities; 3 : 4 : namespace Cqrs.Azure.BlobStorage.Test.Integration 5 : { 6 : public class TestEntity : Entity 7 0 : { 8 : [DataMember] 9 : public string Name { get; set; } 10 : } 11 : } |
Generated by: LCOV version 1.10 |