Class TestEnvsController
-
- All Implemented Interfaces:
@RestController()@ConditionalWingsEnabled(abs = WarlockEnabledProp.Key$mvcTest) public class TestEnvsController- Since:
2022-07-22
trydofor
-
-
Constructor Summary
Constructors Constructor Description TestEnvsController()
-
Method Summary
Modifier and Type Method Description R<String>testRunMode()R<Long>testSystemMills()R<Long>testThreadMills()-
-
Method Detail
-
testRunMode
@RequestMapping(value = "${" + WarlockUrlmapProp.Key$testRunMode + "}", method = {RequestMethod.POST, RequestMethod.GET})@ResponseBody() R<String> testRunMode()
-
testSystemMills
@RequestMapping(value = "${" + WarlockUrlmapProp.Key$testSystemMills + "}", method = {RequestMethod.POST, RequestMethod.GET})@ResponseBody() R<Long> testSystemMills()
-
testThreadMills
@RequestMapping(value = "${" + WarlockUrlmapProp.Key$testThreadMills + "}", method = {RequestMethod.POST, RequestMethod.GET})@ResponseBody() R<Long> testThreadMills()
-
-
-
-