fix unit tests
add new configuration option
This commit is contained in:
parent
bd1375769a
commit
d58a6478a9
@ -157,6 +157,11 @@ public class KeyPathConverterTest {
|
|||||||
public boolean isAssistance() {
|
public boolean isAssistance() {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean isAlwaysFold() {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -230,6 +230,11 @@ public class PropertiesMapperTest extends AbstractMapperTest {
|
|||||||
public boolean isAssistance() {
|
public boolean isAssistance() {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean isAlwaysFold() {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user