public class WatchedCDXSourceTest
extends junit.framework.TestCase
Constructor and Description |
---|
WatchedCDXSourceTest() |
Modifier and Type | Method and Description |
---|---|
protected Path |
addSubdirectory() |
protected void |
setUp() |
protected void |
tearDown() |
void |
testAddNonCDXSources()
Test method for non-CDX ENTRY_CREATE in
org.archive.wayback.resourceindex.WatchedCDXSource.WatcherThread)
. |
void |
testAddSources()
Test method for ENTRY_CREATE in
org.archive.wayback.resourceindex.WatchedCDXSource.WatcherThread)
. |
void |
testExistingSources()
Test method for
org.archive.wayback.resourceindex.WatchedCDXSource#addExistingSources(java.nio.file.Path)
. |
void |
testRemoveSources()
Test method for ENTRY_DELETE in
org.archive.wayback.resourceindex.WatchedCDXSource.WatcherThread)
. |
void |
testSubdirectoryAddSources()
Test method for recursive ENTRY_CREATE in
org.archive.wayback.resourceindex.WatchedCDXSource.WatcherThread)
. |
void |
testSubdirectoryAddSourcesNonRecursive()
Test method for non-recursive ENTRY_CREATE in
org.archive.wayback.resourceindex.WatchedCDXSource.WatcherThread)
. |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
protected void setUp()
setUp
in class junit.framework.TestCase
protected Path addSubdirectory()
public void testExistingSources() throws IOException
org.archive.wayback.resourceindex.WatchedCDXSource#addExistingSources(java.nio.file.Path)
.IOException
public void testAddSources() throws InterruptedException
org.archive.wayback.resourceindex.WatchedCDXSource.WatcherThread)
.InterruptedException
public void testAddNonCDXSources() throws InterruptedException
org.archive.wayback.resourceindex.WatchedCDXSource.WatcherThread)
.InterruptedException
public void testRemoveSources() throws InterruptedException
org.archive.wayback.resourceindex.WatchedCDXSource.WatcherThread)
.InterruptedException
public void testSubdirectoryAddSources() throws InterruptedException
org.archive.wayback.resourceindex.WatchedCDXSource.WatcherThread)
.InterruptedException
public void testSubdirectoryAddSourcesNonRecursive() throws InterruptedException
org.archive.wayback.resourceindex.WatchedCDXSource.WatcherThread)
.InterruptedException
protected void tearDown()
tearDown
in class junit.framework.TestCase
Copyright © 2005–2015 IIPC. All rights reserved.