public class PartAttributesMatchers extends Object
| Constructor and Description |
|---|
PartAttributesMatchers() |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<PartAttributes> |
hasFilename(String filename)
Verifies the filename of a part.
|
static org.hamcrest.Matcher<PartAttributes> |
hasName(String name)
Verifies the name of a part.
|
static org.hamcrest.Matcher<PartAttributes> |
hasSize(long size)
Verifies the size of a part.
|
public static org.hamcrest.Matcher<PartAttributes> hasName(String name)
public static org.hamcrest.Matcher<PartAttributes> hasFilename(String filename)
public static org.hamcrest.Matcher<PartAttributes> hasSize(long size)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.