public class Preconditions extends Object
Preconditions| Constructor and Description |
|---|
Preconditions() |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
checkEquals(T expected,
T actual) |
static <T> void |
checkEquals(T expected,
T actual,
String msg) |
static void |
checkFileExists(File f) |
static void |
checkFileExists(File f,
String msg) |
static void |
checkFileExists(String path) |
static void |
checkFileExists(String path,
String msg) |
Copyright © 2015 Bluebrain Project. All rights reserved.