This repository has been archived by the owner on Dec 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from atlascommunity/test
Added test for bamboo
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
...va/info/renjithv/jira/addons/threadedcomments/data/ThreadedCommentsConfigurationTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
/* (C)2020 */ | ||
package info.renjithv.jira.addons.threadedcomments.data; | ||
|
||
import org.junit.jupiter.api.Test; | ||
|
||
public class ThreadedCommentsConfigurationTest { | ||
@Test | ||
public void getThreadedCommentsEnabledGlobaly() {} | ||
|
||
@Test | ||
public void setThreadedCommentsEnabledGlobaly() {} | ||
|
||
@Test | ||
public void getThreadedCommentsEnabledProjects() {} | ||
|
||
@Test | ||
public void setThreadedCommentsEnabledProjects() {} | ||
|
||
@Test | ||
public void getVoteCommentsEnabledGlobaly() {} | ||
|
||
@Test | ||
public void setVoteCommentsEnabledGlobaly() {} | ||
|
||
@Test | ||
public void getVoteCommentsEnabledProjects() {} | ||
|
||
@Test | ||
public void setVoteCommentsEnabledProjects() {} | ||
} |