move tests in junit-5
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
package com.baeldung.throwsexception;
|
||||
package com.baeldung.junit5vstestng;
|
||||
|
||||
public class Calculator {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package com.baeldung.throwsexception;
|
||||
package com.baeldung.junit5vstestng;
|
||||
|
||||
public class DivideByZeroException extends RuntimeException {
|
||||
|
||||
Reference in New Issue
Block a user