Created
January 8, 2019 01:27
-
-
Save alefcarlos/5cc54ebc856c8d7f8f289da384374a0c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Theory] | |
[InlineData(3, 1)] | |
[InlineData(3, 5)] | |
public void Multiple_ShouldFail(int y, int x) | |
{ | |
Helpers.IsMultipleOf(y, x).ShouldBeFalse(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment