test: Code view ui tests

This commit is contained in:
Eberhard Graether
2018-09-07 12:46:31 +02:00
parent 1a39f9ddc0
commit d2a99cbab2
17 changed files with 1119 additions and 0 deletions
@@ -0,0 +1,13 @@
int a = b();
// TEST: incomplete file - continued
// START ----------------------------------------------------------------------
// RESULT 1: file button of 'incomplete.h' has file icon with x
// ACTION 2: Hover file name
// RESULT 2: Tooltip also shows "incomplete file:"
// END ------------------------------------------------------------------------
@@ -0,0 +1,13 @@
int c = 10;
// TEST: non-indexed file - continued
// START ----------------------------------------------------------------------
// RESULT 1: file button of 'non_indexed.h' has hatching
// ACTION 2: Hover file name
// RESULT 2: Tooltip also shows "non-indexed file:"
// END ------------------------------------------------------------------------
@@ -0,0 +1,13 @@
int d = d();
// TEST: non-indexed & incomplete file - continued
// START ----------------------------------------------------------------------
// RESULT 1: file button of 'non_indexed_and_incomplete.h' has hatching and file icon with x
// ACTION 2: Hover file name
// RESULT 2: Tooltip also shows "incomplete non-indexed file:"
// END ------------------------------------------------------------------------