1
0
mirror of https://github.com/1C-Company/v8-code-style.git synced 2025-02-03 09:57:35 +02:00

К названию тестовых пакетов добавлен check (#784)

This commit is contained in:
Александр Капралов 2021-09-18 15:53:15 +03:00 committed by GitHub
parent f3d9e180d4
commit f91fc28cbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 14 additions and 14 deletions

View File

@ -10,7 +10,7 @@
* Contributors:
* 1C-Soft LLC - initial API and implementation
*******************************************************************************/
package com.e1c.v8codestyle.form.itests;
package com.e1c.v8codestyle.form.check.itests;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;

View File

@ -11,7 +11,7 @@
* 1C-Soft LLC - initial API and implementation
* Aleksandr Kapralov - issue #14
*******************************************************************************/
package com.e1c.v8codestyle.md.itests;
package com.e1c.v8codestyle.md.check.itests;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;

View File

@ -11,7 +11,7 @@
* 1C-Soft LLC - initial API and implementation
* Aleksandr Kapralov - issue #14
*******************************************************************************/
package com.e1c.v8codestyle.md.itests;
package com.e1c.v8codestyle.md.check.itests;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;

View File

@ -11,7 +11,7 @@
* 1C-Soft LLC - initial API and implementation
* Aleksandr Kapralov - issue #14
*******************************************************************************/
package com.e1c.v8codestyle.md.itests;
package com.e1c.v8codestyle.md.check.itests;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;

View File

@ -11,7 +11,7 @@
* 1C-Soft LLC - initial API and implementation
* Aleksandr Kapralov - issue #15
*******************************************************************************/
package com.e1c.v8codestyle.md.itests;
package com.e1c.v8codestyle.md.check.itests;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;

View File

@ -10,7 +10,7 @@
* Contributors:
* 1C-Soft LLC - initial API and implementation
*******************************************************************************/
package com.e1c.v8codestyle.md.itests;
package com.e1c.v8codestyle.md.check.itests;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;

View File

@ -10,7 +10,7 @@
* Contributors:
* 1C-Soft LLC - initial API and implementation
*******************************************************************************/
package com.e1c.v8codestyle.md.itests;
package com.e1c.v8codestyle.md.check.itests;
import static org.junit.Assert.assertNotNull;

View File

@ -10,7 +10,7 @@
* Contributors:
* 1C-Soft LLC - initial API and implementation
*******************************************************************************/
package com.e1c.v8codestyle.md.itests;
package com.e1c.v8codestyle.md.check.itests;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;

View File

@ -10,7 +10,7 @@
* Contributors:
* 1C-Soft LLC - initial API and implementation
*******************************************************************************/
package com.e1c.v8codestyle.ql.itests;
package com.e1c.v8codestyle.ql.check.itests;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;

View File

@ -10,7 +10,7 @@
* Contributors:
* 1C-Soft LLC - initial API and implementation
*******************************************************************************/
package com.e1c.v8codestyle.ql.itests;
package com.e1c.v8codestyle.ql.check.itests;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;

View File

@ -10,7 +10,7 @@
* Contributors:
* 1C-Soft LLC - initial API and implementation
*******************************************************************************/
package com.e1c.v8codestyle.ql.itests;
package com.e1c.v8codestyle.ql.check.itests;
import static org.junit.Assert.assertNotNull;

View File

@ -10,7 +10,7 @@
* Contributors:
* 1C-Soft LLC - initial API and implementation
*******************************************************************************/
package com.e1c.v8codestyle.ql.itests;
package com.e1c.v8codestyle.ql.check.itests;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;

View File

@ -13,7 +13,7 @@
/**
*
*/
package com.e1c.v8codestyle.ql.itests;
package com.e1c.v8codestyle.ql.check.itests;
import java.util.ArrayList;
import java.util.Collection;

View File

@ -13,7 +13,7 @@
/**
*
*/
package com.e1c.v8codestyle.ql.itests;
package com.e1c.v8codestyle.ql.check.itests;
import java.util.ArrayList;
import java.util.List;