MCPcopy Create free account
hub / github.com/Nemo1870/sql-parse / before

Method before

src/test/java/com/sql/parse/statement/UpdateTest.java:27–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 private String simpleSql;
26
27 @Before
28 public void before() {
29 // TODO Auto-generated method stub
30 table = "table";
31 column1 = "column1";
32 column2 = "column2";
33 column3 = "column3";
34 value1 = "1";
35 value2 = "2";
36 simpleSql = "update " + table + " set pk = 1";
37 }
38
39 @Test
40 public void testParse() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected