Skip to content

Commit

Permalink
Add getPageCount()
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Dolski committed Oct 26, 2020
1 parent 75600bb commit d98487b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/test/java/org/example/MockJavaContext.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ public String getOutputFormat() {
return "image/jpeg";
}

@Override
public Integer getPageCount() {
return 0;
}

@Override
public Integer getPageNumber() {
return 0;
Expand Down

0 comments on commit d98487b

Please sign in to comment.