public class TargetDefinitionResolverIncludeModeTest
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
TargetDefinitionResolverIncludeModeTest.PlannerLocationStub |
(package private) static class |
TargetDefinitionResolverIncludeModeTest.SlicerLocationStub |
| Modifier and Type | Field and Description |
|---|---|
LogVerifier |
logVerifier |
P2Context |
p2Context |
private TargetDefinitionResolver |
subject |
| Constructor and Description |
|---|
TargetDefinitionResolverIncludeModeTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
initSubject() |
void |
testResolveConflictingIncludeMode() |
void |
testResolveWithPlanner() |
void |
testResolveWithSlicer() |
void |
testUnsatisfiedDependencyWithPlanner() |
void |
testUnsatisfiedDependencyWithSlicerIsOk() |
void |
testUnsatisfiedInclusionWithSlicerFails() |
public final P2Context p2Context
public final LogVerifier logVerifier
private TargetDefinitionResolver subject
public TargetDefinitionResolverIncludeModeTest()
public void initSubject()
throws java.lang.Exception
java.lang.Exceptionpublic void testResolveWithPlanner()
throws java.lang.Exception
java.lang.Exceptionpublic void testUnsatisfiedDependencyWithPlanner()
throws java.lang.Exception
java.lang.Exceptionpublic void testResolveWithSlicer()
throws java.lang.Exception
java.lang.Exceptionpublic void testUnsatisfiedDependencyWithSlicerIsOk()
throws java.lang.Exception
java.lang.Exceptionpublic void testUnsatisfiedInclusionWithSlicerFails()
throws java.lang.Exception
java.lang.Exceptionpublic void testResolveConflictingIncludeMode()
throws java.lang.Exception
java.lang.Exception