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

Create TestSuite from TestCase #14

Closed
kaiosilveira opened this issue Mar 19, 2023 · 0 comments · Fixed by #22
Closed

Create TestSuite from TestCase #14

kaiosilveira opened this issue Mar 19, 2023 · 0 comments · Fixed by #22
Assignees
Labels
bonus challenge Bonus points presented in the book

Comments

@kaiosilveira
Copy link
Owner

kaiosilveira commented Mar 19, 2023

In this bonus challenge, we want to create a TestSuite instance out of a TestCase class, so we can remove the duplication present in the TestCase instance. One possible idea is to use some form of reflection to collect all methods starting with the word test and building a test suite with all of them.

@kaiosilveira kaiosilveira added the bonus challenge Bonus points presented in the book label Mar 19, 2023
@kaiosilveira kaiosilveira self-assigned this Mar 19, 2023
@kaiosilveira kaiosilveira changed the title Create TestSuite from TestCase Create TestSuite from TestCase Mar 19, 2023
@kaiosilveira kaiosilveira changed the title Create TestSuite from TestCase Create TestSuite from TestCase Mar 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bonus challenge Bonus points presented in the book
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant