|
Rename Method public checkNode_returns_RED_status_if_at_least_one_RED_status_returned_by_HealthChecks() : void renamed to public checkNode_returns_RED_status_if_at_least_one_RED_status_returned_by_NodeHealthCheck() : void in class org.sonar.server.health.HealthCheckerImplTest |
From |
To |
|
Rename Method public checkNode_returns_YELLOW_status_if_only_GREEN_and_at_least_one_YELLOW_statuses_returned_by_HealthChecks() : void renamed to public checkNode_returns_YELLOW_status_if_only_GREEN_and_at_least_one_YELLOW_statuses_returned_by_NodeHealthCheck() : void in class org.sonar.server.health.HealthCheckerImplTest |
From |
To |
|
Rename Method public checkNode_returns_GREEN_status_if_only_GREEN_statuses_returned_by_HealthChecks() : void renamed to public checkNode_returns_GREEN_status_if_only_GREEN_statuses_returned_by_NodeHealthCheck() : void in class org.sonar.server.health.HealthCheckerImplTest |
From |
To |
|
Rename Method public checkNode_returns_causes_of_all_HealthChecks_whichever_their_status() : void renamed to public checkNode_returns_causes_of_all_NodeHealthCheck_whichever_their_status() : void in class org.sonar.server.health.HealthCheckerImplTest |
From |
To |
|
Rename Method private newHealthCheckerImpl(statuses Stream<Health.Status>) : HealthCheckerImpl renamed to private newNodeHealthCheckerImpl(statuses Stream<Health.Status>) : HealthCheckerImpl in class org.sonar.server.health.HealthCheckerImplTest |
From |
To |
|
Rename Method public check_returns_green_status_without_any_cause_when_there_is_no_HealthCheck() : void renamed to public check_returns_green_status_without_any_cause_when_there_is_no_NodeHealthCheck() : void in class org.sonar.server.health.HealthCheckerImplTest |
From |
To |