X Tutup
Skip to content

rmhuff-zipcode/Maven.TestingPersonClass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Creating and Testing Person class

Overview

  • Purpose - to demonstrate the use of Java Classes.
  • Objective - to implement a Java Class which encapsulates data about a Person object

Instructions

  • Ensure Each Test Passes Successfully

    • Ensure the class TestPerson has 100% success rate before continuing.
  • Finish Features

    • Add 5 different fields to the Person class.
    • Ensure each of the methods for manipulating and accessing these fields have appropriate testing in the TestPerson.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%
X Tutup