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

Rename TestConfigSections to PluginType and store it on TestSuite #441

Open
nulls opened this issue Aug 26, 2022 · 0 comments
Open

Rename TestConfigSections to PluginType and store it on TestSuite #441

nulls opened this issue Aug 26, 2022 · 0 comments

Comments

@nulls
Copy link
Member

nulls commented Aug 26, 2022

We have com.saveourtool.save.core.config.TestConfigSections in save-cli, which stores in common module.
We store a simple name of class of plugin in pluginName in com.saveourtool.save.entities.Test.
We don't have access to plugin classes in common module, that why we store it as String.

We can rename TestConfigSections to PluginType and store is on TestSuite instead of pluginName

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