Package com.github.twitch4j.common
Class TwitchTestUtils
java.lang.Object
com.github.twitch4j.common.TwitchTestUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.github.philippheuer.credentialmanager.domain.OAuth2Credential
Gets the OAuth Credential for integration testsstatic com.github.philippheuer.credentialmanager.domain.OAuth2Credential
Gets the OAuth Credential for integration tests
-
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
-