All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.chocotea.core.annotations.JavaxCollection Maven / Gradle / Ivy

Go to download

This library generates postman collection, environment and integration tests from java code

There is a newer version: 1.0.1
Show newest version

package io.chocotea.core.annotations;

import java.lang.annotation.*;

@Target(ElementType.TYPE)
@Retention(RetentionPolicy.SOURCE)
@Inherited
public @interface JavaxCollection {
    String name() default "Sample Collection";
    boolean createTest() default false;
    String baseUrl() default "{{BASE_URL}}";
    String protocol() default "https";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy