File tree Expand file tree Collapse file tree 2 files changed +458
-0
lines changed
raveandroid/src/test/java/com/flutterwave/raveandroid Expand file tree Collapse file tree 2 files changed +458
-0
lines changed Original file line number Diff line number Diff line change 1414import com .flutterwave .raveandroid .ghmobilemoney .GhMobileMoneyPresenterTest ;
1515import com .flutterwave .raveandroid .mpesa .MpesaPresenter ;
1616import com .flutterwave .raveandroid .mpesa .MpesaPresenterTest ;
17+ import com .flutterwave .raveandroid .rwfmobilemoney .RwfMobileMoneyPresenter ;
18+ import com .flutterwave .raveandroid .rwfmobilemoney .RwfMobileMoneyPresenterTest ;
1719import com .flutterwave .raveandroid .ugmobilemoney .UgMobileMoneyPresenter ;
1820import com .flutterwave .raveandroid .ugmobilemoney .UgMobileMoneyPresenterTest ;
1921
@@ -37,6 +39,8 @@ public interface TestAppComponent extends AppComponent {
3739
3840 void inject (GhMobileMoneyPresenterTest ghMobileMoneyPresenterTest );
3941
42+ void inject (RwfMobileMoneyPresenterTest rwfMobileMoneyPresenterTest );
43+
4044 void inject (TransactionStatusCheckerTest transactionStatusCheckerTest );
4145
4246 void inject (AchPresenterTest achPresenterTest );
@@ -55,4 +59,6 @@ public interface TestAppComponent extends AppComponent {
5559
5660 void inject (AchPresenter achPresenter );
5761
62+ void inject (RwfMobileMoneyPresenter rwfMobileMoneyPresenter );
63+
5864}
You can’t perform that action at this time.
0 commit comments