Skip to content

Commit

Permalink
rename test classes to match the "*Test" pattern, so that they are ru…
Browse files Browse the repository at this point in the history
…n by maven
  • Loading branch information
PascalSchumacher committed May 8, 2017
1 parent 8544617 commit e3da2d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -25,7 +25,7 @@
*
* @author Nicolas François
*/
public class DoesNotHave_with_condition {
public class DoesNotHave_with_condition_Test {

@Test
public void should_create_new_doesNotHave_with_passed_Condition() {
Expand Down
Expand Up @@ -24,7 +24,7 @@
*
* @author Nicolas François
*/
public class Not_with_condition {
public class Not_with_condition_Test {

@Test
public void should_create_new_notOf_with_passed_Conditions() {
Expand Down

0 comments on commit e3da2d8

Please sign in to comment.