Toggle navigation
Home
org.junit.gen5.engine.TestDescriptor to org.junit.gen5.engine.DummyTestDescriptor
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'junit5'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Cascading Type Change (Similar)
Set<TestDescriptor>
to
Set<DummyTestDescriptor>
Add or Remove Method invocation
children
to
this.children.keySet().stream()
children
to
this.children.keySet()
children.keySet().stream()
to
this.children
children.keySet()
to
this.children
Rename Variable
childrenDescriptors
to
children