com.atlassian.core.util.zip
Class ZipMatchers

java.lang.Object
  extended by com.atlassian.core.util.zip.ZipMatchers

public class ZipMatchers
extends Object

Zip matchers contains convenient hamcrest matchers to assert content of zip archives.


Constructor Summary
ZipMatchers()
           
 
Method Summary
static org.hamcrest.Matcher<File> hasEntry(String name, String content)
           
static org.hamcrest.Matcher<File> hasEntryWithName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipMatchers

public ZipMatchers()
Method Detail

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.