Moved everything into ru.windcorp.progressia package

This commit is contained in:
2020-08-10 12:22:45 +03:00
parent 45b0ad2888
commit 4cf0324f1a
133 changed files with 372 additions and 380 deletions

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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 {