Groovy Documentation

org.gradle.api.testing.execution
Class TestClassVisitor

java.lang.Object
  org.objectweb.asm.commons.EmptyVisitor
      org.gradle.api.testing.execution.TestClassVisitor

class TestClassVisitor
extends org.objectweb.asm.commons.EmptyVisitor

author:
Tom Eyckmans


Field Summary
protected TestFrameworkDetector detector

 
Constructor Summary
protected TestClassVisitor(TestFrameworkDetector detector)

 
Method Summary
java.lang.String getClassName()

java.lang.String getSuperClassName()

boolean isAbstract()

boolean isTest()

 
Methods inherited from class org.objectweb.asm.commons.EmptyVisitor
visit, visit, visitField, visitMethod, visitCode, visitLabel, visitVarInsn, visitMethodInsn, visitJumpInsn, visitInsn, visitTryCatchBlock, visitMaxs, visitEnd, visitTypeInsn, visitIntInsn, visitLdcInsn, visitFieldInsn, visitAnnotation, visitAnnotation, visitAttribute, visitInnerClass, visitOuterClass, visitSource, visitArray, visitEnum, visitAnnotationDefault, visitIincInsn, visitLineNumber, visitLocalVariable, visitLookupSwitchInsn, visitMultiANewArrayInsn, visitParameterAnnotation, visitTableSwitchInsn, wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 
Methods inherited from class java.lang.Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Field Detail

detector

protected final TestFrameworkDetector detector


 
Constructor Detail

TestClassVisitor

protected TestClassVisitor(TestFrameworkDetector detector)


 
Method Detail

getClassName

public java.lang.String getClassName()


getSuperClassName

public java.lang.String getSuperClassName()


isAbstract

public boolean isAbstract()


isTest

public boolean isTest()


 

Groovy Documentation