com.aire.ux.test.spring.servlet.Client Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aire-test-spring Show documentation
Show all versions of aire-test-spring Show documentation
Sunshower UX Testing Libraries
The newest version!
package com.aire.ux.test.spring.servlet;
public interface Client {
String get(String path);
void post(String path, String body);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy