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:
parent
a3d7b77c13
commit
ac96aca6f8
@ -1,4 +1,4 @@
|
||||
package com.baeldung.string;
|
||||
package com.baeldung.string.newline;
|
||||
|
||||
public class AddingNewLineToString {
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.baeldung.resource;
|
||||
package com.baeldung.classpathfileaccess;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.baeldung.exception;
|
||||
package com.baeldung.assertexception;
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.assertThrows;
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.baeldung.migration.junit4;
|
||||
package com.baeldung.assertexception.migration.junit4;
|
||||
|
||||
import org.junit.Rule;
|
||||
import org.junit.Test;
|
Loading…
x
Reference in New Issue
Block a user