Lines Matching full:test
10 # Snippet test types used by the test implementation to steer the test logic
12 prompt "Snippet Test Type"
16 bool "Test Type: None"
18 Test the initial state with no snippets applied.
21 bool "Test Type: Foo"
23 Test the `foo` snippet from the default application snippet root.
26 bool "Test Type: Bar"
28 Test the `bar` snippet from an extra snippet root.
31 bool "Test Type: Foo-Bar"
33 Test the snippet processing order (1. foo, 2. bar)
36 bool "Test Type: Bar-Foo"
38 Test the snippet processing order (1. bar, 2. foo)
42 # Test values set by the snippet config overlays and tested by the test logic
44 int "Test value set by the 'foo' snippet config overlay"
50 int "Test value set by the 'foo' snippet config overlay"
56 int "Test value set by the snippet config overlays"