Amss.Boilerplate.Tests.Persistence.SpecificationTests.RoleSpecification C# (CSharp) Method

RoleSpecification() private method

private RoleSpecification ( ) : void
return void
        public void RoleSpecification()
        {
            new PersistenceSpecification<RoleEntity>(this.Session)
                .CheckProperty(c => c.Name, this.ShortStringGenerator.GetRandomValue())
            .VerifyTheMappings();
        }