We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa230a commit d09c4f4Copy full SHA for d09c4f4
src/test/java/org/scijava/options/OptionsTest.java
@@ -94,6 +94,7 @@ public void testPersistence() {
94
final FooOptions fooOptions = optionsService.getOptions(FooOptions.class);
95
96
// bar should initially be 0
97
+ fooOptions.setBar(0);
98
assertEquals(0, fooOptions.getBar());
99
100
// verify that we can set bar to a desired value at all
0 commit comments