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

Modify CaseSection class to be container of case generation classes #13

Closed
mkolisnyk opened this issue Jan 14, 2015 · 0 comments
Closed
Assignees
Milestone

Comments

@mkolisnyk
Copy link
Owner

Currently CaseSection generate method is too big and it is not really extensible. E.g. if I want to add some generation scenario I need to update this class with additional methods. Eventually this class will become too big. At the same time case generation can be wrapped with common interface and CaseSection class can be just the container for it.
The aim of the task is to split entire case generation functionality into 3 classes (for positive/negative and unique values scenarios) one per each test type. The CaseSection itself will just contain list of classes and method which iterates through those classes

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

No branches or pull requests

1 participant