-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new method(overload) for CentralDogmaPropertySupplier#createPrope…
…rtyFile/register (#134) * Add new method overload for createPropertyFile, register * Change argument type StaticPropertySupplier to PropertySupplier * Change return type of method: defaultProperties: List * Add tests for CentralDogmaPropertySupplier#register * Add Javadoc for CentralDogmaPropertySupplier#register * Delete Unused CentralDogmaPropertySupplier#createPropertyFile * Reduce access to external systems in CentralDogmaPropertySupplier#register * Move defaultProperties From CentralDogmaPropertySupplier To ProcessorProperties * Use Property.ofStatic() instead of DynamicProperty * Delete not meaningful verify method * Use primitive types int: CentralDogmaPropertySupplierTest * Use any(String.class) for commit message of centraldogma * Use any(String.class) for commit message of centraldogma 2 * Reword javadoc for CentralDogmaPropertySupplier#register * Added a short javadoc for ProcessorProperties#defaultProperties * Fixed format in CentralDogmaPropertySupplierTest * Fix format in CentralDogmaPropertySupplierTest * Rename test private method: defaultPropertiesAsJsonNode * Fix test: default properties list: not fragile: testRegisterWithCustomizedSettings in CentralDogmaPropertySupplierTest * Provide only changed properties: testRegisterWithCustomizedSettings in public class CentralDogmaPropertySupplierTest * make the code short listPropertiesForVerifyingMock Co-authored-by: lazmond3 <[email protected]>
- Loading branch information
Showing
4 changed files
with
176 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters