Skip to content

Commit 4b7b9f9

Browse files
author
Thorsten Schlathoelter
committed
feat(citrusframework#1156): provide test api generator
1 parent 598d00d commit 4b7b9f9

File tree

15 files changed

+1041
-692
lines changed

15 files changed

+1041
-692
lines changed

src/manual/testapi.adoc

+380
Large diffs are not rendered by default.

test-api-generator/citrus-test-api-generator-core/pom.xml

-43
Original file line numberDiff line numberDiff line change
@@ -93,49 +93,6 @@
9393

9494
<build>
9595
<plugins>
96-
<plugin>
97-
<groupId>org.apache.maven.plugins</groupId>
98-
<artifactId>maven-enforcer-plugin</artifactId>
99-
<version>3.4.1</version>
100-
<executions>
101-
<execution>
102-
<id>enforce-maven</id>
103-
<goals>
104-
<goal>enforce</goal>
105-
</goals>
106-
<configuration>
107-
<rules>
108-
<requireMavenVersion>
109-
<version>2.2.0</version>
110-
</requireMavenVersion>
111-
</rules>
112-
</configuration>
113-
</execution>
114-
</executions>
115-
</plugin>
116-
117-
<plugin>
118-
<groupId>org.apache.maven.plugins</groupId>
119-
<artifactId>maven-jar-plugin</artifactId>
120-
<version>3.3.0</version>
121-
<executions>
122-
<execution>
123-
<id>default-jar</id>
124-
<phase>package</phase>
125-
<goals>
126-
<goal>jar</goal>
127-
</goals>
128-
</execution>
129-
<execution>
130-
<id>test-jar</id>
131-
<phase>package</phase>
132-
<goals>
133-
<goal>test-jar</goal>
134-
</goals>
135-
</execution>
136-
</executions>
137-
</plugin>
138-
13996
<plugin>
14097
<groupId>org.codehaus.mojo</groupId>
14198
<artifactId>build-helper-maven-plugin</artifactId>

test-api-generator/citrus-test-api-generator-core/src/test/java/org/citrusframework/openapi/generator/AbstractTestRequestTest.java

-70
This file was deleted.

0 commit comments

Comments
 (0)