Skip to content

Commit 1b8c065

Browse files
committed
Added getter for createRandomRuntimeModification
1 parent a4bfe6b commit 1b8c065

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/de/rub/nds/modifiablevariable/ModifiableVariable.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,8 @@ public void createRandomModificationAtRuntime() {
7474
public boolean containsAssertion() {
7575
return (assertEquals != null);
7676
}
77+
78+
public boolean isCreateRandomModification() {
79+
return createRandomModification;
80+
}
7781
}

0 commit comments

Comments
 (0)