Skip to content

Commit

Permalink
add more comments to refreshTest
Browse files Browse the repository at this point in the history
  • Loading branch information
LiXiaoooowei committed Nov 6, 2016
1 parent 7a7130f commit 775cd7e
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/test/java/guitests/RefreshCommandTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,21 @@
*/
public class RefreshCommandTest extends TaskManagerGuiTest {

// -------------------------------------valid
// cases----------------------------------------
// -------------------------------------valid cases----------------------------------------

// test for valid cases

/*
* Equivalence partitions for itemType:
* - refresh out-dated recurring deadlineTask
* - refresh out-dated recurring event
*
* Equivalence partitions for recurring frequency:
* - monthly
* - weekly
* - daily
*/

@Test
public void refreshAllTasksAndEvents_successful() {

Expand Down

0 comments on commit 775cd7e

Please sign in to comment.