Back to project page Game-of-thrones-trivia.
The source code is released under:
MIT License
If you think the Android project Game-of-thrones-trivia 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.Spartacus.TriviaTest; //from w w w . j a va2s. co m import android.test.AndroidTestCase; public class TriviaMenuActivityTest extends AndroidTestCase { public TriviaMenuActivityTest() { super(); } public void setUp() { } public void tearDown() { } public void testPreconditions() { //should be used to test that the AUT is set up properly } }