Uses of Class
org.apache.aries.unittest.fixture.ArchiveFixture.ZipFixture

Packages that use ArchiveFixture.ZipFixture
org.apache.aries.unittest.fixture   
 

Uses of ArchiveFixture.ZipFixture in org.apache.aries.unittest.fixture
 

Subclasses of ArchiveFixture.ZipFixture in org.apache.aries.unittest.fixture
static class ArchiveFixture.JarFixture
          Fixture for a jar archive.
 

Methods in org.apache.aries.unittest.fixture that return ArchiveFixture.ZipFixture
 ArchiveFixture.ZipFixture ArchiveFixture.ZipFixture.binary(String path, InputStream input)
          Create a binary file with the content from the input stream
 ArchiveFixture.ZipFixture ArchiveFixture.ZipFixture.binary(String path, String resourcePath)
          Create a binary file that is populated from content on the classloader
 ArchiveFixture.ZipFixture ArchiveFixture.AbstractFixture.end()
          Ends the current flow target and returns the parent flow target.
 ArchiveFixture.ZipFixture ArchiveFixture.ZipFixture.file(String path, String content)
          Create a complete child file fixture at the given path and with the content.
 ArchiveFixture.ZipFixture ArchiveFixture.ZipFixture.jar(String path)
          Create a child jar fixture at the given path.
static ArchiveFixture.ZipFixture ArchiveFixture.newZip()
          Create a new zip file fixture
 ArchiveFixture.ZipFixture ArchiveFixture.ZipFixture.zip(String path)
          Create a child zip fixture at the given target.
 

Constructors in org.apache.aries.unittest.fixture with parameters of type ArchiveFixture.ZipFixture
ArchiveFixture.AbstractFixture(ArchiveFixture.ZipFixture parent)
           
ArchiveFixture.FileFixture(ArchiveFixture.ZipFixture parent)
           
ArchiveFixture.IStreamFixture(ArchiveFixture.ZipFixture parent, InputStream input)
           
ArchiveFixture.JarFixture(ArchiveFixture.ZipFixture parent)
           
ArchiveFixture.ManifestFixture(ArchiveFixture.ZipFixture parent)
           
ArchiveFixture.ZipFixture(ArchiveFixture.ZipFixture parent)
           
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.