Skip to content

Commit

Permalink
add private method declarations to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NMGuner committed Jun 13, 2024
1 parent e576788 commit 0efb978
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ios/Tests/PaymentViewWrapperTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@

#import "../Sources/view/PaymentViewWrapper.h"

@interface PaymentViewWrapper ()

// declaring private methods to be able to verify them with OCMock
- (void) evaluateProps;
- (void) initializeActualPaymentView;

@end

@interface PaymentViewWrapperTests : XCTestCase

@property (nonatomic, strong) PaymentViewWrapper* paymentViewWrapper;
Expand Down

0 comments on commit 0efb978

Please sign in to comment.