Move BaseUnitTest

pull/312/head
Alinson S. Xavier 8 years ago
parent 1069fcfc62
commit 3584affbe0

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits; package org.isoron.uhabits.core;
import org.isoron.uhabits.core.commands.*; import org.isoron.uhabits.core.commands.*;
import org.isoron.uhabits.core.database.*; import org.isoron.uhabits.core.database.*;

@ -19,7 +19,7 @@
package org.isoron.uhabits.core.commands; package org.isoron.uhabits.core.commands;
import org.isoron.uhabits.*; import org.isoron.uhabits.core.*;
import org.isoron.uhabits.core.models.*; import org.isoron.uhabits.core.models.*;
import org.junit.*; import org.junit.*;

@ -19,7 +19,7 @@
package org.isoron.uhabits.core.commands; package org.isoron.uhabits.core.commands;
import org.isoron.uhabits.*; import org.isoron.uhabits.core.*;
import org.isoron.uhabits.core.models.*; import org.isoron.uhabits.core.models.*;
import org.junit.*; import org.junit.*;

@ -22,7 +22,7 @@ package org.isoron.uhabits.core.commands;
import android.support.annotation.*; import android.support.annotation.*;
import org.hamcrest.*; import org.hamcrest.*;
import org.isoron.uhabits.*; import org.isoron.uhabits.core.*;
import org.isoron.uhabits.core.models.*; import org.isoron.uhabits.core.models.*;
import org.json.*; import org.json.*;
import org.junit.*; import org.junit.*;

@ -19,7 +19,7 @@
package org.isoron.uhabits.core.commands; package org.isoron.uhabits.core.commands;
import org.isoron.uhabits.*; import org.isoron.uhabits.core.*;
import org.isoron.uhabits.core.models.*; import org.isoron.uhabits.core.models.*;
import org.junit.*; import org.junit.*;

@ -19,7 +19,7 @@
package org.isoron.uhabits.core.commands; package org.isoron.uhabits.core.commands;
import org.isoron.uhabits.*; import org.isoron.uhabits.core.*;
import org.isoron.uhabits.core.models.*; import org.isoron.uhabits.core.models.*;
import org.isoron.uhabits.core.utils.*; import org.isoron.uhabits.core.utils.*;
import org.junit.*; import org.junit.*;

@ -19,7 +19,7 @@
package org.isoron.uhabits.core.commands; package org.isoron.uhabits.core.commands;
import org.isoron.uhabits.*; import org.isoron.uhabits.core.*;
import org.isoron.uhabits.core.models.*; import org.isoron.uhabits.core.models.*;
import org.junit.*; import org.junit.*;
import org.junit.rules.*; import org.junit.rules.*;

@ -19,7 +19,7 @@
package org.isoron.uhabits.core.commands; package org.isoron.uhabits.core.commands;
import org.isoron.uhabits.*; import org.isoron.uhabits.core.*;
import org.isoron.uhabits.core.models.*; import org.isoron.uhabits.core.models.*;
import org.junit.*; import org.junit.*;

@ -19,7 +19,7 @@
package org.isoron.uhabits.core.commands; package org.isoron.uhabits.core.commands;
import org.isoron.uhabits.*; import org.isoron.uhabits.core.*;
import org.isoron.uhabits.core.models.*; import org.isoron.uhabits.core.models.*;
import org.isoron.uhabits.core.utils.*; import org.isoron.uhabits.core.utils.*;
import org.junit.*; import org.junit.*;

@ -19,7 +19,7 @@
package org.isoron.uhabits.core.commands; package org.isoron.uhabits.core.commands;
import org.isoron.uhabits.*; import org.isoron.uhabits.core.*;
import org.isoron.uhabits.core.models.*; import org.isoron.uhabits.core.models.*;
import org.junit.*; import org.junit.*;

@ -20,7 +20,7 @@
package org.isoron.uhabits.core.database; package org.isoron.uhabits.core.database;
import org.apache.commons.lang3.builder.*; import org.apache.commons.lang3.builder.*;
import org.isoron.uhabits.*; import org.isoron.uhabits.core.*;
import org.junit.*; import org.junit.*;
import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.MatcherAssert.assertThat;

@ -20,7 +20,7 @@
package org.isoron.uhabits.core.io; package org.isoron.uhabits.core.io;
import org.apache.commons.io.*; import org.apache.commons.io.*;
import org.isoron.uhabits.*; import org.isoron.uhabits.core.*;
import org.isoron.uhabits.core.models.*; import org.isoron.uhabits.core.models.*;
import org.junit.*; import org.junit.*;

@ -22,7 +22,7 @@ package org.isoron.uhabits.core.io;
import android.support.annotation.*; import android.support.annotation.*;
import org.apache.commons.io.*; import org.apache.commons.io.*;
import org.isoron.uhabits.*; import org.isoron.uhabits.core.*;
import org.isoron.uhabits.core.database.*; import org.isoron.uhabits.core.database.*;
import org.isoron.uhabits.core.models.*; import org.isoron.uhabits.core.models.*;
import org.isoron.uhabits.core.utils.*; import org.isoron.uhabits.core.utils.*;

@ -19,7 +19,7 @@
package org.isoron.uhabits.core.models; package org.isoron.uhabits.core.models;
import org.isoron.uhabits.*; import org.isoron.uhabits.core.*;
import org.isoron.uhabits.core.utils.*; import org.isoron.uhabits.core.utils.*;
import org.junit.*; import org.junit.*;

@ -19,7 +19,7 @@
package org.isoron.uhabits.core.models; package org.isoron.uhabits.core.models;
import org.isoron.uhabits.*; import org.isoron.uhabits.core.*;
import org.junit.*; import org.junit.*;
import org.junit.rules.*; import org.junit.rules.*;

@ -19,7 +19,7 @@
package org.isoron.uhabits.core.models; package org.isoron.uhabits.core.models;
import org.isoron.uhabits.*; import org.isoron.uhabits.core.*;
import org.junit.*; import org.junit.*;
import org.junit.rules.*; import org.junit.rules.*;

@ -21,7 +21,7 @@ package org.isoron.uhabits.core.models;
import android.support.annotation.*; import android.support.annotation.*;
import org.isoron.uhabits.*; import org.isoron.uhabits.core.*;
import org.isoron.uhabits.core.utils.*; import org.isoron.uhabits.core.utils.*;
import org.junit.*; import org.junit.*;

@ -19,7 +19,7 @@
package org.isoron.uhabits.core.models; package org.isoron.uhabits.core.models;
import org.isoron.uhabits.*; import org.isoron.uhabits.core.*;
import org.isoron.uhabits.core.utils.*; import org.isoron.uhabits.core.utils.*;
import org.junit.*; import org.junit.*;

@ -19,7 +19,7 @@
package org.isoron.uhabits.core.models; package org.isoron.uhabits.core.models;
import org.isoron.uhabits.*; import org.isoron.uhabits.core.*;
import org.junit.*; import org.junit.*;
import static org.hamcrest.number.IsCloseTo.*; import static org.hamcrest.number.IsCloseTo.*;

@ -19,7 +19,7 @@
package org.isoron.uhabits.core.models; package org.isoron.uhabits.core.models;
import org.isoron.uhabits.*; import org.isoron.uhabits.core.*;
import org.isoron.uhabits.core.utils.*; import org.isoron.uhabits.core.utils.*;
import org.junit.*; import org.junit.*;

@ -19,7 +19,7 @@
package org.isoron.uhabits.core.models; package org.isoron.uhabits.core.models;
import org.isoron.uhabits.*; import org.isoron.uhabits.core.*;
import org.junit.*; import org.junit.*;
import static junit.framework.Assert.*; import static junit.framework.Assert.*;

@ -21,7 +21,7 @@
package org.isoron.uhabits.core.models.sqlite; package org.isoron.uhabits.core.models.sqlite;
import org.isoron.uhabits.*; import org.isoron.uhabits.core.*;
import org.isoron.uhabits.core.database.*; import org.isoron.uhabits.core.database.*;
import org.isoron.uhabits.core.models.*; import org.isoron.uhabits.core.models.*;
import org.isoron.uhabits.core.models.sqlite.records.*; import org.isoron.uhabits.core.models.sqlite.records.*;

@ -21,7 +21,7 @@ package org.isoron.uhabits.core.models.sqlite;
import android.support.annotation.*; import android.support.annotation.*;
import org.isoron.uhabits.*; import org.isoron.uhabits.core.*;
import org.isoron.uhabits.core.database.*; import org.isoron.uhabits.core.database.*;
import org.isoron.uhabits.core.models.*; import org.isoron.uhabits.core.models.*;
import org.isoron.uhabits.core.models.sqlite.records.*; import org.isoron.uhabits.core.models.sqlite.records.*;

@ -21,7 +21,7 @@
package org.isoron.uhabits.core.models.sqlite.records; package org.isoron.uhabits.core.models.sqlite.records;
import org.isoron.uhabits.*; import org.isoron.uhabits.core.*;
import org.isoron.uhabits.core.models.*; import org.isoron.uhabits.core.models.*;
import org.junit.*; import org.junit.*;

@ -21,7 +21,7 @@
package org.isoron.uhabits.core.models.sqlite.records; package org.isoron.uhabits.core.models.sqlite.records;
import org.isoron.uhabits.*; import org.isoron.uhabits.core.*;
import org.isoron.uhabits.core.models.*; import org.isoron.uhabits.core.models.*;
import org.junit.*; import org.junit.*;

@ -19,7 +19,7 @@
package org.isoron.uhabits.core.reminders; package org.isoron.uhabits.core.reminders;
import org.isoron.uhabits.*; import org.isoron.uhabits.core.*;
import org.isoron.uhabits.core.models.*; import org.isoron.uhabits.core.models.*;
import org.isoron.uhabits.core.utils.*; import org.isoron.uhabits.core.utils.*;
import org.junit.*; import org.junit.*;

@ -19,7 +19,7 @@
package org.isoron.uhabits.core.tasks; package org.isoron.uhabits.core.tasks;
import org.isoron.uhabits.*; import org.isoron.uhabits.core.*;
import org.junit.*; import org.junit.*;
import org.junit.runner.*; import org.junit.runner.*;
import org.junit.runners.*; import org.junit.runners.*;

@ -19,7 +19,7 @@
package org.isoron.uhabits.core.ui.screens.about; package org.isoron.uhabits.core.ui.screens.about;
import org.isoron.uhabits.*; import org.isoron.uhabits.core.*;
import org.isoron.uhabits.core.preferences.*; import org.isoron.uhabits.core.preferences.*;
import org.junit.*; import org.junit.*;
import org.mockito.*; import org.mockito.*;

@ -21,7 +21,7 @@ package org.isoron.uhabits.core.ui.screens.habits.list;
import junit.framework.Assert; import junit.framework.Assert;
import org.isoron.uhabits.*; import org.isoron.uhabits.core.*;
import org.isoron.uhabits.core.commands.*; import org.isoron.uhabits.core.commands.*;
import org.isoron.uhabits.core.models.*; import org.isoron.uhabits.core.models.*;
import org.isoron.uhabits.core.utils.*; import org.isoron.uhabits.core.utils.*;

@ -19,7 +19,7 @@
package org.isoron.uhabits.core.ui.screens.habits.list; package org.isoron.uhabits.core.ui.screens.habits.list;
import org.isoron.uhabits.*; import org.isoron.uhabits.core.*;
import org.isoron.uhabits.core.preferences.*; import org.isoron.uhabits.core.preferences.*;
import org.isoron.uhabits.core.utils.*; import org.isoron.uhabits.core.utils.*;
import org.junit.*; import org.junit.*;

@ -19,7 +19,7 @@
package org.isoron.uhabits.core.ui.screens.habits.list; package org.isoron.uhabits.core.ui.screens.habits.list;
import org.isoron.uhabits.*; import org.isoron.uhabits.core.*;
import org.isoron.uhabits.core.models.*; import org.isoron.uhabits.core.models.*;
import org.isoron.uhabits.core.preferences.*; import org.isoron.uhabits.core.preferences.*;
import org.isoron.uhabits.core.utils.*; import org.isoron.uhabits.core.utils.*;

@ -19,7 +19,7 @@
package org.isoron.uhabits.core.ui.screens.habits.list; package org.isoron.uhabits.core.ui.screens.habits.list;
import org.isoron.uhabits.*; import org.isoron.uhabits.core.*;
import org.isoron.uhabits.core.models.*; import org.isoron.uhabits.core.models.*;
import org.isoron.uhabits.core.preferences.*; import org.isoron.uhabits.core.preferences.*;
import org.isoron.uhabits.core.ui.*; import org.isoron.uhabits.core.ui.*;

@ -19,7 +19,7 @@
package org.isoron.uhabits.core.ui.screens.habits.list; package org.isoron.uhabits.core.ui.screens.habits.list;
import org.isoron.uhabits.*; import org.isoron.uhabits.core.*;
import org.isoron.uhabits.core.models.*; import org.isoron.uhabits.core.models.*;
import org.isoron.uhabits.core.ui.callbacks.*; import org.isoron.uhabits.core.ui.callbacks.*;
import org.junit.*; import org.junit.*;

@ -19,7 +19,7 @@
package org.isoron.uhabits.core.ui.screens.habits.show; package org.isoron.uhabits.core.ui.screens.habits.show;
import org.isoron.uhabits.*; import org.isoron.uhabits.core.*;
import org.isoron.uhabits.core.models.*; import org.isoron.uhabits.core.models.*;
import org.junit.*; import org.junit.*;

@ -19,7 +19,7 @@
package org.isoron.uhabits.core.utils; package org.isoron.uhabits.core.utils;
import org.isoron.uhabits.*; import org.isoron.uhabits.core.*;
import org.junit.*; import org.junit.*;
import java.util.*; import java.util.*;

Loading…
Cancel
Save