Skip to content

Commit

Permalink
(yegor256#1445) Some todos to continue the work
Browse files Browse the repository at this point in the history
  • Loading branch information
victornoel committed Jan 10, 2021
1 parent 8e882a2 commit 8f3e71c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/org/cactoos/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,9 @@
* @since 0.1
* @see <a href="http://www.cactoos.org">Project site www.cactoos.org</a>
* @see <a href="https://github.com/yegor256/cactoos">GitHub repository</a>
* @todo #1445:30min For consistency sake with Func, let's
* - introduce envelopes for Proc, BiProc, BiFunc, Runnable and Callable
* - have FuncOf, ProcOf, etc extend their envelope to simplify their code
* - apply on other classes that could benefit from it
*/
package org.cactoos;
3 changes: 3 additions & 0 deletions src/test/java/org/cactoos/experimental/TimedTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
* Test case for {@link Timed}.
*
* @since 1.0.0
* @todo #1445:30min Replace all the usage of Repeated in tests that
* are used to execute the same test multiple times with the use of
* the RepeatedTest annotation from Junit 5.
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
*/
final class TimedTest {
Expand Down

0 comments on commit 8f3e71c

Please sign in to comment.