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

Data Conversion Validation #2

Open
4 tasks
pleonex opened this issue Jan 3, 2016 · 1 comment
Open
4 tasks

Data Conversion Validation #2

pleonex opened this issue Jan 3, 2016 · 1 comment

Comments

@pleonex
Copy link
Member

pleonex commented Jan 3, 2016

Provide API for converters to log and notify about problems in the input source data. This should be from errors, warnings and information. The idea is to be able to capture problems like "text too long", "spelling issues", "missing open/close quotes" and similar.

Old description

Implement test suite support. The idea is that plugin can run easily test against the registered test suites. There would be a TestSuiteManager where plugin can execute a Runner that accept a non-determined number of TestSuite configuration arguments. Each configuration determine the test suite to run, the parameter of the test (test-dependent). The input is also passed. The manager will run each test suite. The test suite will log the result in the logger.

  • Abstract class for TestSuites
  • TestSuiteManager
  • Abstract class for TestSuiteConfiguration.
  • Specific TestSuite for data size checks.
@pleonex pleonex changed the title Test Suites Data Conversion Validation Feb 26, 2018
@pleonex
Copy link
Member Author

pleonex commented Jul 28, 2020

This can be implemented with structure logging. So later it can analyzed with filters.

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