ContextSnapshotTest
|
100%
successful |
Tests
Test | Method name | Duration | Result |
---|---|---|---|
예외 발생해도 clear()는 반드시 실행된다 | clearCalledOnException() | 0s | passed |
빈 propagator 리스트면 원래 Runnable/Callable 그대로 반환 | emptyPropagators_returnsSameInstance() | 0s | passed |
여러 propagator 각각 올바르게 복구/정리된다 | multiplePropagators() | 0.002s | passed |
Callable 래핑: 결과 반환 및 clear 호출 보장 | wrapCallable_restoreAndClear() | 0s | passed |
Runnable 래핑: restore 후 실행되고 finally에서 clear 호출 | wrapRunnable_restoreAndClear() | 0s | passed |