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
01df9f2a
Commit
01df9f2a
authored
Apr 01, 2020
by
Greg Messner
Browse files
Fixed missing import
parent
35e18125
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/test/java/org/gitlab4j/api/TestDeployTokensApi.java
View file @
01df9f2a
package
org.gitlab4j.api
;
package
org.gitlab4j.api
;
import
org.gitlab4j.api.models.DeployToken
;
import
static
org
.
junit
.
Assert
.
assertEquals
;
import
org.gitlab4j.api.models.DeployTokenScope
;
import
static
org
.
junit
.
Assert
.
assertNotNull
;
import
org.gitlab4j.api.models.Group
;
import
static
org
.
junit
.
Assume
.
assumeTrue
;
import
org.gitlab4j.api.models.Project
;
import
org.junit.Assert
;
import
org.junit.Before
;
import
org.junit.BeforeClass
;
import
org.junit.Test
;
import
org.junit.experimental.categories.Category
;
import
java.time.Instant
;
import
java.time.Instant
;
import
java.time.temporal.ChronoUnit
;
import
java.time.temporal.ChronoUnit
;
...
@@ -18,10 +12,15 @@ import java.util.Date;
...
@@ -18,10 +12,15 @@ import java.util.Date;
import
java.util.List
;
import
java.util.List
;
import
java.util.Optional
;
import
java.util.Optional
;
import
static
org
.
junit
.
Assert
.
assertEquals
;
import
org.gitlab4j.api.Constants.DeployTokenScope
;
import
static
org
.
junit
.
Assert
.
assertNotNull
;
import
org.gitlab4j.api.models.DeployToken
;
import
static
org
.
junit
.
Assert
.
assertTrue
;
import
org.gitlab4j.api.models.Group
;
import
static
org
.
junit
.
Assume
.
assumeTrue
;
import
org.gitlab4j.api.models.Project
;
import
org.junit.Assert
;
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
* In order for these tests to run you must set the following properties in test-gitlab4j.properties
...
...
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