| |
---|
| | static class Expecter { |
---|
| | String value; |
---|
| | boolean expect; |
---|
| | String timeStr; |
---|
| | boolean magver; |
---|
| | boolean magvar; |
---|
| | |
---|
| | public Expecter(String value, boolean expect, String timeStr, boolean magver){ |
---|
| | public Expecter(String value, boolean expect, String timeStr, boolean magvar){ |
---|
| | this.value = value; |
---|
| | this.expect = expect; |
---|
| | this.timeStr = timeStr; |
---|
| | this.magver = magver; |
---|
| | this.magvar = magvar; |
---|
| | } |
---|
| | } |
---|
| | |
---|
| | static class Fixture { |
---|
| |
---|
| | |
|