move tests in junit-5

This commit is contained in:
Loredana Crusoveanu
2018-10-14 22:39:34 +03:00
parent e51b8261c7
commit 5c0ea4c47d
11 changed files with 11 additions and 13 deletions
@@ -1,4 +1,4 @@
package com.baeldung.throwsexception;
package com.baeldung.junit5vstestng;
public class Calculator {
@@ -1,4 +1,4 @@
package com.baeldung.throwsexception;
package com.baeldung.junit5vstestng;
public class DivideByZeroException extends RuntimeException {