public abstract class JavaScriptTCK extends Object
Fn.Presenter
is good enough to support existing Java/JavaScript
communication use-cases. Subclass this class, get list of classes
find methods annotated by KOTest
annotation and execute them.
Constructor and Description |
---|
JavaScriptTCK() |
Modifier and Type | Method and Description |
---|---|
protected static Class<?>[] |
testClasses()
Gives you list of classes included in the TCK.
|
protected static Class<?>[] testClasses()
KOTest
annotation. The methods are public
instance methods that take no arguments. The method should be
invoke in a presenter context Fn.activate(org.netbeans.html.boot.spi.Fn.Presenter)
.KOTest
annotationCopyright © 2018 NetBeans. All rights reserved.