Skip to content

Instantly share code, notes, and snippets.

@alefcarlos
Created January 8, 2019 01:27
Show Gist options
  • Save alefcarlos/5cc54ebc856c8d7f8f289da384374a0c to your computer and use it in GitHub Desktop.
Save alefcarlos/5cc54ebc856c8d7f8f289da384374a0c to your computer and use it in GitHub Desktop.
[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