跳至主要內容

RESTMock

引领潮流小于 1 分钟框架编写分析archive

    testImplementation 'com.github.andrzejchm.RESTMock:android:0.3.1'

    allprojects {
	    repositories {
		maven { url "https://jitpack.io" }
	}
    }

####use

RESTMockServer.whenGET(pathContains("users/andrzejchm"))
            .thenReturnFile(200, "users/andrzejchm.json");

url https://github.com/andrzejchm/RESTMock