Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.09 KB

File metadata and controls

19 lines (15 loc) · 1.09 KB

Sample Connector

Description

This module contains a sample (demonstration) connector developped as a QA tool. It is also a good code sample for tck beginners.

Goal

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

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.

SimpleInput

It's a very simple input conncetor that generates only 1 record that echoes its configuration.