BAEL-17342 Slice 9 | The top 100 articles should have their own packa… (#7671)

* BAEL-17342 Slice 9 | The top 100 articles should have their own package in the module

* BAEL-17342 Slice 9 | The top 100 articles should have their own package in the module

-Updated for junit-assert-exception
This commit is contained in:
Dhawal Kapil 2019-09-01 00:58:28 +05:30 committed by Josh Cummings
parent a3d7b77c13
commit ac96aca6f8
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
package com.baeldung.string; package com.baeldung.string.newline;
public class AddingNewLineToString { public class AddingNewLineToString {

View File

@ -1,4 +1,4 @@
package com.baeldung.resource; package com.baeldung.classpathfileaccess;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;

View File

@ -1,4 +1,4 @@
package com.baeldung.exception; package com.baeldung.assertexception;
import static org.junit.jupiter.api.Assertions.assertThrows; import static org.junit.jupiter.api.Assertions.assertThrows;

View File

@ -1,4 +1,4 @@
package com.baeldung.migration.junit4; package com.baeldung.assertexception.migration.junit4;
import org.junit.Rule; import org.junit.Rule;
import org.junit.Test; import org.junit.Test;