Class MethodTestDescriptor.CustomUriSource
- java.lang.Object
-
- org.antublue.test.engine.internal.descriptor.MethodTestDescriptor.CustomUriSource
-
- All Implemented Interfaces:
Serializable,org.junit.platform.engine.support.descriptor.UriSource,org.junit.platform.engine.TestSource
- Enclosing class:
- MethodTestDescriptor
public static class MethodTestDescriptor.CustomUriSource extends Object implements org.junit.platform.engine.support.descriptor.UriSource
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>getJavaClass()MethodgetJavaMethod()StringgetMethodName()StringgetMethodParameterTypes()URIgetUri()
-
-
-
Method Detail
-
getJavaClass
public Class<?> getJavaClass()
-
getJavaMethod
public Method getJavaMethod()
-
getMethodName
public String getMethodName()
-
getMethodParameterTypes
public String getMethodParameterTypes()
-
getUri
public URI getUri()
- Specified by:
getUriin interfaceorg.junit.platform.engine.support.descriptor.UriSource
-
-