|
Change Parameter Type events : Stream<ExecutionEvent> to events : Stream<Event> in method package Events(events Stream<Event>, category String) in class org.junit.platform.testkit.engine.Events |
From |
To |
|
Change Parameter Type condition : Condition<ExecutionEvent> to condition : Condition<Event> in method private getTimestampsFor(events List<Event>, condition Condition<Event>) : List<Instant> in class org.junit.platform.engine.support.hierarchical.ParallelExecutionIntegrationTests |
From |
To |
|
Change Parameter Type executionEvents : List<ExecutionEvent> to events : List<Event> in method private createExecutions(events List<Event>) : List<Execution> in class org.junit.platform.testkit.engine.Executions |
From |
To |
|
Change Parameter Type events : List<ExecutionEvent> to events : List<Event> in method package Events(events List<Event>, category String) in class org.junit.platform.testkit.engine.Events |
From |
To |
|
Change Parameter Type executionEvents : List<ExecutionEvent> to events : List<Event> in method private getValues(events List<Event>, key String) : Stream<String> in class org.junit.platform.engine.support.hierarchical.ParallelExecutionIntegrationTests.ThreadReporter |
From |
To |
|
Change Parameter Type executionEvents : List<ExecutionEvent> to events : List<Event> in method private getLoaderNames(events List<Event>) : Stream<String> in class org.junit.platform.engine.support.hierarchical.ParallelExecutionIntegrationTests.ThreadReporter |
From |
To |
|
Change Parameter Type executionEvents : List<ExecutionEvent> to events : List<Event> in method private getThreadNames(events List<Event>) : Stream<String> in class org.junit.platform.engine.support.hierarchical.ParallelExecutionIntegrationTests.ThreadReporter |
From |
To |
|
Change Parameter Type conditions : Condition<? super ExecutionEvent>... to conditions : Condition<? super Event>... in method private assertEventsMatchExactly(events List<Event>, conditions Condition<? super Event>...) : void in class org.junit.platform.testkit.engine.Events |
From |
To |
|
Change Parameter Type events : List<ExecutionEvent> to events : List<Event> in method private filterEvents(events List<Event>, predicate Predicate<? super TestDescriptor>) : Stream<Event> in class org.junit.platform.testkit.engine.ExecutionResults |
From |
To |
|
Change Parameter Type conditions : Condition<? super ExecutionEvent>... to conditions : Condition<? super Event>... in method public event(conditions Condition<? super Event>...) : Condition<Event> in class org.junit.platform.testkit.engine.EventConditions |
From |
To |
|
Change Parameter Type events : List<ExecutionEvent> to events : List<Event> in method package Executions(events List<Event>, category String) in class org.junit.platform.testkit.engine.Executions |
From |
To |
|
Change Parameter Type events : List<ExecutionEvent> to events : List<Event> in method package ExecutionResults(events List<Event>) in class org.junit.platform.testkit.engine.ExecutionResults |
From |
To |
|
Change Parameter Type conditions : Condition<? super ExecutionEvent>... to conditions : Condition<? super Event>... in method public assertEventsMatchExactly(conditions Condition<? super Event>...) : void in class org.junit.platform.testkit.engine.Events |
From |
To |
|
Change Parameter Type condition : Condition<ExecutionEvent> to condition : Condition<Event> in method public container(condition Condition<Event>) : Condition<Event> in class org.junit.platform.testkit.engine.EventConditions |
From |
To |
|
Change Parameter Type executionEvents : List<ExecutionEvent> to events : List<Event> in method private assertEventsMatchExactly(events List<Event>, conditions Condition<? super Event>...) : void in class org.junit.platform.testkit.engine.Events |
From |
To |
|
Change Parameter Type wrappedConditions : Condition<? super ExecutionEvent>... to wrappedConditions : Condition<? super Event>... in method private wrappedInContainerEvents(clazz Class<MyTestTemplateTestCase>, wrappedConditions Condition<? super Event>...) : Condition<? super Event>[] in class org.junit.jupiter.engine.TestTemplateInvocationTests |
From |
To |
|
Change Parameter Type predicate : Predicate<? super ExecutionEvent> to predicate : Predicate<? super Event> in method public filter(predicate Predicate<? super Event>) : Stream<Event> in class org.junit.platform.testkit.engine.Events |
From |
To |
|
Change Parameter Type condition : Condition<ExecutionEvent> to condition : Condition<Event> in method public dynamicTestRegistered(condition Condition<Event>) : Condition<Event> in class org.junit.platform.testkit.engine.EventConditions |
From |
To |
|
Change Parameter Type mapper : Function<? super ExecutionEvent,? extends R> to mapper : Function<? super Event,? extends R> in method public map(mapper Function<? super Event,? extends R>) : Stream<R> in class org.junit.platform.testkit.engine.Events |
From |
To |
|
Rename Variable executionEvents : List<ExecutionEvent> to events : List<Event> in method package executesWithCustomName() : void in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Rename Variable executionEvents : List<ExecutionEvent> to events : List<Event> in method package executesWithExplicitConverter() : void in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Rename Variable executionEvents : var to events : var in method package customContextClassLoader() : void in class org.junit.platform.engine.support.hierarchical.ParallelExecutionIntegrationTests |
From |
To |
|
Rename Variable executionEvents : List<ExecutionEvent> to events : List<Event> in method package reportsExceptionForErroneousConverter() : void in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Rename Variable executionEvents : List<ExecutionEvent> to events : List<Event> in method package executesLifecycleMethods() : void in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Rename Variable executionEvents : List<ExecutionEvent> to events : List<Event> in method package executesWithCsvFileSourceContainingUnusedArguments() : void in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Rename Variable executionEvents : List<ExecutionEvent> to events : List<Event> in method package testCaseWithFactory() : void in class org.junit.platform.engine.support.hierarchical.ParallelExecutionIntegrationTests |
From |
To |
|
Rename Variable executionEvents : List<ExecutionEvent> to events : List<Event> in method package executesWithArgumentsSourceProvidingUnusedArguments() : void in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Rename Variable executionEvents : List<ExecutionEvent> to events : List<Event> in method package mixingClassAndMethodLevelLocks() : void in class org.junit.platform.engine.support.hierarchical.ParallelExecutionIntegrationTests |
From |
To |
|
Rename Variable executionEvents : List<ExecutionEvent> to events : List<Event> in method package failingTestWithoutLock() : void in class org.junit.platform.engine.support.hierarchical.ParallelExecutionIntegrationTests |
From |
To |
|
Rename Variable executionEvents : List<ExecutionEvent> to events : List<Event> in method package executesWithImplicitGenericConverter() : void in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Rename Variable executionEvents : List<ExecutionEvent> to events : List<Event> in method package afterHooksAreCalledAfterConcurrentDynamicTestsAreFinished() : void in class org.junit.platform.engine.support.hierarchical.ParallelExecutionIntegrationTests |
From |
To |
|
Rename Variable executionEvents : List<ExecutionEvent> to events : List<Event> in method package reportsContainerWithAssumptionFailureInMethodSourceAsAborted() : void in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Rename Variable executionEvents : List<ExecutionEvent> to events : List<Event> in method package locksOnNestedTests() : void in class org.junit.platform.engine.support.hierarchical.ParallelExecutionIntegrationTests |
From |
To |
|
Rename Variable executionEvent : ExecutionEvent to event : Event in method private createExecutions(events List<Event>) : List<Execution> in class org.junit.platform.testkit.engine.Executions |
From |
To |
|
Rename Variable executionEvents : List<ExecutionEvent> to events : List<Event> in method package executesWithCsvSource() : void in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Rename Variable executionEvents : List<ExecutionEvent> to events : List<Event> in method package executesWithSingleArgumentsProviderWithMultipleInvocations() : void in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Rename Variable executionEvents : List<ExecutionEvent> to events : List<Event> in method package executesWithEmptyMethodSource() : void in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Rename Variable executionEvents : List<ExecutionEvent> to events : List<Event> in method package executesWithMethodSourceReturning2dObjectArray() : void in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Rename Variable executionEvents : List<ExecutionEvent> to events : List<Event> in method package executesWithMethodSourceProvidingUnusedArguments() : void in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Rename Variable executionEvents : List<ExecutionEvent> to events : List<Event> in method package reportsExceptionForErroneousAggregator() : void in class org.junit.jupiter.params.aggregator.AggregatorIntegrationTests |
From |
To |
|
Rename Variable executionEvents : List<ExecutionEvent> to events : List<Event> in method package successfulTestWithMethodLock() : void in class org.junit.platform.engine.support.hierarchical.ParallelExecutionIntegrationTests |
From |
To |
|
Rename Variable executionEvents : List<ExecutionEvent> to events : List<Event> in method package legacyReportingNames() : void in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Rename Variable executionEvents : List<ExecutionEvent> to events : List<Event> in method package successfulParallelTest(reporter TestReporter) : void in class org.junit.platform.engine.support.hierarchical.ParallelExecutionIntegrationTests |
From |
To |
|
Rename Variable executionEvents : List<ExecutionEvent> to events : List<Event> in method package failsContainerOnEmptyName() : void in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Rename Variable executionEvents : List<ExecutionEvent> to events : List<Event> in method package executesWithPrimitiveWideningConversion() : void in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Rename Variable executionEvents : List<ExecutionEvent> to events : List<Event> in method package executesWithCsvSourceContainingUnusedArguments() : void in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Rename Variable executionEvents : List<ExecutionEvent> to events : List<Event> in method package successfulTestWithClassLock() : void in class org.junit.platform.engine.support.hierarchical.ParallelExecutionIntegrationTests |
From |
To |
|
Change Return Type Condition<ExecutionEvent> to Condition<Event> in method public reason(expectedReason String) : Condition<Event> in class org.junit.platform.testkit.engine.EventConditions |
From |
To |
|
Change Return Type Condition<ExecutionEvent> to Condition<Event> in method public uniqueIdSubstring(uniqueIdSubstring String) : Condition<Event> in class org.junit.platform.testkit.engine.EventConditions |
From |
To |
|
Change Return Type Condition<ExecutionEvent> to Condition<Event> in method public result(condition Condition<TestExecutionResult>) : Condition<Event> in class org.junit.platform.testkit.engine.EventConditions |
From |
To |
|
Change Return Type Condition<ExecutionEvent> to Condition<Event> in method public engine() : Condition<Event> in class org.junit.platform.testkit.engine.EventConditions |
From |
To |
|
Change Return Type Condition<? super ExecutionEvent>[] to Condition<? super Event>[] in method private wrappedInContainerEvents(clazz Class<MyTestTemplateTestCase>, wrappedConditions Condition<? super Event>...) : Condition<? super Event>[] in class org.junit.jupiter.engine.TestTemplateInvocationTests |
From |
To |
|
Change Return Type Condition<ExecutionEvent> to Condition<Event> in method public container(clazz Class<?>) : Condition<Event> in class org.junit.platform.testkit.engine.EventConditions |
From |
To |
|
Change Return Type Condition<ExecutionEvent> to Condition<Event> in method public event(conditions Condition<? super Event>...) : Condition<Event> in class org.junit.platform.testkit.engine.EventConditions |
From |
To |
|
Change Return Type Condition<ExecutionEvent> to Condition<Event> in method public reason(predicate Predicate<String>) : Condition<Event> in class org.junit.platform.testkit.engine.EventConditions |
From |
To |
|
Change Return Type Condition<ExecutionEvent> to Condition<Event> in method public abortedWithReason(causeCondition Condition<? super Throwable>) : Condition<Event> in class org.junit.platform.testkit.engine.EventConditions |
From |
To |
|
Change Return Type Predicate<ExecutionEvent> to Predicate<Event> in method public byTestDescriptor(testDescriptorPredicate Predicate<? super TestDescriptor>) : Predicate<Event> in class org.junit.platform.testkit.engine.Event |
From |
To |
|
Change Return Type Condition<ExecutionEvent> to Condition<Event> in method public container(uniqueIdSubstring String) : Condition<Event> in class org.junit.platform.testkit.engine.EventConditions |
From |
To |
|
Change Return Type List<ExecutionEvent> to List<Event> in method public list() : List<Event> in class org.junit.platform.testkit.engine.Events |
From |
To |
|
Change Return Type Condition<ExecutionEvent> to Condition<Event> in method public dynamicTestRegistered(condition Condition<Event>) : Condition<Event> in class org.junit.platform.testkit.engine.EventConditions |
From |
To |
|
Change Return Type Stream<ExecutionEvent> to Stream<Event> in method public filter(predicate Predicate<? super Event>) : Stream<Event> in class org.junit.platform.testkit.engine.Events |
From |
To |
|
Change Return Type Condition<ExecutionEvent> to Condition<Event> in method public skippedWithReason(predicate Predicate<String>) : Condition<Event> in class org.junit.platform.testkit.engine.EventConditions |
From |
To |
|
Change Return Type ExecutionEvent to Event in method public executionFinished(testDescriptor TestDescriptor, result TestExecutionResult) : Event in class org.junit.platform.testkit.engine.Event |
From |
To |
|
Change Return Type ListAssert<ExecutionEvent> to ListAssert<Event> in method public assertThatEvents() : ListAssert<Event> in class org.junit.platform.testkit.engine.Events |
From |
To |
|
Change Return Type Stream<ExecutionEvent> to Stream<Event> in method private finishedEventsByStatus(status Status) : Stream<Event> in class org.junit.platform.testkit.engine.Events |
From |
To |
|
Change Return Type ExecutionEvent to Event in method public dynamicTestRegistered(testDescriptor TestDescriptor) : Event in class org.junit.platform.testkit.engine.Event |
From |
To |
|
Change Return Type Condition<ExecutionEvent> to Condition<Event> in method public container(condition Condition<Event>) : Condition<Event> in class org.junit.platform.testkit.engine.EventConditions |
From |
To |
|
Change Return Type Predicate<ExecutionEvent> to Predicate<Event> in method public byType(type EventType) : Predicate<Event> in class org.junit.platform.testkit.engine.Event |
From |
To |
|
Change Return Type Condition<ExecutionEvent> to Condition<Event> in method public dynamicTestRegistered(uniqueIdSubstring String) : Condition<Event> in class org.junit.platform.testkit.engine.EventConditions |
From |
To |
|
Change Return Type List<ExecutionEvent> to List<Event> in method private execute(selectors DiscoverySelector...) : List<Event> in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Change Return Type Condition<ExecutionEvent> to Condition<Event> in method public finished(resultCondition Condition<TestExecutionResult>) : Condition<Event> in class org.junit.platform.testkit.engine.EventConditions |
From |
To |
|
Change Return Type Condition<ExecutionEvent> to Condition<Event> in method public started() : Condition<Event> in class org.junit.platform.testkit.engine.EventConditions |
From |
To |
|
Change Return Type Condition<ExecutionEvent> to Condition<Event> in method public nestedContainer(clazz Class<?>) : Condition<Event> in class org.junit.platform.testkit.engine.EventConditions |
From |
To |
|
Change Return Type Condition<ExecutionEvent> to Condition<Event> in method public finishedWithFailure(causeCondition Condition<? super Throwable>) : Condition<Event> in class org.junit.platform.testkit.engine.EventConditions |
From |
To |
|
Change Return Type Condition<ExecutionEvent> to Condition<Event> in method public container() : Condition<Event> in class org.junit.platform.testkit.engine.EventConditions |
From |
To |
|
Change Return Type ExecutionEvent to Event in method public executionStarted(testDescriptor TestDescriptor) : Event in class org.junit.platform.testkit.engine.Event |
From |
To |
|
Change Return Type Condition<ExecutionEvent> to Condition<Event> in method public skippedWithReason(expectedReason String) : Condition<Event> in class org.junit.platform.testkit.engine.EventConditions |
From |
To |
|
Change Return Type Predicate<ExecutionEvent> to Predicate<Event> in method public byPayload(payloadType Class<T>, payloadPredicate Predicate<? super T>) : Predicate<Event> in class org.junit.platform.testkit.engine.Event |
From |
To |
|
Change Return Type Condition<ExecutionEvent> to Condition<Event> in method public finishedWithFailure() : Condition<Event> in class org.junit.platform.testkit.engine.EventConditions |
From |
To |
|
Change Return Type List<ExecutionEvent> to List<Event> in method private execute(selectors DiscoverySelector...) : List<Event> in class org.junit.jupiter.params.aggregator.AggregatorIntegrationTests |
From |
To |
|
Change Return Type Condition<ExecutionEvent> to Condition<Event> in method public finishedSuccessfully() : Condition<Event> in class org.junit.platform.testkit.engine.EventConditions |
From |
To |
|
Change Return Type ExecutionEvent to Event in method public executionSkipped(testDescriptor TestDescriptor, reason String) : Event in class org.junit.platform.testkit.engine.Event |
From |
To |
|
Change Return Type Condition<ExecutionEvent> to Condition<Event> in method public test() : Condition<Event> in class org.junit.platform.testkit.engine.EventConditions |
From |
To |
|
Change Return Type Condition<ExecutionEvent> to Condition<Event> in method public type(expectedType EventType) : Condition<Event> in class org.junit.platform.testkit.engine.EventConditions |
From |
To |
|
Change Return Type Condition<ExecutionEvent> to Condition<Event> in method public test(uniqueIdSubstring String) : Condition<Event> in class org.junit.platform.testkit.engine.EventConditions |
From |
To |
|
Change Return Type Condition<ExecutionEvent> to Condition<Event> in method public displayName(displayName String) : Condition<Event> in class org.junit.platform.testkit.engine.EventConditions |
From |
To |
|
Change Return Type ExecutionEvent to Event in method public reportingEntryPublished(testDescriptor TestDescriptor, entry ReportEntry) : Event in class org.junit.platform.testkit.engine.Event |
From |
To |
|
Change Return Type Stream<ExecutionEvent> to Stream<Event> in method private eventsByType(type EventType) : Stream<Event> in class org.junit.platform.testkit.engine.Events |
From |
To |
|
Change Return Type List<ExecutionEvent> to List<Event> in method private execute(parallelism int, testClasses Class<?>...) : List<Event> in class org.junit.platform.engine.support.hierarchical.ParallelExecutionIntegrationTests |
From |
To |
|
Change Return Type Condition<ExecutionEvent> to Condition<Event> in method private finishedWithCause(expectedStatus Status, causeCondition Condition<? super Throwable>) : Condition<Event> in class org.junit.platform.testkit.engine.EventConditions |
From |
To |
|
Change Return Type Stream<ExecutionEvent> to Stream<Event> in method private filterEvents(events List<Event>, predicate Predicate<? super TestDescriptor>) : Stream<Event> in class org.junit.platform.testkit.engine.ExecutionResults |
From |
To |
|
Change Return Type Condition<ExecutionEvent> to Condition<Event> in method public test(uniqueIdSubstring String, displayName String) : Condition<Event> in class org.junit.platform.testkit.engine.EventConditions |
From |
To |
|
Change Return Type Stream<ExecutionEvent> to Stream<Event> in method public stream() : Stream<Event> in class org.junit.platform.testkit.engine.Events |
From |
To |
|
Change Variable Type executionEvents : List<ExecutionEvent> to events : List<Event> in method package executesWithPrimitiveWideningConversion() : void in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Change Variable Type executionEvents : List<ExecutionEvent> to events : List<Event> in method package executesWithImplicitGenericConverter() : void in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Change Variable Type executionEvents : List<ExecutionEvent> to events : List<Event> in method package successfulTestWithClassLock() : void in class org.junit.platform.engine.support.hierarchical.ParallelExecutionIntegrationTests |
From |
To |
|
Change Variable Type executionEvents : List<ExecutionEvent> to events : List<Event> in method package reportsContainerWithAssumptionFailureInMethodSourceAsAborted() : void in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Change Variable Type executionEvents : List<ExecutionEvent> to events : List<Event> in method package locksOnNestedTests() : void in class org.junit.platform.engine.support.hierarchical.ParallelExecutionIntegrationTests |
From |
To |
|
Change Variable Type executionEvents : List<ExecutionEvent> to events : List<Event> in method package executesWithExplicitConverter() : void in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Change Variable Type executionEvents : List<ExecutionEvent> to events : List<Event> in method package reportsExceptionForErroneousConverter() : void in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Change Variable Type executionEvents : List<ExecutionEvent> to events : List<Event> in method package executesWithSingleArgumentsProviderWithMultipleInvocations() : void in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Change Variable Type executionEvents : List<ExecutionEvent> to events : List<Event> in method package testCaseWithFactory() : void in class org.junit.platform.engine.support.hierarchical.ParallelExecutionIntegrationTests |
From |
To |
|
Change Variable Type executionEvents : List<ExecutionEvent> to events : List<Event> in method package executesWithArgumentsSourceProvidingUnusedArguments() : void in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Change Variable Type executionEvents : List<ExecutionEvent> to events : List<Event> in method package executesWithMethodSourceReturning2dObjectArray() : void in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Change Variable Type executionEvents : List<ExecutionEvent> to events : List<Event> in method package executesWithMethodSourceProvidingUnusedArguments() : void in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Change Variable Type executionEvents : List<ExecutionEvent> to events : List<Event> in method package reportsExceptionForErroneousAggregator() : void in class org.junit.jupiter.params.aggregator.AggregatorIntegrationTests |
From |
To |
|
Change Variable Type executionEvents : List<ExecutionEvent> to events : List<Event> in method package successfulTestWithMethodLock() : void in class org.junit.platform.engine.support.hierarchical.ParallelExecutionIntegrationTests |
From |
To |
|
Change Variable Type executionEvents : List<ExecutionEvent> to events : List<Event> in method package legacyReportingNames() : void in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Change Variable Type executionEvents : List<ExecutionEvent> to events : List<Event> in method package afterHooksAreCalledAfterConcurrentDynamicTestsAreFinished() : void in class org.junit.platform.engine.support.hierarchical.ParallelExecutionIntegrationTests |
From |
To |
|
Change Variable Type executionEvents : List<ExecutionEvent> to events : List<Event> in method package executesWithCsvSourceContainingUnusedArguments() : void in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Change Variable Type first : Optional<ExecutionEvent> to first : Optional<Event> in method package executeTestCaseWithOverloadedMethodsWithSingleMethodThatAcceptsArgumentsSelectedByFullyQualifedMethodName() : void in class org.junit.jupiter.engine.OverloadedTestMethodTests |
From |
To |
|
Change Variable Type conditions : List<Condition<? super ExecutionEvent>> to conditions : List<Condition<? super Event>> in method private wrappedInContainerEvents(clazz Class<MyTestTemplateTestCase>, wrappedConditions Condition<? super Event>...) : Condition<? super Event>[] in class org.junit.jupiter.engine.TestTemplateInvocationTests |
From |
To |
|
Change Variable Type executionEvents : List<ExecutionEvent> to events : List<Event> in method package executesWithCustomName() : void in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Change Variable Type executionEvent : ExecutionEvent to event : Event in method private createExecutions(events List<Event>) : List<Execution> in class org.junit.platform.testkit.engine.Executions |
From |
To |
|
Change Variable Type executionEvents : List<ExecutionEvent> to events : List<Event> in method package executesWithCsvSource() : void in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Change Variable Type executionEvents : List<ExecutionEvent> to events : List<Event> in method package executesLifecycleMethods() : void in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Change Variable Type executionEvents : List<ExecutionEvent> to events : List<Event> in method package executesWithCsvFileSourceContainingUnusedArguments() : void in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Change Variable Type executionEvents : List<ExecutionEvent> to events : List<Event> in method package executesWithEmptyMethodSource() : void in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Change Variable Type executionEvents : List<ExecutionEvent> to events : List<Event> in method package mixingClassAndMethodLevelLocks() : void in class org.junit.platform.engine.support.hierarchical.ParallelExecutionIntegrationTests |
From |
To |
|
Change Variable Type first : Optional<ExecutionEvent> to first : Optional<Event> in method package executeTestCaseWithOverloadedMethodsAndThenRerunOnlyOneOfTheMethodsSelectedByUniqueId() : void in class org.junit.jupiter.engine.OverloadedTestMethodTests |
From |
To |
|
Change Variable Type executionEvents : List<ExecutionEvent> to events : List<Event> in method package failingTestWithoutLock() : void in class org.junit.platform.engine.support.hierarchical.ParallelExecutionIntegrationTests |
From |
To |
|
Change Variable Type executionEvents : List<ExecutionEvent> to events : List<Event> in method package failsContainerOnEmptyName() : void in class org.junit.jupiter.params.ParameterizedTestIntegrationTests |
From |
To |
|
Change Variable Type executionEvents : List<ExecutionEvent> to events : List<Event> in method package successfulParallelTest(reporter TestReporter) : void in class org.junit.platform.engine.support.hierarchical.ParallelExecutionIntegrationTests |
From |
To |