Moved most of the test into subpackage.

This commit is contained in:
pTalanov
2012-03-02 16:36:51 +04:00
parent 4c078c3713
commit d3e3f599ae
30 changed files with 68 additions and 30 deletions
@@ -14,9 +14,10 @@
* limitations under the License.
*/
package org.jetbrains.k2js.test;
package org.jetbrains.k2js.test.semantics;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.k2js.test.TranslationTest;
/**
* @author Pavel Talanov
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.jetbrains.k2js.test;
package org.jetbrains.k2js.test.semantics;
import org.mozilla.javascript.JavaScriptException;
@@ -14,7 +14,9 @@
* limitations under the License.
*/
package org.jetbrains.k2js.test;
package org.jetbrains.k2js.test.semantics;
import org.jetbrains.k2js.test.TranslationTest;
/**
* @author Pavel Talanov
@@ -14,11 +14,12 @@
* limitations under the License.
*/
package org.jetbrains.k2js.test;
package org.jetbrains.k2js.test.semantics;
import com.intellij.testFramework.UsefulTestCase;
import junit.framework.Test;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.k2js.test.TranslationTest;
import org.jetbrains.k2js.test.utils.SuiteBuilder;
@SuppressWarnings("JUnitTestCaseWithNoTests")
@@ -14,7 +14,9 @@
* limitations under the License.
*/
package org.jetbrains.k2js.test;
package org.jetbrains.k2js.test.semantics;
import org.jetbrains.k2js.test.TranslationTest;
/**
* @author Pavel Talanov
@@ -14,7 +14,9 @@
* limitations under the License.
*/
package org.jetbrains.k2js.test;
package org.jetbrains.k2js.test.semantics;
import org.jetbrains.k2js.test.TranslationTest;
/**
* @author Pavel Talanov
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.jetbrains.k2js.test;
package org.jetbrains.k2js.test.semantics;
/**
* @author Pavel Talanov
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.jetbrains.k2js.test;
package org.jetbrains.k2js.test.semantics;
/**
* @author Pavel Talanov
@@ -14,9 +14,10 @@
* limitations under the License.
*/
package org.jetbrains.k2js.test;
package org.jetbrains.k2js.test.semantics;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.k2js.test.TranslationTest;
/**
* @author Pavel Talanov
@@ -14,9 +14,10 @@
* limitations under the License.
*/
package org.jetbrains.k2js.test;
package org.jetbrains.k2js.test.semantics;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.k2js.test.TranslationTest;
import org.jetbrains.k2js.test.rhino.RhinoFunctionResultChecker;
import org.jetbrains.k2js.test.rhino.RhinoResultChecker;
import org.mozilla.javascript.Context;
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.jetbrains.k2js.test;
package org.jetbrains.k2js.test.semantics;
import org.mozilla.javascript.JavaScriptException;
@@ -14,9 +14,10 @@
* limitations under the License.
*/
package org.jetbrains.k2js.test;
package org.jetbrains.k2js.test.semantics;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.k2js.test.TranslationTest;
/**
* @author Pavel Talanov
@@ -14,9 +14,10 @@
* limitations under the License.
*/
package org.jetbrains.k2js.test;
package org.jetbrains.k2js.test.semantics;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.k2js.test.TranslationTest;
/**
* @author Pavel Talanov
@@ -14,7 +14,9 @@
* limitations under the License.
*/
package org.jetbrains.k2js.test;
package org.jetbrains.k2js.test.semantics;
import org.jetbrains.k2js.test.TranslationTest;
/**
* @author Pavel Talanov
@@ -14,7 +14,9 @@
* limitations under the License.
*/
package org.jetbrains.k2js.test;
package org.jetbrains.k2js.test.semantics;
import org.jetbrains.k2js.test.TranslationTest;
/**
* @author Pavel Talanov
@@ -14,7 +14,9 @@
* limitations under the License.
*/
package org.jetbrains.k2js.test;
package org.jetbrains.k2js.test.semantics;
import org.jetbrains.k2js.test.TranslationTest;
/**
* @author Pavel Talanov
@@ -14,8 +14,9 @@
* limitations under the License.
*/
package org.jetbrains.k2js.test;
package org.jetbrains.k2js.test.semantics;
import org.jetbrains.k2js.test.TranslationTest;
import org.mozilla.javascript.JavaScriptException;
/**
@@ -14,7 +14,9 @@
* limitations under the License.
*/
package org.jetbrains.k2js.test;
package org.jetbrains.k2js.test.semantics;
import org.jetbrains.k2js.test.TranslationTest;
/**
* @author Pavel Talanov
@@ -14,7 +14,9 @@
* limitations under the License.
*/
package org.jetbrains.k2js.test;
package org.jetbrains.k2js.test.semantics;
import org.jetbrains.k2js.test.TranslationTest;
/**
* @author Pavel Talanov
@@ -14,7 +14,9 @@
* limitations under the License.
*/
package org.jetbrains.k2js.test;
package org.jetbrains.k2js.test.semantics;
import org.jetbrains.k2js.test.TranslationTest;
/**
* @author Pavel Talanov
@@ -14,7 +14,9 @@
* limitations under the License.
*/
package org.jetbrains.k2js.test;
package org.jetbrains.k2js.test.semantics;
import org.jetbrains.k2js.test.TranslationTest;
/**
* @author Pavel Talanov
@@ -14,11 +14,12 @@
* limitations under the License.
*/
package org.jetbrains.k2js.test;
package org.jetbrains.k2js.test.semantics;
import com.intellij.testFramework.UsefulTestCase;
import junit.framework.Test;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.k2js.test.TranslationTest;
import org.jetbrains.k2js.test.utils.SuiteBuilder;
/**
@@ -14,7 +14,9 @@
* limitations under the License.
*/
package org.jetbrains.k2js.test;
package org.jetbrains.k2js.test.semantics;
import org.jetbrains.k2js.test.TranslationTest;
/**
* @author Pavel Talanov
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.jetbrains.k2js.test;
package org.jetbrains.k2js.test.semantics;
/**
* @author Pavel Talanov
@@ -14,7 +14,9 @@
* limitations under the License.
*/
package org.jetbrains.k2js.test;
package org.jetbrains.k2js.test.semantics;
import org.jetbrains.k2js.test.TranslationTest;
/**
* @author Pavel Talanov
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.jetbrains.k2js.test;
package org.jetbrains.k2js.test.semantics;
import junit.framework.Test;
import junit.framework.TestSuite;
@@ -14,7 +14,9 @@
* limitations under the License.
*/
package org.jetbrains.k2js.test;
package org.jetbrains.k2js.test.semantics;
import org.jetbrains.k2js.test.TranslationTest;
/**
* @author Pavel Talanov
@@ -14,7 +14,9 @@
* limitations under the License.
*/
package org.jetbrains.k2js.test;
package org.jetbrains.k2js.test.semantics;
import org.jetbrains.k2js.test.TranslationTest;
/**
* @author Pavel Talanov
@@ -14,7 +14,9 @@
* limitations under the License.
*/
package org.jetbrains.k2js.test;
package org.jetbrains.k2js.test.semantics;
import org.jetbrains.k2js.test.TranslationTest;
/**
* @author Pavel Talanov
@@ -20,7 +20,7 @@ import com.intellij.testFramework.UsefulTestCase;
import junit.framework.Test;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.k2js.test.TranslationTest;
import org.jetbrains.k2js.test.TranslatorTestCaseBuilder;
import org.jetbrains.k2js.test.semantics.TranslatorTestCaseBuilder;
/**
* @author Pavel Talanov