Skip to content
Marcus Boay edited this page Apr 1, 2019 · 4 revisions

Welcome to the Atheneum Wiki!

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 .\Atheneum\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.

Clone this wiki locally