Package org.jboss.aerogear.test

Source Code of org.jboss.aerogear.test.Headers

package org.jboss.aerogear.test;

import com.jayway.restassured.response.Header;

/**
* @author <a href="mailto:tkriz@redhat.com">Tadeas Kriz</a>
*/
public class Headers {

    public static Header acceptJson() {
        return new Header("Accept", "application/json");
    }

}
TOP

Related Classes of org.jboss.aerogear.test.Headers

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.