Coverage Summary for Class: ParentBindingHelperForActivity (kr.open.library.simple_ui.xml.ui.base.helper)
| Class |
Class, %
|
Method, %
|
Branch, %
|
Line, %
|
Instruction, %
|
| ParentBindingHelperForActivity |
100%
(1/1)
|
100%
(1/1)
|
|
100%
(1/1)
|
100%
(2/2)
|
package kr.open.library.simple_ui.xml.ui.base.helper
/**
* Helper for Activity binding lifecycle management.<br>
* Inherits the common one-shot event collection logic.<br><br>
* Activity 바인딩 생명주기 관리를 위한 헬퍼입니다.<br>
* 공통 단일 이벤트 수집 로직을 상속받습니다.<br>
*/
internal class ParentBindingHelperForActivity : ParentBindingHelper()