public final class ProjectStructure extends Object implements org.assertj.core.api.AssertProvider<ModuleAssert>
| Constructor and Description |
|---|
ProjectStructure(Path projectDirectory)
Create an instance based on the specified project
directory. |
| Modifier and Type | Method and Description |
|---|---|
ModuleAssert |
assertThat() |
Path |
getProjectDirectory()
Return the project directory.
|
ProjectStructure |
resolveModule(String name)
Resolve a
ProjectStructure based on the specified module name. |
public ModuleAssert assertThat()
assertThat in interface org.assertj.core.api.AssertProvider<ModuleAssert>public Path getProjectDirectory()
public ProjectStructure resolveModule(String name)
ProjectStructure based on the specified module name.name - the name of a sub-directory of the current projectProjectStructure for the sub-directoryCopyright © 2020 Pivotal Software, Inc.. All rights reserved.