Skip to content

Commit 434384c

Browse files
author
Atit Gupta
committed
updating access modifiers for mocked class
1 parent 4dd4ee0 commit 434384c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

ipp-v3-java-devkit/src/test/java/com/intuit/ipp/services/ReportServiceTest.java

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,11 @@ public ReportService getMockedIntuitMessage() {
103103

104104
return reportService;
105105
}
106-
}
106+
private static final class MockIntuitInterceptorProvider extends MockUp<IntuitInterceptorProvider> {
107107

108-
class MockIntuitInterceptorProvider extends MockUp<IntuitInterceptorProvider> {
109-
110-
@Mock
111-
public void executeInterceptors(final IntuitMessage intuitMessage) throws FMSException {
112-
// mocked executeInterceptors
108+
@Mock
109+
public void executeInterceptors(final IntuitMessage intuitMessage) throws FMSException {
110+
// mocked executeInterceptors
111+
}
113112
}
114113
}

0 commit comments

Comments
 (0)