test: Code view ui tests
This commit is contained in:
@@ -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 ------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user