Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for LibertyRestEndpointTest (0.34 sec)

  1. samples/bookinfo/src/reviews/reviews-wlpcfg/src/test/java/it/rest/LibertyRestEndpointTest.java

     * limitations under the License.
     *******************************************************************************/ 
    package it.rest;
    
    import it.EndpointTest;
    
    import org.junit.Test;
    
    public class LibertyRestEndpointTest extends EndpointTest {
    
        @Test
        public void testDeployment() {
            testEndpoint("/rest", "Hello from the REST endpoint!");
        }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 21 17:00:23 UTC 2017
    - 1002 bytes
    - Viewed (0)
  2. samples/bookinfo/src/reviews/reviews-application/src/main/webapp/index.html

    		containing the
    		<code>LibertyRestEndpoint</code>
    		class. This adds a REST endpoint which you can access at <a
    			href="rest">/rest</a>
    	<p>
    		Inside the wlpcfg project there is the
    		<code>it.rest.LibertyRestEndpointTest</code>
    		that will test the REST endpoint to ensure it is working.
    	</p>
    	<p>
    		For the complete feature documentation, see the <a
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 21 17:00:23 UTC 2017
    - 196.5K bytes
    - Viewed (0)
Back to top