You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cute/src/main/java/io/toolisticon/cute/CuteApi.java
+20-13Lines changed: 20 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -297,21 +297,10 @@ public interface BlackBoxTestRootInterface {
297
297
298
298
}
299
299
300
-
publicinterfaceBlackBoxTestProcessorInterface
301
-
{
302
-
303
-
/**
304
-
* Allows you to add a single annotation processor used at black-box tests compilation.
305
-
*
306
-
* @param processor the annotation processor to use. null values are prohibited and will lead to a {@link io.toolisticon.fluapigen.validation.api.ValidatorException}.
* Allows you to add a single annotation processor used at black-box tests compilation.
329
+
*
330
+
* @param processor the annotation processor to use. null values are prohibited and will lead to a {@link io.toolisticon.fluapigen.validation.api.ValidatorException}.
* Allows you to add a single annotation processor used at black-box tests compilation.
352
+
*
353
+
* @param processor the annotation processor to use. null values are prohibited and will lead to a {@link io.toolisticon.fluapigen.validation.api.ValidatorException}.
0 commit comments