Skip to content

Commit

Permalink
docs(#1186) mention kotlin support in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorsten Schlathölter authored and christophd committed Sep 25, 2024
1 parent e0c7cb8 commit a4b30e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/manual/introduction.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ Citrus provides automated integration tests for message-based enterprise applica
supports various messaging transports (Http REST, SOAP, JMS, Kafka, TCP/IP, FTP, ...) and data formats (XML, Json, plaintext, binary).

The Citrus tests use well-known unit test frameworks (JUnit, TestNG, Cucumber) for execution and integrates with build
tools like Maven or Gradle. In addition, Citrus leverages standard libraries like Spring Framework and Apache Camel.
tools like Maven or Gradle. In addition, Citrus leverages standard libraries like Quarkus, the Spring Framework or Apache Camel.

It is also good to know that Citrus is written purely in Java. Thus, it is also fully compatible with Kotlin.

[[overview]]
== Overview
Expand Down

0 comments on commit a4b30e4

Please sign in to comment.