public class Utils extends Object
| 构造器和说明 |
|---|
Utils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
checkJDK8() |
static boolean |
checkJDKBefore8() |
static int |
computeIthSeed(int ithSeed,
boolean rerun,
int seed) |
static String |
getFreshExecutionId() |
static Path |
getRtJarLocation() |
static Throwable |
linkException(Throwable nestedThrowable,
Throwable pastSupressedException) |
static Properties |
openPropertiesFrom(Path path) |
public static Throwable linkException(Throwable nestedThrowable, Throwable pastSupressedException)
public static Properties openPropertiesFrom(Path path)
public static int computeIthSeed(int ithSeed,
boolean rerun,
int seed)
public static String getFreshExecutionId()
public static boolean checkJDKBefore8()
public static boolean checkJDK8()
public static Path getRtJarLocation()
Copyright © 2023. All rights reserved.