File tree Expand file tree Collapse file tree 2 files changed +443
-0
lines changed
raveandroid/src/test/java/com/flutterwave/raveandroid Expand file tree Collapse file tree 2 files changed +443
-0
lines changed Original file line number Diff line number Diff line change 1212import com .flutterwave .raveandroid .ghmobilemoney .GhMobileMoneyPresenterTest ;
1313import com .flutterwave .raveandroid .mpesa .MpesaPresenter ;
1414import com .flutterwave .raveandroid .mpesa .MpesaPresenterTest ;
15+ import com .flutterwave .raveandroid .rwfmobilemoney .RwfMobileMoneyPresenter ;
16+ import com .flutterwave .raveandroid .rwfmobilemoney .RwfMobileMoneyPresenterTest ;
1517import com .flutterwave .raveandroid .ugmobilemoney .UgMobileMoneyPresenter ;
1618import com .flutterwave .raveandroid .ugmobilemoney .UgMobileMoneyPresenterTest ;
1719
@@ -35,6 +37,8 @@ public interface TestAppComponent extends AppComponent {
3537
3638 void inject (GhMobileMoneyPresenterTest ghMobileMoneyPresenterTest );
3739
40+ void inject (RwfMobileMoneyPresenterTest rwfMobileMoneyPresenterTest );
41+
3842 void inject (TransactionStatusCheckerTest transactionStatusCheckerTest );
3943
4044 void inject (CardPresenter cardPresenter );
@@ -49,4 +53,6 @@ public interface TestAppComponent extends AppComponent {
4953
5054 void inject (GhMobileMoneyPresenter ghMobileMoneyPresenter );
5155
56+ void inject (RwfMobileMoneyPresenter rwfMobileMoneyPresenter );
57+
5258}
You can’t perform that action at this time.
0 commit comments