1 Passing Flags parameter tests. This test checks if passing Flags parameters to DirectoryEntry.getFile does not crash and works as expected.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 * Passing JSON Flags object.
7 * Passing JSON Flags object (with exclusive=true).
8 * Passing null as a flags parameter.
9 * Passing a number as a flags parameter.
10 Caught exception: TypeError: Failed to execute 'getFile' on 'DirectoryEntry': parameter 2 ('options') is not an object.
11 Finished running tests.
12 PASS expectedCallbacksCount is 1
13 PASS unexpectedCallbacksCount is 0
14 PASS successfullyParsed is true