public class Assert extends Object
Constructor and Description |
---|
Assert() |
Modifier and Type | Method and Description |
---|---|
static void |
assertEquals(boolean expect,
boolean actual) |
static void |
assertEquals(String message,
boolean expect,
boolean actual) |
public static void assertEquals(boolean expect, boolean actual)
public static void assertEquals(String message, boolean expect, boolean actual)
Copyright © 2017 Eclipse JGit Project. All rights reserved.