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

Add Top Level Auto Caller #59

Closed
Werebunny opened this issue Dec 6, 2019 · 1 comment · Fixed by #61
Closed

Add Top Level Auto Caller #59

Werebunny opened this issue Dec 6, 2019 · 1 comment · Fixed by #61
Assignees
Labels
enhancement New feature or request

Comments

@Werebunny
Copy link
Member

Expected Behavior

Tester can use the auto passthrough using only declared methods on the top type.

Current Behavior

Tester will always call all methods on the type.

Possible Solution

Filter the methods.

Additional Information

For testing subclasses that have big base classes where the base behavior doesn't need to be included (or is problematic).

@Werebunny Werebunny added the enhancement New feature or request label Dec 6, 2019
@Werebunny Werebunny self-assigned this Dec 6, 2019
@Werebunny Werebunny added this to To do in Create & Track via automation Dec 6, 2019
@Werebunny
Copy link
Member Author

All methods should do this, also fixes rare hidden test host crash (something around MemberwiseClone I believe).

Create & Track automation moved this from To do to Done Dec 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

1 participant