]> git.ipfire.org Git - thirdparty/vala.git/commit
tests: Add invalid "object creation" tests to increase coverage
authorRico Tzschichholz <ricotz@ubuntu.com>
Sat, 22 Sep 2018 08:42:55 +0000 (10:42 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 22 Sep 2018 08:44:33 +0000 (10:44 +0200)
commit9dc710ec2b2030e18ab0c2e067e48ac830d864a9
tree0c4f47ae0f8bcb22557ea58392f890d1987d4fd9
parent5c4110e231ca384730dd0f60d7f9b59c9ab7831f
tests: Add invalid "object creation" tests to increase coverage
tests/Makefile.am
tests/semantic/objectcreation-abstract-class.test [new file with mode: 0644]
tests/semantic/objectcreation-no-creation-method.test [new file with mode: 0644]
tests/semantic/objectcreation-non-public-constructor.test [new file with mode: 0644]
tests/semantic/objectcreation-unsupported-type.test [new file with mode: 0644]