Ardalis.Specification.UnitTests.SpecificationBuilderExtensions_InMemory.SetsInMemoryPredicate_GivenInMemoryExpression C# (CSharp) Method

SetsInMemoryPredicate_GivenInMemoryExpression() private method

private SetsInMemoryPredicate_GivenInMemoryExpression ( ) : void
return void
        public void SetsInMemoryPredicate_GivenInMemoryExpression()
        {
            var spec = new StoreWithInMemorySpec();

            spec.InMemory.Should().NotBeNull();
        }