From b617333ee94fc60c8365d20318fcd95c49eac4db Mon Sep 17 00:00:00 2001 From: paulgries Date: Sun, 15 Oct 2023 13:11:46 -0400 Subject: [PATCH 1/2] Signup and CommonUser unit tests, exception demo test --- CACoding.iml | 17 +++++ test/entity/CommonUserTest.java | 27 ++++++++ test/entity/ExceptionDemoTest.java | 28 ++++++++ .../use_case/signup/SignupInteractorTest.java | 65 +++++++++++++++++++ 4 files changed, 137 insertions(+) create mode 100644 test/entity/CommonUserTest.java create mode 100644 test/entity/ExceptionDemoTest.java create mode 100644 test/use_case/signup/SignupInteractorTest.java diff --git a/CACoding.iml b/CACoding.iml index 69623856..b3e930f2 100644 --- a/CACoding.iml +++ b/CACoding.iml @@ -4,9 +4,26 @@ + + + + + + + + + + + + + + + + +