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

com.github.dreamroute.common.util.test.MvcTest Maven / Gradle / Ivy

The newest version!
package com.github.dreamroute.common.util.test;

import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc;
import org.springframework.test.web.servlet.MockMvc;

import javax.annotation.Resource;

@AutoConfigureMockMvc
public abstract class MvcTest {

    @Resource
    protected MockMvc mvc;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy