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

org.jsmart.zerocode.zerocodejavaexec.httpclient.JustHelloWorldSuite Maven / Gradle / Ivy

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