提交 15638fe4 编写于 作者: E Evgeny Fradkin

Mock Data NPE is fixed

上级 81e07028
......@@ -91,7 +91,7 @@ public abstract class AbstractMockValueGenerator implements MockValueGenerator {
}
}
if (isUnique) {
if (isUnique && uniqueValues != null) {
int attempts = 0;
Object value = null;
while (value == null || uniqueValues.contains(value)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册