Package org.eclipse.aether.internal.impl
Class DefaultUpdatePolicyAnalyzerTest
- java.lang.Object
-
- org.eclipse.aether.internal.impl.DefaultUpdatePolicyAnalyzerTest
-
public class DefaultUpdatePolicyAnalyzerTest extends Object
-
-
Constructor Summary
Constructors Constructor Description DefaultUpdatePolicyAnalyzerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setup()
void
testEffectivePolicy()
void
testIsUpdateRequired_PolicyAlways()
void
testIsUpdateRequired_PolicyDaily()
void
testIsUpdateRequired_PolicyInterval()
void
testIsUpdateRequired_PolicyNever()
-
-
-
Constructor Detail
-
DefaultUpdatePolicyAnalyzerTest
public DefaultUpdatePolicyAnalyzerTest()
-
-
Method Detail
-
testIsUpdateRequired_PolicyNever
public void testIsUpdateRequired_PolicyNever() throws Exception
- Throws:
Exception
-
testIsUpdateRequired_PolicyAlways
public void testIsUpdateRequired_PolicyAlways() throws Exception
- Throws:
Exception
-
testIsUpdateRequired_PolicyDaily
public void testIsUpdateRequired_PolicyDaily() throws Exception
- Throws:
Exception
-
testIsUpdateRequired_PolicyInterval
public void testIsUpdateRequired_PolicyInterval() throws Exception
- Throws:
Exception
-
testEffectivePolicy
public void testEffectivePolicy()
-
-