Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SystemUnderTest now accepts method calls from subclasses. #907

Merged
merged 1 commit into from Apr 13, 2016
Merged

SystemUnderTest now accepts method calls from subclasses. #907

merged 1 commit into from Apr 13, 2016

Conversation

gjvanderheiden
Copy link
Contributor

Dear FitNesse team,

I've used @systemundertest a while ago. This enables to construct a complex object model in a readable manner. While dusting off this project and use this again with the current version of fitnesse I discovered @systemundertest only accepts calls to the declared class. I use methods from the subclasses a lot. I consider this the powert of SystemUnderTest.

This small addition enables this again.

@amolenaar
Copy link
Collaborator

Nice addition! To be able to call methods on subtypes of the one used to assign to SystemUnderTest sounds valid.

@amolenaar amolenaar merged commit cf80aa7 into unclebob:master Apr 13, 2016
amolenaar added a commit that referenced this pull request Apr 13, 2016
SystemUnderTest now accepts method calls from subclasses.
@amolenaar amolenaar added this to the Next release milestone Apr 13, 2016
@gjvanderheiden
Copy link
Contributor Author

Thanx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants