org.jetbrains.kotlin.js.translate.general
Class JetTestFunctionDetector

java.lang.Object
  extended by org.jetbrains.kotlin.js.translate.general.JetTestFunctionDetector

public class JetTestFunctionDetector
extends java.lang.Object

Helps find functions which are annotated with a @Test annotation from junit


Method Summary
static java.util.List<FunctionDescriptor> getTestFunctionDescriptors(BindingContext bindingContext, java.util.Collection<KtFile> files)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTestFunctionDescriptors

@NotNull
public static java.util.List<FunctionDescriptor> getTestFunctionDescriptors(@NotNull
                                                                                    BindingContext bindingContext,
                                                                                    @NotNull
                                                                                    java.util.Collection<KtFile> files)