| 1 | package com.jsql.model.accessible.vendor.h2; | |
| 2 | ||
| 3 | import org.apache.commons.lang3.StringUtils; | |
| 4 | ||
| 5 | public class Rce { | |
| 6 | ||
| 7 | private String createTable = StringUtils.EMPTY; | |
| 8 | private String callCsvWrite = StringUtils.EMPTY; | |
| 9 | private String scriptSimple = StringUtils.EMPTY; | |
| 10 | private String dropAlias = StringUtils.EMPTY; | |
| 11 | private String createAlias = StringUtils.EMPTY; | |
| 12 | private String runCmd = StringUtils.EMPTY; | |
| 13 | ||
| 14 | public String getCreateTable() { | |
| 15 |
1
1. getCreateTable : replaced return value with "" for com/jsql/model/accessible/vendor/h2/Rce::getCreateTable → NO_COVERAGE |
return this.createTable; |
| 16 | } | |
| 17 | ||
| 18 | public void setCreateTable(String createTable) { | |
| 19 | this.createTable = createTable; | |
| 20 | } | |
| 21 | ||
| 22 | public String getCallCsvWrite() { | |
| 23 |
1
1. getCallCsvWrite : replaced return value with "" for com/jsql/model/accessible/vendor/h2/Rce::getCallCsvWrite → NO_COVERAGE |
return this.callCsvWrite; |
| 24 | } | |
| 25 | ||
| 26 | public void setCallCsvWrite(String callCsvWrite) { | |
| 27 | this.callCsvWrite = callCsvWrite; | |
| 28 | } | |
| 29 | ||
| 30 | public String getScriptSimple() { | |
| 31 |
1
1. getScriptSimple : replaced return value with "" for com/jsql/model/accessible/vendor/h2/Rce::getScriptSimple → NO_COVERAGE |
return this.scriptSimple; |
| 32 | } | |
| 33 | ||
| 34 | public void setScriptSimple(String scriptSimple) { | |
| 35 | this.scriptSimple = scriptSimple; | |
| 36 | } | |
| 37 | ||
| 38 | public String getDropAlias() { | |
| 39 |
1
1. getDropAlias : replaced return value with "" for com/jsql/model/accessible/vendor/h2/Rce::getDropAlias → NO_COVERAGE |
return this.dropAlias; |
| 40 | } | |
| 41 | ||
| 42 | public void setDropAlias(String dropAlias) { | |
| 43 | this.dropAlias = dropAlias; | |
| 44 | } | |
| 45 | ||
| 46 | public String getCreateAlias() { | |
| 47 |
1
1. getCreateAlias : replaced return value with "" for com/jsql/model/accessible/vendor/h2/Rce::getCreateAlias → NO_COVERAGE |
return this.createAlias; |
| 48 | } | |
| 49 | ||
| 50 | public void setCreateAlias(String createAlias) { | |
| 51 | this.createAlias = createAlias; | |
| 52 | } | |
| 53 | ||
| 54 | public String getRunCmd() { | |
| 55 |
1
1. getRunCmd : replaced return value with "" for com/jsql/model/accessible/vendor/h2/Rce::getRunCmd → NO_COVERAGE |
return this.runCmd; |
| 56 | } | |
| 57 | ||
| 58 | public void setRunCmd(String runCmd) { | |
| 59 | this.runCmd = runCmd; | |
| 60 | } | |
| 61 | } | |
Mutations | ||
| 15 |
1.1 |
|
| 23 |
1.1 |
|
| 31 |
1.1 |
|
| 39 |
1.1 |
|
| 47 |
1.1 |
|
| 55 |
1.1 |