Skip to content

Commit

Permalink
SAK-43102 - Extract AnnouncementWrapper (sakaiproject#7828)
Browse files Browse the repository at this point in the history
This is a first step toward cleaning up AnnouncementAction. It extracts
the AnnouncementWrapper nested class, tidies up the handling of a couple
of entangled constants, removes a few references to TimeService, and
adds a couple of minimal tests to get things moving.
  • Loading branch information
botimer authored Jan 31, 2020
1 parent 32b9f73 commit e2dfed6
Show file tree
Hide file tree
Showing 5 changed files with 492 additions and 373 deletions.
15 changes: 15 additions & 0 deletions announcement/announcement-tool/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,21 @@
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito2</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
Loading

0 comments on commit e2dfed6

Please sign in to comment.