org.jetbrains.k2js.translate.test
Class JSTestGenerator

java.lang.Object
  extended by org.jetbrains.k2js.translate.test.JSTestGenerator

public final class JSTestGenerator
extends java.lang.Object


Method Summary
static void generateTestCalls(TranslationContext context, java.util.Collection<JetFile> files, JSTester tester)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

generateTestCalls

public static void generateTestCalls(@NotNull
                                     TranslationContext context,
                                     @NotNull
                                     java.util.Collection<JetFile> files,
                                     @NotNull
                                     JSTester tester)