-
Notifications
You must be signed in to change notification settings - Fork 468
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletion
5
spock-core/src/main/java/org/spockframework/compiler/SpockNames.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
package org.spockframework.compiler; | ||
|
||
public class SpockNames { | ||
public static final String VALUE_RECORDER = "$spock_valueRecorder"; | ||
public static final String ERROR_COLLECTOR = "$spock_errorCollector"; | ||
public static final String FAILED_BLOCK = "$spock_failedBlock"; | ||
public static final String OLD_VALUE = "$spock_oldValue"; | ||
public static final String SPOCK_EX = "$spock_ex"; | ||
public static final String SPOCK_FEATURE_THROWABLE = "$spock_feature_throwable"; | ||
public static final String SPOCK_TMP_THROWABLE = "$spock_tmp_throwable"; | ||
public static final String SPOCK_VALUE = "$spock_value"; | ||
public static final String VALUE_RECORDER = "$spock_valueRecorder"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters