Skip to content
This repository has been archived by the owner on Dec 9, 2021. It is now read-only.

Commit

Permalink
Merge pull request #4 from atlascommunity/test
Browse files Browse the repository at this point in the history
Added test for bamboo
  • Loading branch information
mashintsev authored Dec 2, 2020
2 parents e43cfea + dadf0a1 commit d67f549
Showing 1 changed file with 30 additions and 0 deletions.
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() {}
}

0 comments on commit d67f549

Please sign in to comment.