Skip to content
This repository was archived by the owner on Jan 3, 2019. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 369 Bytes

File metadata and controls

13 lines (7 loc) · 369 Bytes

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.