diff --git a/Readme.md b/Readme.md index f18d339dbdb3ef7d6a8673b7d0497a7217112e00..88e42956b6984600a333650c6e265c4067eb8201 100644 --- a/Readme.md +++ b/Readme.md @@ -61,6 +61,28 @@ More information on using the plugins is available at [Usage wiki](https://labs. * Additionally (or alternatively) repeat the same steps for the `GenerateTPLan2.mwe` (for editing structured test objectives) * Additionally (or alternatively) repeat the same steps for the `GenerateData.mwe` (for the graphical viewer) + +## Implementation of the OpenAPI import into TDL + +The generation of data types and other elements based on OpenAPI yaml specifications is based on the [KaiZen OpenAPI Parser](https://github.com/RepreZen/KaiZen-OpenApi-Parser). The corresponding [Eclipse plug-in](https://marketplace.eclipse.org/content/kaizen-openapi-editor) needs to be installed before installing the importer. While the transformation components can be installed individually, the user-interface currently depends on all the transformation plug-ins. + +The implementation currently supports: TODO + +Part of the implementation was developed as a lab project with contributions from: + * Lennart Thiesen + * Marlin Preibisch + * Niklas Mertsch + * René Lars Wetzelt + * Vincent Florens Hasse + +## Implementation of the ASN.1 import into TDL +The generation of data types based on ASN.1 specifications is based on the [BeanIt ASN1Bean](https://github.com/beanit/asn1bean) (formerly known as jASN). + +The implementation currently supports: TODO + +## Implementation of the transformation of Structured Test Objectives to TDL Test Descriptions +The transformation of Structured Test Objectives into TDL Test Descriptions currently supports : TODO + ## Implementation of the TDL mapping to TTCN-3 The TDL mapping to TTCN-3 relies on some functionalities from [TRex2 / T3Tools](https://t3tools.informatik.uni-goettingen.de/trac). Before installing or developing the implementation of the TDL mapping to TTCN-3, the corresponding components need to be installed from the following update site: