
org.jsmart.zerocode.zerocodejavaexec.httpclient.JustHelloWorldSuite Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http-testing Show documentation
Show all versions of http-testing Show documentation
How to use zerocode in your project
The newest version!
package org.jsmart.zerocode.zerocodejavaexec.httpclient;
import org.jsmart.zerocode.core.domain.TargetEnv;
import org.jsmart.zerocode.core.domain.TestPackageRoot;
import org.jsmart.zerocode.core.runner.ZeroCodePackageRunner;
import org.junit.runner.RunWith;
@TargetEnv("hello_github_host.properties")
@TestPackageRoot("/helloworld")
@RunWith(ZeroCodePackageRunner.class)
public class JustHelloWorldSuite {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy