tests: Add invalid "method" tests to increase coverage
commitb03d7515ac261c85f5f6126cd6500087be0ee5ea
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 5 Feb 2018 15:19:56 +0000 (5 16:19 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 5 Feb 2018 15:19:56 +0000 (5 16:19 +0100)
tree11c90a2550fdea7de4754630e4ba7eb6b5217e57
parent78c37a77eeea95526305c7907a379f86de958810
tests: Add invalid "method" tests to increase coverage
24 files changed:
tests/Makefile.am
tests/semantic/method-abstract-body.test [new file with mode: 0644]
tests/semantic/method-abstract.test [new file with mode: 0644]
tests/semantic/method-async-ref-parameter.test [new file with mode: 0644]
tests/semantic/method-body.test [new file with mode: 0644]
tests/semantic/method-class-abstract.test [new file with mode: 0644]
tests/semantic/method-derived-compact.test [new file with mode: 0644]
tests/semantic/method-error-accessibility.test [new file with mode: 0644]
tests/semantic/method-extern-abstract.test [new file with mode: 0644]
tests/semantic/method-extern-body.test [new file with mode: 0644]
tests/semantic/method-extern-virtual.test [new file with mode: 0644]
tests/semantic/method-main-async.test [new file with mode: 0644]
tests/semantic/method-main-inline.test [new file with mode: 0644]
tests/semantic/method-main-throws.test [new file with mode: 0644]
tests/semantic/method-override.test [new file with mode: 0644]
tests/semantic/method-postcondition.test [new file with mode: 0644]
tests/semantic/method-precondition.test [new file with mode: 0644]
tests/semantic/method-private-abstract.test [new file with mode: 0644]
tests/semantic/method-private-override.test [new file with mode: 0644]
tests/semantic/method-private-virtual.test [new file with mode: 0644]
tests/semantic/method-protected.test [new file with mode: 0644]
tests/semantic/method-return-accessibility.test [new file with mode: 0644]
tests/semantic/method-virtual-body.test [new file with mode: 0644]
tests/semantic/method-virtual.test [new file with mode: 0644]