question archive Unit Testing in Eclipse Using JUnitQuestion1Follow these steps: Make a class called PrimeNumberMethod
Subject:Computer SciencePrice: Bought3
Unit Testing in Eclipse Using JUnitQuestion1Follow these steps: Make a class called PrimeNumberMethod.
A prime number is an integer greater than 1, that only has a positive
divisor is 1 or itself.
Make a method called isPrime that determines whether a given number
is prime.
Make a test class to test the method isPrime.
Question 2
Follow these steps:
Make a test class to test the following methods in the java.lang.String
class:
› length
› charAt
› substring
› indexOf
Hyperion