mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-11 08:47:25 +00:00
move androidTest/ into new test/ directory
// FREEBIE
This commit is contained in:

committed by
Moxie Marlinspike

parent
4dce95142f
commit
ce77cb81df
@@ -0,0 +1,16 @@
|
||||
package org.thoughtcrime.securesms;
|
||||
|
||||
import android.content.Context;
|
||||
import android.test.InstrumentationTestCase;
|
||||
|
||||
public class TextSecureTestCase extends InstrumentationTestCase {
|
||||
|
||||
@Override
|
||||
public void setUp() throws Exception {
|
||||
System.setProperty("dexmaker.dexcache", getInstrumentation().getTargetContext().getCacheDir().getPath());
|
||||
}
|
||||
|
||||
protected Context getContext() {
|
||||
return getInstrumentation().getContext();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user