public void ShouldValidateWithFluentAssertions() { var specification = new TestSpecificationWithFluentAssertions(); var result = specification.BuildExpression(); result.Examples.Should().HaveCount(1); var example = result.Examples.First(); example.Examples.Should().HaveCount(1); }