Back to project page rxjava-android-example.
The source code is released under:
Apache License
If you think the Android project rxjava-android-example listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.example.rx; import android.test.AndroidTestCase; public class ComposeMessageTest extends AndroidTestCase { public void testComposeMessage() { assertTrue(true); // it works! } }