| Package | Description |
|---|---|
| io.spring.initializr.generator.test.project |
Support for testing project generation.
|
| Modifier and Type | Method and Description |
|---|---|
TextAssert |
AbstractJvmModuleAssert.mainSource(String packageName,
String name)
Assert that the main source defines the specified type and return an
assert for it, to allow chaining of text-specific assertions
from this call. |
TextAssert |
AbstractJvmModuleAssert.testSource(String packageName,
String name)
Assert that the test source defines the specified type and return an
assert for it, to allow chaining of text-specific assertions
from this call. |
TextAssert |
AbstractProjectAssert.textFile(String path)
Assert that the project defines the specified file and return a
TextAssert
for it, to allow chaining of text file-specific assertions from this call. |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.