This module contains a sample (demonstration) connector developped as a QA tool. It is also a good code sample for tck beginners.
This sample connector has been firstly built to cover endpoint tests with API Tester. You can see actual tests in API test project It should have enough content to be able to validate all tck api endpoints with all possible parameters. The connectors should have everything translated in at least 2 languages, no need for real translation
In order to have an easy testing of language mechanic, a simple python script has been provided in the project: i18n_messages_properties_generator.py.
Simply execute it to generate a copy of every messages.properties files in multiples languages.
The translation will add "-xx" at the end to easily test translations.
It's a very simple input conncetor that generates only 1 record that echoes its configuration.