public class ShouldHaveParent extends BasicErrorMessageFactory
File should have a parent.| Modifier and Type | Field and Description |
|---|---|
static String |
FILE_NO_PARENT |
static String |
FILE_NOT_EXPECTED_PARENT |
static String |
PATH_NO_PARENT |
static String |
PATH_NOT_EXPECTED_PARENT |
arguments, format| Modifier and Type | Method and Description |
|---|---|
static ShouldHaveParent |
shouldHaveParent(File actual,
File expected) |
static ShouldHaveParent |
shouldHaveParent(java.nio.file.Path actual,
java.nio.file.Path expected) |
static ShouldHaveParent |
shouldHaveParent(java.nio.file.Path actual,
java.nio.file.Path actualParent,
java.nio.file.Path expected) |
create, create, create, equals, hashCode, toString, unquotedStringpublic static final String PATH_NO_PARENT
public static final String PATH_NOT_EXPECTED_PARENT
public static final String FILE_NO_PARENT
public static final String FILE_NOT_EXPECTED_PARENT
public static ShouldHaveParent shouldHaveParent(File actual, File expected)
public static ShouldHaveParent shouldHaveParent(java.nio.file.Path actual, java.nio.file.Path expected)
public static ShouldHaveParent shouldHaveParent(java.nio.file.Path actual, java.nio.file.Path actualParent, java.nio.file.Path expected)
Copyright © 2013-2015 AssertJ. All Rights Reserved.