We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f51aa2a + e172784 commit ebc823cCopy full SHA for ebc823c
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>de.rub.nds</groupId>
5
<artifactId>ModifiableVariable</artifactId>
6
- <version>2.1</version>
+ <version>2.2</version>
7
<packaging>jar</packaging>
8
9
<name>ModifiableVariable</name>
src/main/java/de/rub/nds/modifiablevariable/ModifiableVariable.java
@@ -74,4 +74,8 @@ public void createRandomModificationAtRuntime() {
74
public boolean containsAssertion() {
75
return (assertEquals != null);
76
}
77
+
78
+ public boolean isCreateRandomModification() {
79
+ return createRandomModification;
80
+ }
81
0 commit comments