archaius icon indicating copy to clipboard operation
archaius copied to clipboard

Split the PropertyTest.test into `testPropertyValuesUpdateAndEffect` and `testServiceInitializationWithDefaultProperties`

Open Codegass opened this issue 11 months ago • 0 comments

Fix #714

Description

Refactored PropertyTest to split the combined test() method into two distinct tests: testServiceInitializationWithDefaultProperties and testPropertyValuesUpdateAndEffect. This change improves test clarity by isolating specific behaviors into separate tests.

Key Changes

  • Removed test() method to avoid redundancy.
  • Added testServiceInitializationWithDefaultProperties to test service initialization with default settings.
  • Added testPropertyValuesUpdateAndEffect to test the behavior upon updating property values.

Codegass avatar Mar 18 '24 08:03 Codegass