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

org.kantega.reststop.maven.HelloworldResourceTest.txt Maven / Gradle / Ivy

The newest version!
package org.kantega.reststop.maven;

import org.junit.Test;
import static org.hamcrest.CoreMatchers.containsString;
import static org.junit.Assert.assertThat;

/**
 *
 */
public class HelloworldResourceTest {

    @Test
    public void shouldReturnHelloworld() {
        assertThat(new HelloworldResource("Hello").hello().getMessage(), containsString("world"));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy