Skip to content

Commit 0e52358

Browse files
committed
Rebase from master
1 parent d61dc00 commit 0e52358

4 files changed

Lines changed: 4 additions & 4 deletions

spock-specs/src/test/resources/snapshots/org/spockframework/smoke/ast/DataAstSpec/where_block_variables.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public void $spock_feature_0_0(java.lang.Object name, java.lang.Object greeting)
1515
catch (java.lang.Throwable $spock_condition_throwable) {
1616
org.spockframework.runtime.SpockRuntime.conditionFailedWithException($spock_errorCollector, $spock_valueRecorder, 'greeting == \"Hello, world\"', 1, 83, null, $spock_condition_throwable)}
1717
org.spockframework.runtime.SpockRuntime.callBlockExited(this, 0)
18-
this.getSpecificationContext().getMockController().leaveScope()
18+
this.getSpecificationContext().getMockController().verifyLastScope()
1919
}
2020

2121
@org.spockframework.runtime.model.DataProviderMetadata(line = 4, dataVariables = ['name'])

spock-specs/src/test/resources/snapshots/org/spockframework/smoke/ast/DataAstSpec/where_block_variables_combined_with_data_table__data_pipe__derived_variables__cross_multiplication_and_filter.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public void $spock_feature_0_0(java.lang.Object x, java.lang.Object y, java.lang
1414
catch (java.lang.Throwable $spock_condition_throwable) {
1515
org.spockframework.runtime.SpockRuntime.conditionFailedWithException($spock_errorCollector, $spock_valueRecorder, 'true', 2, 5, null, $spock_condition_throwable)}
1616
org.spockframework.runtime.SpockRuntime.callBlockExited(this, 0)
17-
this.getSpecificationContext().getMockController().leaveScope()
17+
this.getSpecificationContext().getMockController().verifyLastScope()
1818
}
1919

2020
public java.lang.Object $spock_feature_0_0prov0(java.lang.Object base, java.lang.Object sep) {

spock-specs/src/test/resources/snapshots/org/spockframework/smoke/ast/DataAstSpec/where_block_variables_with_multiple_assignment-groovy3_4.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public void $spock_feature_0_0(java.lang.Object name, java.lang.Object greeting)
1515
catch (java.lang.Throwable $spock_condition_throwable) {
1616
org.spockframework.runtime.SpockRuntime.conditionFailedWithException($spock_errorCollector, $spock_valueRecorder, 'greeting == \"Hello, world!\"', 1, 83, null, $spock_condition_throwable)}
1717
org.spockframework.runtime.SpockRuntime.callBlockExited(this, 0)
18-
this.getSpecificationContext().getMockController().leaveScope()
18+
this.getSpecificationContext().getMockController().verifyLastScope()
1919
}
2020

2121
@org.spockframework.runtime.model.DataProviderMetadata(line = 4, dataVariables = ['name'])

spock-specs/src/test/resources/snapshots/org/spockframework/smoke/ast/DataAstSpec/where_block_variables_with_multiple_assignment-groovy5.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public void $spock_feature_0_0(java.lang.Object name, java.lang.Object greeting)
1515
catch (java.lang.Throwable $spock_condition_throwable) {
1616
org.spockframework.runtime.SpockRuntime.conditionFailedWithException($spock_errorCollector, $spock_valueRecorder, 'greeting == \"Hello, world!\"', 1, 83, null, $spock_condition_throwable)}
1717
org.spockframework.runtime.SpockRuntime.callBlockExited(this, 0)
18-
this.getSpecificationContext().getMockController().leaveScope()
18+
this.getSpecificationContext().getMockController().verifyLastScope()
1919
}
2020

2121
@org.spockframework.runtime.model.DataProviderMetadata(line = 4, dataVariables = ['name'])

0 commit comments

Comments
 (0)