If you have a configuration value which can only take a few specific values. For example, a value x is supposed to be only one of the following values: 2, 3, 5, 7.
It will be nice to write something like:
x.Should().BeOneOf(2,3,5,7)
Comments: Associated with changeset 75989.
It will be nice to write something like:
x.Should().BeOneOf(2,3,5,7)
Comments: Associated with changeset 75989.