Skip to content

smcintosh/observer-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Observer Exercise

  • Clone the codebase

  • Run ObserverTest.java as a JUnit test

    • Two assertions should pass
  • Add a new class BinObserver.java that observes the value and stores it in binary format (e.g., 8 in decimal is 1000 in binary)

  • Add a BinObserver to the JUnit test

More details at SourceMaking.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages