public class JUnitDefinition extends Object implements TestFrameworkDefinition
Constructor and Description |
---|
JUnitDefinition() |
Modifier and Type | Method and Description |
---|---|
String |
getClassExtension() |
String |
getClassNameSuffix() |
String |
getIgnoreAnnotation() |
String |
getIgnoreClass() |
public String getClassExtension()
getClassExtension
in interface TestFrameworkDefinition
.java
public String getClassNameSuffix()
getClassNameSuffix
in interface TestFrameworkDefinition
Test
public String getIgnoreClass()
getIgnoreClass
in interface TestFrameworkDefinition
org.junit.Ignore
public String getIgnoreAnnotation()
getIgnoreAnnotation
in interface TestFrameworkDefinition
@Ignore
Copyright © 2016–2021 Spring. All rights reserved.