Skip to content
Thomas Schwotzer edited this page May 30, 2022 · 8 revisions

start your project and test

You plan to implement your own mobile P2P app with ASAP. Very good idea. Setup is pretty simple:

  • Create a Java project in your prefered IDE.
  • Add ASAPJava.jar to your library path.
  • Copy a test case to your project. Copy e.g. all classes from package mockAndTemplates to your test folder. Do not forget to add JUnit to your project.
  • Run this test.

Now, you are ready to implement your own app and you have already created (copied) your first test case. Now, learn more about our ASAPPeer.

Clone this wiki locally