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

Improve documentation in case of instantiating abstract test case class #58

Open
nemanja-boric-sociomantic opened this issue Sep 7, 2018 · 0 comments

Comments

@nemanja-boric-sociomantic

If the test case Iterator fails to create an test case instance, it will show this error to the user:

.log.error(
"Found an invalid test case class '{}' which doesn't " ~
"have the default constructor defined.",
cinfo.name

Adding the default constructor to the abstract class is pointless since the create will still fail. We could/should omit the default constructor bit if the test case is an abstract class.

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

No branches or pull requests

1 participant