public class Util extends Object
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static int |
findStatusCount(List<Status> statuses,
Status statusToFind) |
static String |
formatDuration(Long duration) |
static String |
passed(boolean value) |
static String |
readFileAsString(String filePath) |
static String |
tagsToHtml(Tag[] tags) |
static void |
unzipToFile(File srcZipFile,
String destDirectory) |
public static String readFileAsString(String filePath) throws IOException
IOExceptionpublic static String passed(boolean value)
Copyright © 2015. All rights reserved.