public class Test extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Test.ModuleReport
Availability report of all execution modules
|
static class |
Test.VersionInformation
Version report of dependent and system software
|
Constructor and Description |
---|
Test() |
Modifier and Type | Method and Description |
---|---|
static LocalCall<String> |
echo(String text) |
static LocalCall<String> |
exception(String message) |
static LocalCall<String> |
missingFunc() |
static LocalCall<Test.ModuleReport> |
moduleReport() |
static LocalCall<Boolean> |
ping() |
static LocalCall<String> |
provider(String module) |
static LocalCall<Map<String,String>> |
providers() |
static LocalCall<String> |
randStr(Optional<Integer> size,
Optional<HashType> hashType) |
static LocalCall<Boolean> |
sleep(Duration duration) |
static LocalCall<Test.VersionInformation> |
versionsInformation() |
public static LocalCall<Test.VersionInformation> versionsInformation()
public static LocalCall<Test.ModuleReport> moduleReport()
public static LocalCall<String> randStr(Optional<Integer> size, Optional<HashType> hashType)
Copyright © 2016. All rights reserved.