You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And the implementation in DefaultEnvironment can simply call the ProcessHandle.of(pid) method.
This originated from discussion #685 (Proposed KiwiEnvironment enhancements)
The text was updated successfully, but these errors were encountered:
sleberknight
added
enhancement
A request for change or improvement to an existing feature
new feature
A new feature such as a new class, method, package, group of classes, etc.
and removed
enhancement
A request for change or improvement to an existing feature
labels
Apr 17, 2023
This complements the
currentProcessHandle()
method added in #919 to allow mocking out aProcessHandle
for a specificpid
.The method signature in
KiwiEnvironment
should be:And the implementation in
DefaultEnvironment
can simply call theProcessHandle.of(pid)
method.This originated from discussion #685 (Proposed KiwiEnvironment enhancements)
The text was updated successfully, but these errors were encountered: