-
Notifications
You must be signed in to change notification settings - Fork 6
Setup
Thomas Schwotzer edited this page May 30, 2022
·
8 revisions
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 e.g. UseThisAsTemplate4YourAppTests.java.
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.