Skip to content

Commit

Permalink
Coverage to 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
igoticecream committed Oct 12, 2016
1 parent fe63963 commit c62c555
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,18 @@ public void testMovePowerFastWithPadding() throws Exception {
setRenameFormat("%MVP1P%");
}

@Test
public void testMovePowerCharge() throws Exception {
mExpected = "5";
setRenameFormat("%MVP2%");
}

@Test
public void testMovePowerChargeWithPadding() throws Exception {
mExpected = "005";
setRenameFormat("%MVP2P%");
}

@Test
public void testMovePowerUnknown() throws Exception {
mExpected = "%MVP1W%";
Expand Down

0 comments on commit c62c555

Please sign in to comment.