public class RiotApiTest
extends java.lang.Object
For these tests to work, you need to insert your api key below in the variable apiKey.
| Constructor and Description |
|---|
RiotApiTest() |
| Modifier and Type | Method and Description |
|---|---|
static RiotApi |
getRiotApi()
This method provides an
RiotApi object with the apiKey specified in this class to other tests. |
static RiotApiAsync |
getRiotApiAsync()
This method provides an
RiotApiAsync object with the apiKey specified in this class to other tests. |
public static RiotApi getRiotApi()
RiotApi object with the apiKey specified in this class to other tests.RiotApi objectRiotApipublic static RiotApiAsync getRiotApiAsync()
RiotApiAsync object with the apiKey specified in this class to other tests.RiotApiAsync objectRiotApiAsync