Package org.eclipse.aether.internal.impl
Class TrackingFileManagerTest
- java.lang.Object
-
- org.eclipse.aether.internal.impl.TrackingFileManagerTest
-
public class TrackingFileManagerTest extends Object
-
-
Constructor Summary
Constructors Constructor Description TrackingFileManagerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testLockingOnCanonicalPath()
void
testRead()
void
testReadNoFileLeak()
void
testUpdate()
void
testUpdateNoFileLeak()
-
-
-
Constructor Detail
-
TrackingFileManagerTest
public TrackingFileManagerTest()
-
-
Method Detail
-
testReadNoFileLeak
public void testReadNoFileLeak() throws Exception
- Throws:
Exception
-
testUpdate
public void testUpdate() throws Exception
- Throws:
Exception
-
testUpdateNoFileLeak
public void testUpdateNoFileLeak() throws Exception
- Throws:
Exception
-
testLockingOnCanonicalPath
public void testLockingOnCanonicalPath() throws Exception
- Throws:
Exception
-
-