Moved everything into ru.windcorp.progressia package
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*******************************************************************************/
|
||||
package ru.windcorp.optica.util;
|
||||
package ru.windcorp.progressia.util;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
@@ -23,7 +23,7 @@ import java.util.Random;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import ru.windcorp.optica.common.util.BinUtil;
|
||||
import ru.windcorp.progressia.common.util.BinUtil;
|
||||
|
||||
public class BinUtilIsPowerOf2Test {
|
||||
|
@@ -15,7 +15,7 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*******************************************************************************/
|
||||
package ru.windcorp.optica.util;
|
||||
package ru.windcorp.progressia.util;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
@@ -23,7 +23,7 @@ import java.util.Random;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import ru.windcorp.optica.common.util.BinUtil;
|
||||
import ru.windcorp.progressia.common.util.BinUtil;
|
||||
|
||||
public class BinUtilRoundTest {
|
||||
|
@@ -15,7 +15,7 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*******************************************************************************/
|
||||
package ru.windcorp.optica.util;
|
||||
package ru.windcorp.progressia.util;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
@@ -23,7 +23,7 @@ import java.util.Random;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import ru.windcorp.optica.common.util.CoordinatePacker;
|
||||
import ru.windcorp.progressia.common.util.CoordinatePacker;
|
||||
|
||||
public class CoordinatePacker2Test {
|
||||
|
@@ -15,7 +15,7 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*******************************************************************************/
|
||||
package ru.windcorp.optica.util;
|
||||
package ru.windcorp.progressia.util;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
@@ -23,7 +23,7 @@ import java.util.Random;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import ru.windcorp.optica.common.util.CoordinatePacker;
|
||||
import ru.windcorp.progressia.common.util.CoordinatePacker;
|
||||
|
||||
public class CoordinatePacker3Test {
|
||||
|
@@ -15,7 +15,7 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*******************************************************************************/
|
||||
package ru.windcorp.optica.util;
|
||||
package ru.windcorp.progressia.util;
|
||||
|
||||
import static org.junit.Assert.assertFalse;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
@@ -29,7 +29,7 @@ import java.util.Random;
|
||||
import org.junit.Test;
|
||||
|
||||
import junit.framework.AssertionFailedError;
|
||||
import ru.windcorp.optica.common.util.Namespaced;
|
||||
import ru.windcorp.progressia.common.util.Namespaced;
|
||||
|
||||
public class NamespacedTest {
|
||||
|
@@ -15,7 +15,7 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*******************************************************************************/
|
||||
package ru.windcorp.optica.util;
|
||||
package ru.windcorp.progressia.util;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.Assert.assertNull;
|
||||
@@ -30,7 +30,7 @@ import org.junit.Test;
|
||||
|
||||
import com.google.common.collect.Iterators;
|
||||
|
||||
import ru.windcorp.optica.common.util.StashingStack;
|
||||
import ru.windcorp.progressia.common.util.StashingStack;
|
||||
|
||||
public class StashingStackTest {
|
||||
|
Reference in New Issue
Block a user