Skip to content

CMPUT301W19T11/Atheneum

Repository files navigation

Atheneum

A decentralized, peer-to-peer library.

Atheneum (derived from Athenaeum)
noun

  1. an institution for the promotion of literary or scientific learning.
  2. a library or reading room.
  3. ( initial capital letter ) a sanctuary of Athena at Athens, built by the Roman emperor Hadrian, and frequented by poets and scholars.

Promotional Video

Running UI Tests

To run the UI Tests go to app\src\androidTest\java\com\example\atheneum\activities\AtheneumTestSuite.java in Android Studio and click run.

Do not try to run the tests outside of the test suite since the tests require a test user to be logged in. Running the test suite ensures that the tests are run in order.