Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
91fd03a7
Commit
91fd03a7
authored
May 01, 2019
by
Greg Messner
Browse files
Added class to IntegrationTest Category (#336).
parent
f67f9f11
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/test/java/org/gitlab4j/api/TestAccessTokenUtils.java
View file @
91fd03a7
...
...
@@ -12,6 +12,7 @@ import org.gitlab4j.api.utils.AccessTokenUtils;
import
org.junit.Before
;
import
org.junit.BeforeClass
;
import
org.junit.Test
;
import
org.junit.experimental.categories.Category
;
/**
* In order for these tests to run you must set the following properties in test-gitlab4j.properties
...
...
@@ -22,6 +23,7 @@ import org.junit.Test;
*
* If any of the above are NULL, all tests in this class will be skipped.
*/
@Category
(
IntegrationTest
.
class
)
public
class
TestAccessTokenUtils
{
// The following needs to be set to your test repository
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment