com.atlassian.core.util.zip
Class ZipMatchers
java.lang.Object
com.atlassian.core.util.zip.ZipMatchers
public class ZipMatchers
- extends Object
Zip matchers contains convenient hamcrest matchers to assert content of zip archives.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZipMatchers
public ZipMatchers()
hasEntry
public static org.hamcrest.Matcher<File> hasEntry(String name,
String content)
hasEntryWithName
public static org.hamcrest.Matcher<File> hasEntryWithName(String name)
Copyright © 2015 Atlassian. All rights reserved.