Skip to content

Instantly share code, notes, and snippets.

@luuizeduardo
Created October 7, 2022 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luuizeduardo/854197fa9a1cda515ac93faf06478f5e to your computer and use it in GitHub Desktop.
Save luuizeduardo/854197fa9a1cda515ac93faf06478f5e to your computer and use it in GitHub Desktop.
Constructor method
private final YourApiService yourApiService;
public ApiTest(YourApiService yourApiService) {
this.yourApiService = yourApiService;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment