Search in sources :

Example 1 with FakeFile

use of com.github.mgramin.sqlboot.tools.files.file.impl.FakeFile in project sql-boot by sql-boot.

the class ZippedFileTest method content.

@Test
public void content() throws Exception {
    File zip = new ZippedFile("test.zip", asList(new FakeFile()));
    assertEquals(144, zip.content().length);
}
Also used : FakeFile(com.github.mgramin.sqlboot.tools.files.file.impl.FakeFile) FakeFile(com.github.mgramin.sqlboot.tools.files.file.impl.FakeFile) File(com.github.mgramin.sqlboot.tools.files.file.File) Test(org.junit.Test)

Aggregations

File (com.github.mgramin.sqlboot.tools.files.file.File)1 FakeFile (com.github.mgramin.sqlboot.tools.files.file.impl.FakeFile)1 Test (org.junit.Test)1