Test suite
Test case 1
1: JdbcDAO jdbcDAO0 = new JdbcDAO("0", (JPasswordField) null);
Test case 2
1: JPasswordField jPasswordField0 = new JPasswordField("KVy_x}D8H");
2: JdbcDAO jdbcDAO0 = new JdbcDAO("KVy_x}D8H", jPasswordField0);
Test case 3
1: JPasswordField jPasswordField0 = new JPasswordField();
2: JdbcDAO jdbcDAO0 = new JdbcDAO((String) null, jPasswordField0);
Test case 4
1: JPasswordField jPasswordField0 = new JPasswordField("NL+zT}", 2164);
2: JdbcDAO jdbcDAO0 = new JdbcDAO((String) null, jPasswordField0);
Test case 5
1: JPasswordField jPasswordField0 = new JPasswordField("Pkc");
2: JdbcDAO jdbcDAO0 = new JdbcDAO("Pkc", jPasswordField0);
Source Code
1: No source found for uk.ac.sanger.artemis.chado.JdbcDAO
EvoSuite Parameters
- TARGET_CLASS: uk.ac.sanger.artemis.chado.JdbcDAO
- Size: 5
- Length: 9
- criterion: LINE;BRANCH;EXCEPTION;WEAKMUTATION;OUTPUT;METHOD;METHODNOEXCEPTION;CBRANCH
- Coverage: 0.13154390134801133
- BranchCoverage: 0.0149812734082397
- MethodCoverage: 0.013157894736842105
- OutputCoverage: 0.0
Back to Overview