Refactored test code a lot. Introduced KotlinLibTest.

This commit is contained in:
Pavel Talanov
2011-11-16 17:19:06 +04:00
parent 49552568fe
commit 23dd696df2
@@ -45,6 +45,7 @@ public class KotlinLibTest extends TranslationTest {
public void kotlinJsLibRunsWithRhino() throws Exception {
Context context = Context.enter();
Scriptable scope = context.initStandardObjects();
//
runFileWithRhino(kotlinLibraryPath(), context, scope);
Context.exit();
}