Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Lukas Wiest
unified-ticketing
Commits
42f19bc5
Verified
Commit
42f19bc5
authored
4 years ago
by
Lukas Wiest
Browse files
Options
Download
Email Patches
Plain Diff
chore(test): add blocking test for new implementation
parent
b2324a1f
master
0.2.2
0.2.1
0.2.0
1 merge request
!2
add GitHub implementation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/java/de/hftstuttgart/unifiedticketing/systems/github/GithubTicketSystemTest.java
+14
-0
...ifiedticketing/systems/github/GithubTicketSystemTest.java
with
14 additions
and
0 deletions
+14
-0
src/test/java/de/hftstuttgart/unifiedticketing/systems/github/GithubTicketSystemTest.java
0 → 100644
+
14
-
0
View file @
42f19bc5
package
de.hftstuttgart.unifiedticketing.systems.github
;
import
org.junit.jupiter.api.Test
;
import
static
org
.
junit
.
jupiter
.
api
.
Assertions
.*;
public
class
GithubTicketSystemTest
{
@Test
public
void
blocker
()
{
fail
();
}
}
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets