Class TestItParameterizedMethodTestDescriptor
java.lang.Object
org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
io.github.imagineDevit.GWTUnit.descriptors.TestItParameterizedMethodTestDescriptor
- All Implemented Interfaces:
org.junit.platform.engine.TestDescriptor
public class TestItParameterizedMethodTestDescriptor
extends org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.junit.platform.engine.TestDescriptor
org.junit.platform.engine.TestDescriptor.Type, org.junit.platform.engine.TestDescriptor.Visitor -
Field Summary
Fields inherited from class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
children -
Constructor Summary
ConstructorsConstructorDescriptionTestItParameterizedMethodTestDescriptor(Method testMethod, List<? extends TestParameters.Parameter> parameters, Object testInstance, org.junit.platform.engine.UniqueId uniqueId, GwtCallbacks callbacks, TestConfiguration configuration) -
Method Summary
Methods inherited from class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
addChild, equals, findByUniqueId, getChildren, getDisplayName, getParent, getSource, getTags, getUniqueId, hashCode, removeChild, removeFromHierarchy, setParent, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.junit.platform.engine.TestDescriptor
accept, getDescendants, getLegacyReportingName, isContainer, isRoot, isTest, mayRegisterTests, prune
-
Constructor Details
-
TestItParameterizedMethodTestDescriptor
public TestItParameterizedMethodTestDescriptor(Method testMethod, List<? extends TestParameters.Parameter> parameters, Object testInstance, org.junit.platform.engine.UniqueId uniqueId, GwtCallbacks callbacks, TestConfiguration configuration)
-
-
Method Details
-
getType
public org.junit.platform.engine.TestDescriptor.Type getType()
-