Add Root Preload tasks-factory test Change-Id: I5b1519888e447c0c31da1f3ed66a9bfad9d71d6c
diff --git a/src/main/resources/Documentation/test/task_states.md b/src/main/resources/Documentation/test/task_states.md index ae6f44c..dc41b90 100644 --- a/src/main/resources/Documentation/test/task_states.md +++ b/src/main/resources/Documentation/test/task_states.md
@@ -1740,6 +1740,40 @@ ] } +[root "Root Preload tasks-factory"] + subtasks-factory = tasks-factory Preload tasks-factory + +[tasks-factory "tasks-factory Preload tasks-factory"] + names-factory = names-factory static list + preload-task = Subtask PASS + +{ + "applicable" : true, + "hasPass" : false, + "name" : "Root Preload tasks-factory", + "status" : "PASS", + "subTasks" : [ + { + "applicable" : true, + "hasPass" : true, + "name" : "my a task", + "status" : "PASS" + }, + { + "applicable" : true, + "hasPass" : true, + "name" : "my b task", + "status" : "PASS" + }, + { + "applicable" : true, + "hasPass" : true, + "name" : "my c task", + "status" : "PASS" + } + ] +} + [root "Root INVALID Preload"] preload-task = missing