Skip to content

First issue #1

@jsk95

Description

@jsk95

[Fact]
public void SingleArgument_Optional() {
var mock = Mock.Of<IMockable>().Get();
mock.Setup.ParseToInt32().Returns(1);
Assert.Equal(1, mock.ParseToInt32("x"));
}

Is the design of the library so that you don't have to specify the shape of the arguments if you don't care?
What happens in the test when the interface has a no param ParseToInt32?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions