public void ResetIsStable() { Action action = () => { ShortId.Reset(); }; action.ShouldNotThrow(); }
public void ShouldResetInternalStateWithoutProblems() { Action action = () => { ShortId.Reset(); }; action.Should().NotThrow(); }