|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package dynamicContainersAreExecutedFromExceptionThrowingStream() : void in class org.junit.jupiter.engine.DynamicNodeGenerationTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package checkedExceptionInBeforeEachIsRegistered() : void in class org.junit.jupiter.engine.ExceptionHandlingTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package testsFailWhenBeforeEachFails() : void in class org.junit.jupiter.engine.StandardTestClassTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method private performAssertions(testClass Class<?>, configParams Map<String,String>, numContainers int, numFailedContainers int, numTests int, methods String...) : void in class org.junit.jupiter.engine.TestInstanceLifecycleConfigurationTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package afterEachMethodThrowsAnException() : void in class org.junit.jupiter.engine.extension.BeforeAndAfterEachTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package beforeAllAndAfterAllAsMetaAnnotations() : void in class org.junit.jupiter.engine.BeforeAllAndAfterAllComposedAnnotationTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package executeTestsForPrimitiveArrayMethodInjectionCases() : void in class org.junit.jupiter.engine.execution.UniqueIdParsingForArrayParameterIntegrationTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package parentChildRelationshipIsEstablished() : void in class org.junit.jupiter.engine.TestTemplateInvocationTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package exceptionsInConstructorAndAfterAllCallbackAreReportedWhenTestInstancePerMethodIsUsed() : void in class org.junit.jupiter.engine.ExceptionHandlingTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package beforeEachMethodThrowsAnException() : void in class org.junit.jupiter.engine.extension.BeforeAndAfterEachTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package inheritedFactoryInTestClassHierarchy() : void in class org.junit.jupiter.engine.extension.TestInstanceFactoryTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package dynamicContainersAreExecutedFromIterable() : void in class org.junit.jupiter.engine.DynamicNodeGenerationTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package executeTestCaseWithDefaultMethodFromInterfaceSelectedByFullyQualifedMethodName() : void in class org.junit.jupiter.engine.DefaultMethodTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package beforeAndAfterTestExecutionCallbacksDeclaredOnInterfaceAndClass() : void in class org.junit.jupiter.engine.extension.BeforeAndAfterTestExecutionCallbackTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package afterTestExecutionCallbackThrowsAnException() : void in class org.junit.jupiter.engine.extension.BeforeAndAfterTestExecutionCallbackTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package testMethodThrowsAnException() : void in class org.junit.jupiter.engine.extension.BeforeAndAfterTestExecutionCallbackTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package bogusTestInstanceFactoryWithPerClassLifecycle() : void in class org.junit.jupiter.engine.extension.TestInstanceFactoryTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package conditionWorksOnContainer() : void in class org.junit.jupiter.engine.extension.ExecutionConditionTests |
From |
To |
|
Change Variable Type results : ExecutionResults to results : EngineExecutionResults in method package legacyReportingNames() : void in class org.junit.jupiter.engine.TestTemplateInvocationTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package singleDynamicTestIsExecutedWhenDiscoveredByUniqueId() : void in class org.junit.jupiter.engine.DynamicNodeGenerationTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package executeTestsForMethodInjectionInBeforeAndAfterAllMethods() : void in class org.junit.jupiter.engine.extension.ParameterResolverTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package singleDynamicTestInNestedDynamicContainerIsExecutedWhenDiscoveredByUniqueId() : void in class org.junit.jupiter.engine.DynamicNodeGenerationTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package dynamicTestsAreExecutedFromStream() : void in class org.junit.jupiter.engine.DynamicNodeGenerationTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package templateWithDynamicParameterResolverIsInvoked() : void in class org.junit.jupiter.engine.TestTemplateInvocationTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package checkedExceptionInAfterAllIsRegistered() : void in class org.junit.jupiter.engine.ExceptionHandlingTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package kotlinTestWithMethodNameContainingSpecialCharacters() : void in class org.junit.jupiter.engine.AtypicalJvmMethodNameTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package executeTestsForMethodWithExtendWithAnnotation() : void in class org.junit.jupiter.engine.extension.ParameterResolverTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package disabledTemplateIsSkipped() : void in class org.junit.jupiter.engine.TestTemplateInvocationTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package explosiveTestInstanceFactoryWithPerClassLifecycle() : void in class org.junit.jupiter.engine.extension.TestInstanceFactoryTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package uncheckedExceptionInTestMethodIsRegistered() : void in class org.junit.jupiter.engine.ExceptionHandlingTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package beforeEachAndAfterEachAsMetaAnnotations() : void in class org.junit.jupiter.engine.BeforeEachAndAfterEachComposedAnnotationTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package failureInAfterAllTakesPrecedenceOverTestAbortedExceptionInBeforeAll() : void in class org.junit.jupiter.engine.ExceptionHandlingTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package singleInvocationIsExecutedWhenDiscoveredByUniqueId() : void in class org.junit.jupiter.engine.TestTemplateInvocationTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package instanceFactoryOnTopLevelTestClass() : void in class org.junit.jupiter.engine.extension.TestInstanceFactoryTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package twoTestClassesCanShareStateViaEngineExtensionContext() : void in class org.junit.jupiter.engine.extension.ExtensionContextExecutionTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package instanceFactoriesInNestedClassStructureAreInherited() : void in class org.junit.jupiter.engine.extension.TestInstanceFactoryTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method private performAssertions(testClass Class<?>, numContainers int, numTests int, instanceCountEntries Map.Entry<Class<?>,Integer>[], allMethods int, eachMethods int) : void in class org.junit.jupiter.engine.TestInstanceLifecycleTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package instanceFactoryRegisteredAsLambdaExpression() : void in class org.junit.jupiter.engine.extension.TestInstanceFactoryTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package executeTestCaseWithOverriddenGenericDefaultMethodSelectedByClass() : void in class org.junit.jupiter.engine.DefaultMethodTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package nestedTestsAreExecuted() : void in class org.junit.jupiter.engine.NestedTestClassesTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package testSpecificTestInstancePostProcessorIsCalled() : void in class org.junit.jupiter.engine.extension.TestInstancePostProcessorTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package executeAllTestsInClass() : void in class org.junit.jupiter.engine.TestClassInheritanceTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package executeTestsForMethodInjectionCases() : void in class org.junit.jupiter.engine.extension.ParameterResolverTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package executeTestsForNullValuedMethodInjectionCases() : void in class org.junit.jupiter.engine.extension.ParameterResolverTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package templateWithDynamicTestInstancePostProcessorIsInvoked() : void in class org.junit.jupiter.engine.TestTemplateInvocationTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package severalHandlersAreCalledInOrder() : void in class org.junit.jupiter.engine.extension.TestExecutionExceptionHandlerTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package beforeAndAfterTestExecutionCallbacks() : void in class org.junit.jupiter.engine.extension.BeforeAndAfterTestExecutionCallbackTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package instanceFactoryWithPerClassLifecycle() : void in class org.junit.jupiter.engine.extension.TestInstanceFactoryTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package inheritedNestedTestsAreExecuted() : void in class org.junit.jupiter.engine.NestedTestClassesTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package executeTestsForMethodInjectionInBeforeAndAfterEachMethods() : void in class org.junit.jupiter.engine.extension.ParameterResolverTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package executeTestDeclaredInSuperClass() : void in class org.junit.jupiter.engine.TestClassInheritanceTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package checkedExceptionInBeforeAllIsRegistered() : void in class org.junit.jupiter.engine.ExceptionHandlingTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package moreThanOneTestClassIsExecuted() : void in class org.junit.jupiter.engine.StandardTestClassTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package templateWithSupportingProviderButNoInvocationsReportsFailure() : void in class org.junit.jupiter.engine.TestTemplateInvocationTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package exceptionInAfterEachTakesPrecedenceOverFailedAssumptionInTest() : void in class org.junit.jupiter.engine.ExceptionHandlingTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package explosiveTestInstanceFactoryWithPerMethodLifecycle() : void in class org.junit.jupiter.engine.extension.TestInstanceFactoryTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package nullTestInstanceFactoryWithPerClassLifecycle() : void in class org.junit.jupiter.engine.extension.TestInstanceFactoryTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package beforeEachAndAfterEachCallbacksDeclaredOnSuperclassAndSubclass() : void in class org.junit.jupiter.engine.extension.BeforeAndAfterEachTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package dynamicTestsAreExecutedFromIterator() : void in class org.junit.jupiter.engine.DynamicNodeGenerationTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package dynamicTestsAreExecutedFromCollection() : void in class org.junit.jupiter.engine.DynamicNodeGenerationTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package templateWithCloseableStream() : void in class org.junit.jupiter.engine.TestTemplateInvocationTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package exceptionHandlerSwallowsException() : void in class org.junit.jupiter.engine.extension.TestExecutionExceptionHandlerTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package beforeTestExecutionCallbackThrowsAnException() : void in class org.junit.jupiter.engine.extension.BeforeAndAfterTestExecutionCallbackTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package failureInTestMethodIsRegistered() : void in class org.junit.jupiter.engine.ExceptionHandlingTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package templateWithTwoInvocationsFromSingleExtensionIsInvoked() : void in class org.junit.jupiter.engine.TestTemplateInvocationTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package beforeAndAfterTestExecutionCallbacksDeclaredOnSuperclassAndSubclass() : void in class org.junit.jupiter.engine.extension.BeforeAndAfterTestExecutionCallbackTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package executeTestCaseWithOverloadedMethodNextToGenericDefaultMethodSelectedByClass() : void in class org.junit.jupiter.engine.DefaultMethodTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method private execute(expectedTestFinishedCount int, testClass Class<?>) : String in class org.junit.jupiter.engine.bridge.BridgeMethodTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package allDynamicTestInNestedDynamicContainerAreExecutedWhenContainerIsDiscoveredByUniqueId() : void in class org.junit.jupiter.engine.DynamicNodeGenerationTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package beforeEachAndAfterEachCallbacks() : void in class org.junit.jupiter.engine.extension.BeforeAndAfterEachTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package templateWithDisabledInvocationsIsSkipped() : void in class org.junit.jupiter.engine.TestTemplateInvocationTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package ignoredAndNotIgnoredTestMethods() : void in class org.junit.jupiter.migrationsupport.conditions.IgnoreConditionTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package nullTestInstanceFactoryWithPerMethodLifecycle() : void in class org.junit.jupiter.engine.extension.TestInstanceFactoryTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package executeTestCaseWithDefaultMethodFromGenericInterfaceSelectedByFullyQualifedMethodName() : void in class org.junit.jupiter.engine.DefaultMethodTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package executeTestsForPotentiallyIncompatibleTypeMethodInjectionCases() : void in class org.junit.jupiter.engine.extension.ParameterResolverTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package multipleFactoriesRegisteredOnSingleTestClass() : void in class org.junit.jupiter.engine.extension.TestInstanceFactoryTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package nestedDynamicContainersAreExecuted() : void in class org.junit.jupiter.engine.DynamicNodeGenerationTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package executeTestCaseWithOverloadedMethodNextToGenericDefaultMethodSelectedByFullyQualifedMethodName() : void in class org.junit.jupiter.engine.DefaultMethodTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package testFactoryMethodsMayReturnSingleDynamicTest() : void in class org.junit.jupiter.engine.DynamicNodeGenerationTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method private assertExecutionResults(invalidTestClass Class<?>) : void in class org.junit.jupiter.engine.InvalidLifecycleMethodConfigurationTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package checkedExceptionInTestMethodIsRegistered() : void in class org.junit.jupiter.engine.ExceptionHandlingTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package extensionIsAskedForSupportBeforeItMustProvide() : void in class org.junit.jupiter.engine.TestTemplateInvocationTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method private assertBeforeAllAndAfterAllCallbacks(testClass Class<?>, testsStarted int, testsSuccessful int, expectedCalls String...) : void in class org.junit.jupiter.engine.extension.BeforeAndAfterAllTests |
From |
To |
|
Change Variable Type results : ExecutionResults to results : EngineExecutionResults in method package testAbortedExceptionInBeforeAll() : void in class org.junit.jupiter.engine.FailedAssumptionsTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package contextParameterResolverCanResolveConstructorArguments() : void in class org.junit.jupiter.engine.TestTemplateInvocationTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package exceptionHandlerConvertsException() : void in class org.junit.jupiter.engine.extension.TestExecutionExceptionHandlerTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package afterEachCallbackThrowsAnException() : void in class org.junit.jupiter.engine.extension.BeforeAndAfterEachTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package dynamicTestsAreExecutedFromIterable() : void in class org.junit.jupiter.engine.DynamicNodeGenerationTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package allTestsInClassAreRunWithBeforeEachAndAfterEachMethods() : void in class org.junit.jupiter.engine.StandardTestClassTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package instancePerClassCanBeUsedForKotlinTestClasses() : void in class org.junit.jupiter.engine.TestInstanceLifecycleKotlinTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package instancePostProcessorsInNestedClasses() : void in class org.junit.jupiter.engine.extension.TestInstancePostProcessorTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package testFactoryMethodsMayReturnSingleDynamicContainer() : void in class org.junit.jupiter.engine.DynamicNodeGenerationTests |
From |
To |
|
Change Variable Type results : ExecutionResults to results : EngineExecutionResults in method package assumptionViolatedExceptionInBeforeAll() : void in class org.junit.jupiter.engine.FailedAssumptionsTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method private assertOneTestSucceeded(testClass Class<?>) : void in class org.junit.jupiter.engine.extension.ProgrammaticExtensionRegistrationTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package executeTestWithExceptionThrownInAfterMethod() : void in class org.junit.jupiter.engine.TestClassInheritanceTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package beforeEachAndAfterEachCallbacksDeclaredOnInterfaceAndClass() : void in class org.junit.jupiter.engine.extension.BeforeAndAfterEachTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package templateWithTwoRegisteredExtensionsIsInvoked() : void in class org.junit.jupiter.engine.TestTemplateInvocationTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package beforeEachCallbackThrowsAnException() : void in class org.junit.jupiter.engine.extension.BeforeAndAfterEachTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package templateWithCustomizedDisplayNamesIsInvoked() : void in class org.junit.jupiter.engine.TestTemplateInvocationTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package executeTestsForPrimitiveIntegerMethodInjectionCases() : void in class org.junit.jupiter.engine.extension.ParameterResolverTests |
From |
To |
|
Change Variable Type results : ExecutionResults to results : EngineExecutionResults in method package executeTestsWithDisabledTestClass() : void in class org.junit.jupiter.engine.DisabledTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package beforeEachMethodThrowsAnException() : void in class org.junit.jupiter.engine.extension.BeforeAndAfterTestExecutionCallbackTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package checkedExceptionInAfterEachIsRegistered() : void in class org.junit.jupiter.engine.ExceptionHandlingTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package checkedExceptionInAfterEachIsSuppressedByExceptionInTest() : void in class org.junit.jupiter.engine.ExceptionHandlingTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package beforeAndAfterMethodsInTestClassHierarchy() : void in class org.junit.jupiter.engine.TestClassInheritanceTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package executeTestsForPrimitiveArrayMethodInjectionCases() : void in class org.junit.jupiter.engine.extension.ParameterResolverTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package proxyTestInstanceFactoryFailsDueToUseOfDifferentClassLoader() : void in class org.junit.jupiter.engine.extension.TestInstanceFactoryTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package instancePerMethodIsDefaultForKotlinTestClasses() : void in class org.junit.jupiter.engine.TestInstanceLifecycleKotlinTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package multipleFactoriesRegisteredWithinTestClassHierarchy() : void in class org.junit.jupiter.engine.extension.TestInstanceFactoryTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package dynamicContainersChildrenMustNotBeNull() : void in class org.junit.jupiter.engine.DynamicNodeGenerationTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package multipleFactoriesRegisteredWithinNestedClassStructure() : void in class org.junit.jupiter.engine.extension.TestInstanceFactoryTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package exceptionInAfterAllCallbackDoesNotHideExceptionInBeforeAllCallback() : void in class org.junit.jupiter.engine.ExceptionHandlingTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package constructorInjectionWithAnnotatedParameter() : void in class org.junit.jupiter.engine.extension.ParameterResolverTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package executeSingleTest() : void in class org.junit.jupiter.engine.TestClassInheritanceTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package constructorInjection() : void in class org.junit.jupiter.engine.extension.ParameterResolverTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package templateWithSingleRegisteredExtensionIsInvoked() : void in class org.junit.jupiter.engine.TestTemplateInvocationTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package exceptionInConstructorPreventsExecutionOfAfterAllCallbacksWhenTestInstancePerClassIsUsed() : void in class org.junit.jupiter.engine.ExceptionHandlingTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method private assertExecutionConditionOverride(deactivatePattern String, testStartedCount int, testFailedCount int) : void in class org.junit.jupiter.engine.extension.ExecutionConditionTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package bogusTestInstanceFactoryWithPerMethodLifecycle() : void in class org.junit.jupiter.engine.extension.TestInstanceFactoryTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package instanceFactoryRegisteredViaTestInterface() : void in class org.junit.jupiter.engine.extension.TestInstanceFactoryTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package doublyNestedTestsAreExecuted() : void in class org.junit.jupiter.engine.NestedTestClassesTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package testsFailWhenAfterEachFails() : void in class org.junit.jupiter.engine.StandardTestClassTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package exceptionHandlerRethrowsException() : void in class org.junit.jupiter.engine.extension.TestExecutionExceptionHandlerTests |
From |
To |
|
Change Variable Type executionResults : ExecutionResults to executionResults : EngineExecutionResults in method package testMethodThrowsAnException() : void in class org.junit.jupiter.engine.extension.BeforeAndAfterEachTests |
From |
To |