Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

you are required to use JUnit test framework (http://junit.org/) to write unit test cases for one of the following real world Java classes. Note that

you are required to use JUnit test framework (http://junit.org/) to write unit test cases for one of the following real world Java classes. Note that only the 12 specified methods need to be tested. The links for downloading the corresponding packages are given below the class name.

org.apache.commons.mail.Email:

https://foyzulhassan.github.io/files/commons-email-1.3.2-src.zip

Deliverables

You will work individually and write a JUnit test class with test methods to test one of the above classes. Please submit your test code, with all required dependencies (JUnit Framework, Mock Framework if required, the tested code, and other dependencies required to run the test code) to Canvas. The test code should be commented appropriately. Please name your package as [lastName]_[firstName].zip.

Evaluation Criterion

The assignment accounts for 100 points. 30 points will be given to all students who have submitted test code that compiles and have no runtime errors.

Then the assignment will be evaluated on the following aspects:

(1) the proper implementation of setup, teardown, and assertions (20 points)

(2) reasonable test coverage, over 70% coverage on all methods (50 points)

Required Software, Plugins and Tutorial

Java 11.09:

https://www.oracle.com/java/technologies/javase/jdk11-archive-downloads.html

Eclipse IDE:

https://www.eclipse.org/downloads/packages/release/2020-09/r/eclipse-ide-enterprise-java-developers

In this Eclipse version code coverage plugin already installed to check code coverage percentage.

Email Server Mocking Frameworks

GreenMail:

https://greenmail-mail-test.github.io/greenmail/

Wiser:

https://github.com/voodoodyne/subethasmtp/blob/master/Wiser.md

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advances In Databases And Information Systems 23rd European Conference Adbis 2019 Bled Slovenia September 8 11 2019 Proceedings Lncs 11695

Authors: Tatjana Welzer ,Johann Eder ,Vili Podgorelec ,Aida Kamisalic Latific

1st Edition

3030287297, 978-3030287290

More Books

Students also viewed these Databases questions