@@ -3803,27 +3803,83 @@ fn do_test_lost_timeout_monitor_events(confirm_tx: CommitmentType, dust_htlcs: b
38033803}
38043804
38053805#[ test]
3806- fn test_lost_timeout_monitor_events ( ) {
3806+ fn test_lost_timeout_monitor_events_a ( ) {
38073807 do_test_lost_timeout_monitor_events ( CommitmentType :: RevokedCounterparty , false , false ) ;
3808+ }
3809+ #[ test]
3810+ fn test_lost_timeout_monitor_events_b ( ) {
38083811 do_test_lost_timeout_monitor_events ( CommitmentType :: RevokedCounterparty , true , false ) ;
3812+ }
3813+ #[ test]
3814+ fn test_lost_timeout_monitor_events_c ( ) {
38093815 do_test_lost_timeout_monitor_events ( CommitmentType :: PreviousCounterparty , false , false ) ;
3816+ }
3817+ #[ test]
3818+ fn test_lost_timeout_monitor_events_d ( ) {
38103819 do_test_lost_timeout_monitor_events ( CommitmentType :: PreviousCounterparty , true , false ) ;
3820+ }
3821+ #[ test]
3822+ fn test_lost_timeout_monitor_events_e ( ) {
38113823 do_test_lost_timeout_monitor_events ( CommitmentType :: LatestCounterparty , false , false ) ;
3824+ }
3825+ #[ test]
3826+ fn test_lost_timeout_monitor_events_f ( ) {
38123827 do_test_lost_timeout_monitor_events ( CommitmentType :: LatestCounterparty , true , false ) ;
3828+ }
3829+ #[ test]
3830+ fn test_lost_timeout_monitor_events_g ( ) {
38133831 do_test_lost_timeout_monitor_events ( CommitmentType :: LocalWithoutLastHTLC , false , false ) ;
3832+ }
3833+ #[ test]
3834+ fn test_lost_timeout_monitor_events_h ( ) {
38143835 do_test_lost_timeout_monitor_events ( CommitmentType :: LocalWithoutLastHTLC , true , false ) ;
3836+ }
3837+ #[ test]
3838+ fn test_lost_timeout_monitor_events_i ( ) {
38153839 do_test_lost_timeout_monitor_events ( CommitmentType :: LocalWithLastHTLC , false , false ) ;
3840+ }
3841+ #[ test]
3842+ fn test_lost_timeout_monitor_events_j ( ) {
38163843 do_test_lost_timeout_monitor_events ( CommitmentType :: LocalWithLastHTLC , true , false ) ;
3817-
3844+ }
3845+ #[ test]
3846+ fn test_lost_timeout_monitor_events_k ( ) {
38183847 do_test_lost_timeout_monitor_events ( CommitmentType :: RevokedCounterparty , false , true ) ;
3848+ }
3849+ #[ test]
3850+ fn test_lost_timeout_monitor_events_l ( ) {
38193851 do_test_lost_timeout_monitor_events ( CommitmentType :: RevokedCounterparty , true , true ) ;
3852+ }
3853+ #[ test]
3854+ fn test_lost_timeout_monitor_events_m ( ) {
38203855 do_test_lost_timeout_monitor_events ( CommitmentType :: PreviousCounterparty , false , true ) ;
3856+ }
3857+ #[ test]
3858+ fn test_lost_timeout_monitor_events_n ( ) {
38213859 do_test_lost_timeout_monitor_events ( CommitmentType :: PreviousCounterparty , true , true ) ;
3860+ }
3861+ #[ test]
3862+ fn test_lost_timeout_monitor_events_o ( ) {
38223863 do_test_lost_timeout_monitor_events ( CommitmentType :: LatestCounterparty , false , true ) ;
3864+ }
3865+ #[ test]
3866+ fn test_lost_timeout_monitor_events_p ( ) {
38233867 do_test_lost_timeout_monitor_events ( CommitmentType :: LatestCounterparty , true , true ) ;
3868+ }
3869+ #[ test]
3870+ fn test_lost_timeout_monitor_events_q ( ) {
38243871 do_test_lost_timeout_monitor_events ( CommitmentType :: LocalWithoutLastHTLC , false , true ) ;
3872+ }
3873+ #[ test]
3874+ fn test_lost_timeout_monitor_events_r ( ) {
38253875 do_test_lost_timeout_monitor_events ( CommitmentType :: LocalWithoutLastHTLC , true , true ) ;
3876+ }
3877+ #[ test]
3878+ fn test_lost_timeout_monitor_events_s ( ) {
38263879 do_test_lost_timeout_monitor_events ( CommitmentType :: LocalWithLastHTLC , false , true ) ;
3880+ }
3881+ #[ test]
3882+ fn test_lost_timeout_monitor_events_t ( ) {
38273883 do_test_lost_timeout_monitor_events ( CommitmentType :: LocalWithLastHTLC , true , true ) ;
38283884}
38293885
0 commit comments