f8c120e6fe0d967d37c317ddfada11a8fb0c8f9b
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Class | 1 | ||
Rename Class org.junit.gen5.engine.junit5.testers.CanBeTestClass renamed to org.junit.gen5.engine.junit5.testers.IsPotentialTestClass | From | To | |
Rename Attribute | 1 | ||
Rename Attribute canBeTestClass : CanBeTestClass to isPotentialTestClass : IsPotentialTestClass in class org.junit.gen5.engine.junit5.descriptor.JUnit5TestableFactory | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type canBeTestClass : CanBeTestClass to isPotentialTestClass : IsPotentialTestClass in class org.junit.gen5.engine.junit5.descriptor.JUnit5TestableFactory | From | To | |
Rename Parameter | 3 | ||
Rename Parameter nestedClassCandidate : Class<?> to candidate : Class<?> in method public test(candidate Class<?>) : boolean in class org.junit.gen5.engine.junit5.testers.IsNestedTestClass | From | To | |
Rename Parameter testClassCandidate : Class<?> to candidate : Class<?> in method private hasTestMethods(candidate Class<?>) : boolean in class org.junit.gen5.engine.junit5.testers.IsTestClassWithTests | From | To | |
Rename Parameter testClassCandidate : Class<?> to candidate : Class<?> in method public test(candidate Class<?>) : boolean in class org.junit.gen5.engine.junit5.testers.IsTestClassWithTests | From | To |