java.lang.String to org.junit.gen5.engine.UniqueId
No. of Instances - 73
No. of Commits - 11
No. of Projects - {'junit5'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
- Update Class Instacne Creation
- new ClassTestDescriptor(uniqueId,clazz) to new ClassTestDescriptor(uniqueId.getUniqueString(),clazz)
- new MethodTestDescriptor(uniqueId,testClass,method) to new MethodTestDescriptor(uniqueId.getUniqueString(),testClass,method)
- new NestedClassTestDescriptor(uniqueId,clazz) to new NestedClassTestDescriptor(uniqueId.getUniqueString(),clazz)
- new UniqueIdFilter(uniqueId) to new UniqueIdFilter(uniqueId.getUniqueString())
- Add or Remove Method invocation
- uniqueId to uniqueId.getUniqueString()
- Arrays.stream(paramsPart.split(",")).map(className -> loadRequiredClass(className,uniqueId,paramsPart)) to Arrays.stream(paramsPart.split(",")).map(className -> loadRequiredParamterClass(className,uniqueId,paramsPart))
- String.format("Cannot resolve part '%s' of unique ID '%s'",uniqueIdPart,fullUniqueId) to String.format("Cannot resolve part '%s' of unique ID '%s'",uniqueIdPart,fullUniqueId.getUniqueString())
- uniqueIds.contains(uniqueIdForClass(org.junit.gen5.engine.junit5.descriptor.subpackage.Class1WithTestCases.class).getUniqueString()) to uniqueIds.contains(uniqueIdForClass(org.junit.gen5.engine.junit5.descriptor.subpackage.Class1WithTestCases.class))
- uniqueIds.contains(uniqueIdForMethod(org.junit.gen5.engine.junit5.descriptor.subpackage.Class1WithTestCases.class,"test1()").getUniqueString()) to uniqueIds.contains(uniqueIdForMethod(org.junit.gen5.engine.junit5.descriptor.subpackage.Class1WithTestCases.class,"test1()"))
- uniqueIds.contains(uniqueIdForClass(org.junit.gen5.engine.junit5.descriptor.subpackage.Class2WithTestCases.class).getUniqueString()) to uniqueIds.contains(uniqueIdForClass(org.junit.gen5.engine.junit5.descriptor.subpackage.Class2WithTestCases.class))
- uniqueIds.contains(uniqueIdForMethod(org.junit.gen5.engine.junit5.descriptor.subpackage.Class2WithTestCases.class,"test2()").getUniqueString()) to uniqueIds.contains(uniqueIdForMethod(org.junit.gen5.engine.junit5.descriptor.subpackage.Class2WithTestCases.class,"test2()"))
- uniqueIds.contains(uniqueIdForMethod(org.junit.gen5.engine.junit5.descriptor.subpackage.ClassWithStaticInnerTestCases.ShouldBeDiscovered.class,"test1()").getUniqueString()) to uniqueIds.contains(uniqueIdForMethod(org.junit.gen5.engine.junit5.descriptor.subpackage.ClassWithStaticInnerTestCases.ShouldBeDiscovered.class,"test1()"))
- uniqueIds.contains(uniqueIdForClass(OtherTestClass.NestedTestClass.class).getUniqueString()) to uniqueIds.contains(uniqueIdForClass(OtherTestClass.NestedTestClass.class))
- uniqueIds.contains(uniqueIdForMethod(OtherTestClass.NestedTestClass.class,"test5()").getUniqueString()) to uniqueIds.contains(uniqueIdForMethod(OtherTestClass.NestedTestClass.class,"test5()"))
- uniqueIds.contains(uniqueIdForClass(HerTestClass.class).getUniqueString()) to uniqueIds.contains(uniqueIdForClass(HerTestClass.class))
- uniqueIds.contains(uniqueIdForMethod(HerTestClass.class,"test7(java.lang.String)").getUniqueString()) to uniqueIds.contains(uniqueIdForMethod(HerTestClass.class,"test7(java.lang.String)"))
- includedDescriptors.contains("matching") to includedDescriptors.contains(UniqueId.root("class","matching"))
- includedDescriptors.contains("nested") to includedDescriptors.contains(UniqueId.root("nested-class","nested"))
- uniqueIds.contains(uniqueIdForClass(MyTestClass.class).getUniqueString()) to uniqueIds.contains(uniqueIdForClass(MyTestClass.class))
- uniqueIds.contains(uniqueIdForMethod(MyTestClass.class,"test1()").getUniqueString()) to uniqueIds.contains(uniqueIdForMethod(MyTestClass.class,"test1()"))
- uniqueIds.contains(uniqueIdForMethod(MyTestClass.class,"test2()").getUniqueString()) to uniqueIds.contains(uniqueIdForMethod(MyTestClass.class,"test2()"))
- uniqueIds.contains(uniqueIdForClass(MyTestClass.class).getUniqueString()) to uniqueIds.contains(uniqueIdForClass(MyTestClass.class))
- uniqueIds.contains(uniqueIdForMethod(MyTestClass.class,"test1()").getUniqueString()) to uniqueIds.contains(uniqueIdForMethod(MyTestClass.class,"test1()"))
- uniqueIds.contains(uniqueIdForClass(HerTestClass.class).getUniqueString()) to uniqueIds.contains(uniqueIdForClass(HerTestClass.class))
- uniqueIds.contains(uniqueIdForMethod(HerTestClass.class,"test1()").getUniqueString()) to uniqueIds.contains(uniqueIdForMethod(HerTestClass.class,"test1()"))
- uniqueIds.contains(uniqueIdForClass(MyTestClass.class).getUniqueString()) to uniqueIds.contains(uniqueIdForClass(MyTestClass.class))
- uniqueIds.contains(uniqueIdForMethod(MyTestClass.class,"test1()").getUniqueString()) to uniqueIds.contains(uniqueIdForMethod(MyTestClass.class,"test1()"))
- uniqueIds.contains(uniqueIdForClass(MyTestClass.class).getUniqueString()) to uniqueIds.contains(uniqueIdForClass(MyTestClass.class))
- uniqueIds.contains(uniqueIdForMethod(MyTestClass.class,"test1()").getUniqueString()) to uniqueIds.contains(uniqueIdForMethod(MyTestClass.class,"test1()"))
- uniqueIds.contains(uniqueIdForMethod(MyTestClass.class,"test2()").getUniqueString()) to uniqueIds.contains(uniqueIdForMethod(MyTestClass.class,"test2()"))
- uniqueIds.contains(uniqueIdForClass(HerTestClass.class).getUniqueString()) to uniqueIds.contains(uniqueIdForClass(HerTestClass.class))
- uniqueIds.contains(uniqueIdForMethod(HerTestClass.class,"test1()").getUniqueString()) to uniqueIds.contains(uniqueIdForMethod(HerTestClass.class,"test1()"))
- includedDescriptors.contains("matching") to includedDescriptors.contains(UniqueId.root("class","matching"))
- uniqueIds.contains(uniqueIdForClass(MyTestClass.class).getUniqueString()) to uniqueIds.contains(uniqueIdForClass(MyTestClass.class))
- uniqueIds.contains(uniqueIdForMethod(MyTestClass.class,"test1()").getUniqueString()) to uniqueIds.contains(uniqueIdForMethod(MyTestClass.class,"test1()"))
- uniqueIds.contains(uniqueIdForMethod(MyTestClass.class,"test2()").getUniqueString()) to uniqueIds.contains(uniqueIdForMethod(MyTestClass.class,"test2()"))
- uniqueIds.contains(uniqueIdForClass(OtherTestClass.NestedTestClass.class).getUniqueString()) to uniqueIds.contains(uniqueIdForClass(OtherTestClass.NestedTestClass.class))
- uniqueIds.contains(uniqueIdForMethod(OtherTestClass.NestedTestClass.class,"test5()").getUniqueString()) to uniqueIds.contains(uniqueIdForMethod(OtherTestClass.NestedTestClass.class,"test5()"))
- uniqueIds.contains(uniqueIdForMethod(OtherTestClass.NestedTestClass.class,"test6()").getUniqueString()) to uniqueIds.contains(uniqueIdForMethod(OtherTestClass.NestedTestClass.class,"test6()"))
- d.getUniqueId() to getUniqueIdObject
- visited.add(descriptor.getUniqueId()) to visited.add(descriptor.getUniqueIdObject())
- visited.contains("group1") to visited.contains(UniqueId.root("group","group1"))
- visited.add(descriptor.getUniqueId()) to visited.add(descriptor.getUniqueIdObject())
- visited.contains("group1") to visited.contains(UniqueId.root("group","group1"))
- visited.contains("leaf1-1") to visited.contains(UniqueId.root("leaf","leaf1-1"))
- format("Unresolvable Unique ID (%s): Cannot resolve the engine's unique ID",uniqueId) to format("Unresolvable Unique ID (%s): Cannot resolve the engine's unique ID",uniqueId.getUniqueString())
- getUniqueString to append
- prefix to prefix.getUniqueString()
- UniqueId.forEngine(engineId) to uniqueId
- engineId to uniqueId.getEngineId().get()
- Update String Literal
- "Engine ID must not be null or empty" to "Engine ID must not be null"
- "Unique ID must not be null or empty" to "Unique ID must not be null"
- Rename Method invocation
- Rename Variable