public class TestScopeDependencyValidator extends Object implements DependencyValidator
| Modifier and Type | Class and Description |
|---|---|
static class |
TestScopeDependencyValidator.Dependency |
| Constructor and Description |
|---|
TestScopeDependencyValidator(List<TestScopeDependencyValidator.Dependency> expectedDependencies) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
areDependenciesValid(List<ArtifactCoordinates> dependencies)
Validates that the
ArtifactCoordinates are correct. |
public TestScopeDependencyValidator(List<TestScopeDependencyValidator.Dependency> expectedDependencies)
public boolean areDependenciesValid(List<ArtifactCoordinates> dependencies) throws ValidationException
DependencyValidatorArtifactCoordinates are correct.areDependenciesValid in interface DependencyValidatordependencies - the dependencies to be validatedValidationException - if there is a problem with the ArtifactCoordinates
and validation should be stopped.Copyright © 2019 MuleSoft Inc. All rights reserved.