Definition at line 20 of file HeavyDBAsserts.java.
static void com.mapd.tests.HeavyDBAsserts.assertEqual |
( |
Object |
a, |
|
|
Object |
b |
|
) |
| |
|
inlinestatic |
static void com.mapd.tests.HeavyDBAsserts.assertEqual |
( |
int |
a, |
|
|
int |
b |
|
) |
| |
|
inlinestatic |
Definition at line 28 of file HeavyDBAsserts.java.
30 throw new RuntimeException(
"assert failed:\nExpected: " +
a +
"\n got: " + b);
static void com.mapd.tests.HeavyDBAsserts.assertEqual |
( |
String |
name, |
|
|
TDashboard |
db |
|
) |
| |
|
inlinestatic |
static void com.mapd.tests.HeavyDBAsserts.shouldThrowException |
( |
String |
msg, |
|
|
TestRun |
test |
|
) |
| |
|
inlinestatic |
Definition at line 39 of file HeavyDBAsserts.java.
44 }
catch (Exception e) {
49 throw new RuntimeException(msg);
The documentation for this class was generated from the following file:
- /home/jenkins-slave/workspace/core-os-doxygen/java/utility/src/main/java/com/mapd/tests/HeavyDBAsserts.java