public void Should_compare_and_be_higher_in_the_order() { _roleBeginningWithZ.CompareTo(_roleBeginningWithA).Should().BePositive(); }
public void Should_compare_null() { _roleBeginningWithA.CompareTo(null).Should().Be(1); }