test: Fixed typos and issues in manual tests
This commit is contained in:
@@ -65,7 +65,7 @@ void reference_test()
|
||||
|
||||
// RESULTS:
|
||||
// - function is activated
|
||||
// - definition location and refernence location is active
|
||||
// - definition location and reference location is active
|
||||
// - reference navigation at top shows "2 references"
|
||||
|
||||
// END ------------------------------------------------------------------------
|
||||
@@ -158,7 +158,7 @@ int a = POW(42, 2); // <- ACTION 1: click on POW
|
||||
|
||||
|
||||
|
||||
// TEST: function tooltip
|
||||
// TEST: function tooltip - BROKEN
|
||||
// START ----------------------------------------------------------------------
|
||||
|
||||
std::vector<std::string> very_long_function_name_with_three_parameters( // <- ACTION 1: hover function
|
||||
@@ -188,7 +188,7 @@ std::vector<std::string> very_long_function_name_with_three_parameters( // <- AC
|
||||
|
||||
|
||||
|
||||
// TEST: auto tooltip
|
||||
// TEST: auto tooltip - BROKEN
|
||||
// START ----------------------------------------------------------------------
|
||||
|
||||
void auto_function(const std::vector<std::string>& strings)
|
||||
@@ -202,7 +202,7 @@ void auto_function(const std::vector<std::string>& strings)
|
||||
|
||||
|
||||
|
||||
// TEST: typedef tooltip
|
||||
// TEST: typedef tooltip - BROKEN
|
||||
// START ----------------------------------------------------------------------
|
||||
|
||||
typedef unsigned int uint;
|
||||
|
||||
@@ -8,7 +8,7 @@ namespace ERROR_TESTS
|
||||
// ACTION: click 'show errors' in the title bar
|
||||
|
||||
// RESULTS:
|
||||
// - title bar shows 3 references
|
||||
// - title bar shows 3 errors
|
||||
// - code shows 3 red locations
|
||||
// - error table is shown at bottom of view with 3 errors
|
||||
// - search view shows 'error error_tests.cpp'
|
||||
|
||||
@@ -96,17 +96,11 @@ private:
|
||||
int a = sum(1, 2); // <- ACTION 1: activate sum
|
||||
|
||||
/*
|
||||
// ACTION 2: click '-' button in snippet bar
|
||||
// ACTION 2: click into the file bar area
|
||||
// RESULT 2: snippet gets minimized
|
||||
|
||||
// ACTION 3: click '=' button in snippet bar
|
||||
// ACTION 3: click into the file bar area again
|
||||
// RESULT 3: snippet expands again
|
||||
|
||||
// ACTION 4: click into the file bar area
|
||||
// RESULT 4: snippet gets minimized
|
||||
|
||||
// ACTION 5: click into the file bar area again
|
||||
// RESULT 5: snippet gets expanded again
|
||||
*/
|
||||
|
||||
// END ------------------------------------------------------------------------
|
||||
|
||||
@@ -74,7 +74,7 @@ namespace image_export
|
||||
// TEST: zoom - mouse wheel
|
||||
// START ----------------------------------------------------------------------
|
||||
|
||||
// ACTION: Hold Ctrl/Cmd and scroll in the graph
|
||||
// ACTION: Hold Shift and scroll in the graph
|
||||
// RESULT: Zoom Level changes, percentage in lower left corner
|
||||
|
||||
// END ------------------------------------------------------------------------
|
||||
|
||||
@@ -121,6 +121,18 @@ class Level_4_Class_2
|
||||
class Level_3_Class_5 : public Level_2_Class_2 {};
|
||||
class Level_3_Class_6 : public Level_2_Class_2 {};
|
||||
|
||||
// ACTION 2: Show derived graph '^'
|
||||
// RESULTS 2:
|
||||
// - vertical layout using bezier curve edges
|
||||
// - nodes from level 1 to 4 displayed
|
||||
// - layout contains template specialization
|
||||
// - there are 2 framed groups in the graph
|
||||
|
||||
// ACTION 3: click on one framed group
|
||||
// ACTION 4: click on an edge connected to a framed group
|
||||
// RESULT 3 & 4: The groups are split
|
||||
|
||||
|
||||
class Level_4_Class_1 // <- ACTION 5: activate
|
||||
: public Level_3_Class_5
|
||||
, public Level_3_Class_6
|
||||
@@ -133,17 +145,6 @@ void level_5_func()
|
||||
Level_3_Class_1<bool> c;
|
||||
}
|
||||
|
||||
// ACTION 2: Show derived graph '^'
|
||||
// RESULTS 2:
|
||||
// - vertical layout using bezier curve edges
|
||||
// - nodes from level 1 to 4 displayed
|
||||
// - layout contains template specialization
|
||||
// - there are 2 framed groups in the graph
|
||||
|
||||
// ACTION 3: click on one framed group
|
||||
// ACTION 4: click on an edge connected to a framed group
|
||||
// RESULT 3 & 4: The groups are split
|
||||
|
||||
// ACTION 6: Show base graph 'v'
|
||||
// RESULTS 6: like before with other direction
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
// START ----------------------------------------------------------------------
|
||||
|
||||
// ACTION 1: Search for 'io::stringOut'
|
||||
// ACTION 2: Show caller graph
|
||||
// ACTION 2: Show caller graph '>'
|
||||
// ACTION 3: Change depth to 1
|
||||
// ACTION 3: Hide node 'Field'
|
||||
// ACTION 4: Search for 'main' and activate that symbol
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* Select "Custom" -> "Custom Command Source Group"
|
||||
* Click "Next"
|
||||
* Click "Next"
|
||||
* Add "python add.py $PROJECT_PATH $DB_PATH $STORAGE_VERSION $SOURCE_PATH" to "Custom Command"
|
||||
* Add "python add.py $PROJECT_PATH $DB_PATH $DB_VERSION $SOURCE_PATH" to "Custom Command"
|
||||
* Add "./src" to "Files & Directories to Index"
|
||||
* Add "**excl.txt" to "Excluded Files & Directories"
|
||||
* Add ".txt" to "Source File Extensions"
|
||||
|
||||
@@ -25,7 +25,7 @@ namespace AUTOCOMPLETION_TESTS
|
||||
|
||||
|
||||
|
||||
// TEST: Find Symbol with button
|
||||
// TEST: Find Symbol with button - BROKEN
|
||||
// START ----------------------------------------------------------------------
|
||||
|
||||
// ACTION: Search symbol 'main' and click find button
|
||||
|
||||
Reference in New Issue
Block a user