Package com.github.twitch4j.common
Class TwitchTestUtils
java.lang.Object
com.github.twitch4j.common.TwitchTestUtils
public class TwitchTestUtils
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description TwitchTestUtils() -
Method Summary
Modifier and Type Method Description static com.github.philippheuer.credentialmanager.domain.OAuth2CredentialgetCredential()Gets the OAuth Credential for integration testsstatic com.github.philippheuer.credentialmanager.domain.OAuth2CredentialgetGraphQLCredential()Gets the OAuth Credential for integration testsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TwitchTestUtils
public TwitchTestUtils()
-
-
Method Details
-
getCredential
public static com.github.philippheuer.credentialmanager.domain.OAuth2Credential getCredential()Gets the OAuth Credential for integration tests- Returns:
- OAuth2Credential
-
getGraphQLCredential
public static com.github.philippheuer.credentialmanager.domain.OAuth2Credential getGraphQLCredential()Gets the OAuth Credential for integration tests- Returns:
- OAuth2Credential
-