aboutsummaryrefslogtreecommitdiffstats
path: root/javaparser-symbol-solver-testing/src/test/resources/javaparser_methodcalls_expected_output/com_github_javaparser_Position.txt
diff options
context:
space:
mode:
Diffstat (limited to 'javaparser-symbol-solver-testing/src/test/resources/javaparser_methodcalls_expected_output/com_github_javaparser_Position.txt')
-rw-r--r--javaparser-symbol-solver-testing/src/test/resources/javaparser_methodcalls_expected_output/com_github_javaparser_Position.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/javaparser-symbol-solver-testing/src/test/resources/javaparser_methodcalls_expected_output/com_github_javaparser_Position.txt b/javaparser-symbol-solver-testing/src/test/resources/javaparser_methodcalls_expected_output/com_github_javaparser_Position.txt
new file mode 100644
index 000000000..e07e79ecd
--- /dev/null
+++ b/javaparser-symbol-solver-testing/src/test/resources/javaparser_methodcalls_expected_output/com_github_javaparser_Position.txt
@@ -0,0 +1,9 @@
+ Line 78) valid() ==> com.github.javaparser.Position.valid()
+ Line 82) valid() ==> com.github.javaparser.Position.valid()
+ Line 89) assertNotNull(position) ==> com.github.javaparser.utils.Utils.assertNotNull(T)
+ Line 101) assertNotNull(position) ==> com.github.javaparser.utils.Utils.assertNotNull(T)
+ Line 113) assertNotNull(o) ==> com.github.javaparser.utils.Utils.assertNotNull(T)
+ Line 114) isBefore(o) ==> com.github.javaparser.Position.isBefore(com.github.javaparser.Position)
+ Line 117) isAfter(o) ==> com.github.javaparser.Position.isAfter(com.github.javaparser.Position)
+ Line 126) getClass() ==> java.lang.Object.getClass()
+ Line 126) o.getClass() ==> java.lang.Object.getClass()