Skip to content

This Maven project contains utility methods for basic arithmetic operations and string manipulation. The methods include: sum: Adds two integers. divide: Divides two doubles and returns the result with two decimal places. returnTwoChars: Returns the first two characters from a string. div: Divides two Double objects and returns a Double result.

Notifications You must be signed in to change notification settings

bilalz5-github/UnitTesting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnitTesting

Maven Project with Utility Methods

This Maven project contains utility methods for basic arithmetic operations and string manipulation. The methods include:

  1. sum: Adds two integers.
  2. divide: Divides two doubles and returns the result with two decimal places.
  3. returnTwoChars: Returns the first two characters from a string.
  4. div: Divides two Double objects and returns a Double result.

How to Use

  1. Clone the repository.
  2. Open the project in your preferred IDE.
  3. Run the JUnit tests in the AppTest.java file to verify the functionality of the implemented methods.

About

This Maven project contains utility methods for basic arithmetic operations and string manipulation. The methods include: sum: Adds two integers. divide: Divides two doubles and returns the result with two decimal places. returnTwoChars: Returns the first two characters from a string. div: Divides two Double objects and returns a Double result.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages