public interface LoadResults
| Modifier and Type | Method and Description |
|---|---|
int |
failNums()
失败的结果数量
|
Map<Boolean,Set<Method>> |
loadResults()
将结果作为结果返回,分为成功和失败两种结果
|
Set<Method> |
loadSuccessResults()
将成功加载的结果返回
|
int |
successNums()
成功结果的数量
|
Map<Method,Exception> |
whyFail()
将加载错误的方法返回,并告知其失败原因
|
Copyright © 2024. All rights reserved.