Skip to content

Commit

Permalink
test data improved
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoniRokitnicki committed Jun 9, 2024
1 parent aeb93b1 commit abeb157
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions testData/DynamicTestData-all.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@
String string;<fold text='' expand='false'>

</fold><fold text='' expand='false'>public String getString()<fold text=' { ' expand='false'> {<fold text=' ' expand='true'>
</fold></fold><fold text='' expand='true'>return</fold><fold text='' expand='true'> </fold>string<fold text=' ' expand='true'>;</fold><fold text='' expand='true'><fold text=' }' expand='false'>
</fold></fold><fold text='' expand='true'>return</fold><fold text='' expand='true'> </fold>string<fold text='' expand='true'>;</fold><fold text='' expand='true'><fold text=' }' expand='false'>
</fold>}</fold><fold text='' expand='false'></fold>

</fold><fold text='' expand='false'>public Data getData()<fold text=' { ' expand='false'> {<fold text=' ' expand='true'>
</fold></fold><fold text='' expand='true'>return</fold><fold text='' expand='true'> </fold>data<fold text=' ' expand='true'>;</fold><fold text='' expand='true'><fold text=' }' expand='false'>
</fold></fold><fold text='' expand='true'>return</fold><fold text='' expand='true'> </fold>data<fold text='' expand='true'>;</fold><fold text='' expand='true'><fold text=' }' expand='false'>
</fold>}</fold></fold>
}</fold>

public <fold text='⚡' expand='false'>static</fold> <fold text='💀' expand='false'>void</fold> aaa(Data data) <fold text='{...}' expand='true'>{
<fold text='val' expand='false'>var</fold> aa = <fold text='✨' expand='false'>new</fold> DynamicTestData()
<fold text='val' expand='false'>var</fold> aa = new DynamicTestData()
.<fold text='mainek1' expand='true'>main</fold>(
<fold text='✨' expand='false'>new</fold> DynamicTestData()
new DynamicTestData()
.<fold text='mainek2' expand='true'>main2</fold>(
<fold text='✨' expand='false'>new</fold> DynamicTestData()
new DynamicTestData()
.<fold text='mainek1' expand='true'>main</fold>(
main3(
<fold text='✨' expand='false'>new</fold> DynamicTestData()
new DynamicTestData()
.<fold text='mainek3' expand='true'>main3</fold>(
data.<fold text='data' expand='false'>getData()</fold>.<fold text='string' expand='false'>getString()</fold>
)
Expand All @@ -35,15 +35,15 @@
<fold text='' expand='false'>System.out.</fold>println(aa);
}</fold>

private String <fold text='mainek1' expand='true'>main</fold>(String args)<fold text=' { ' expand='false'> {<fold text=' ' expand='true'>
</fold></fold><fold text='' expand='true'>return</fold><fold text='' expand='true'> </fold>""<fold text=' ' expand='true'>;<fold text='' expand='true'><fold text=' }' expand='false'></fold>
<fold text='🚫' expand='false'>private</fold> String <fold text='mainek1' expand='true'>main</fold>(String args)<fold text=' { ' expand='false'> {<fold text=' ' expand='true'>
</fold></fold><fold text='' expand='true'>return</fold><fold text='' expand='true'> </fold>""<fold text='' expand='true'>;</fold><fold text='' expand='true'><fold text=' }' expand='false'>
</fold>}</fold>

private String <fold text='mainek2' expand='true'>main2</fold>(String args)<fold text=' { ' expand='false'> {<fold text=' ' expand='true'>
</fold></fold><fold text='' expand='true'>return</fold><fold text='' expand='true'> </fold>""<fold text=' ' expand='true'>;</fold><fold text='' expand='true'><fold text=' }' expand='false'>
<fold text='🚫' expand='false'>private</fold> String <fold text='mainek2' expand='true'>main2</fold>(String args)<fold text=' { ' expand='false'> {<fold text=' ' expand='true'>
</fold></fold><fold text='' expand='true'>return</fold><fold text='' expand='true'> </fold>""<fold text='' expand='true'>;</fold><fold text='' expand='true'><fold text=' }' expand='false'>
</fold>}</fold>

private static String <fold text='mainek3' expand='true'>main3</fold>(String args) <fold text='{...}' expand='true'>{
<fold text='🚫' expand='false'>private</fold> <fold text='⚡' expand='false'>static</fold> String <fold text='mainek3' expand='true'>main3</fold>(String args) <fold text='{...}' expand='true'>{
<fold text='' expand='false'>System.out.</fold>println(<fold text='"DynamicTestData.main3"' expand='false'>"DynamicTestData.main3"</fold>);
<fold text='🔙' expand='false'>return</fold> "";
}</fold>
Expand Down

0 comments on commit abeb157

Please sign in to comment.