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

SetsInMemoryPredicate_GivenSelectorSpecWithInMemoryExpression() private method

        public void SetsInMemoryPredicate_GivenSelectorSpecWithInMemoryExpression()
        {
            var spec = new StoreNamesWithInMemorySpec();

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