• Home
  • Raw
  • Download

Lines Matching refs:PASS

1 :test-result: PASS # A test name that starts with a #
2 :test-result: PASS #542
3 :test-result: PASS #809
5 :test-result: PASS 'Not' checks that should succeed
6 :test-result: PASS (unimplemented) static bools can be evaluated
8 :test-result: PASS A METHOD_AS_TEST_CASE based test run that succeeds
10 :test-result: PASS A TEST_CASE_METHOD based test run that succeeds
13 :test-result: PASS AllOf matcher
14 :test-result: PASS An empty test with no assertions
15 :test-result: PASS An expression with side-effects should only be evaluated once
17 :test-result: PASS Anonymous test case 1
18 :test-result: PASS AnyOf matcher
19 :test-result: PASS Approximate PI
20 :test-result: PASS Approximate comparisons with different epsilons
21 :test-result: PASS Approximate comparisons with floats
22 :test-result: PASS Approximate comparisons with ints
23 :test-result: PASS Approximate comparisons with mixed numeric types
24 :test-result: PASS Assertions then sections
25 :test-result: PASS Character pretty printing
26 :test-result: PASS Comparing function pointers
27 :test-result: PASS Comparing member function pointers
28 :test-result: PASS Comparisons between ints where one side is computed
29 :test-result: PASS Comparisons between unsigned ints and negative signed ints match c++ standard be…
30 :test-result: PASS Comparisons with int literals don't warn when mixing signed/ unsigned
35 :test-result: PASS Demonstrate that a non-const == is not used
38 :test-result: PASS Equality checks that should succeed
39 :test-result: PASS Equals
41 :test-result: PASS Exception messages can be tested for
45 :test-result: PASS Factorials are computed
46 :test-result: PASS Generator over a range of pairs
47 :test-result: PASS Generators over two ranges
48 :test-result: PASS Greater-than inequalities with different epsilons
49 :test-result: PASS INFO and WARN do not abort tests
53 :test-result: PASS Inequality checks that should succeed
54 :test-result: PASS Less-than inequalities with different epsilons
55 :test-result: PASS Long strings can be wrapped
56 :test-result: PASS Long text is truncated
57 :test-result: PASS ManuallyRegistered
58 :test-result: PASS Matchers can be (AllOf) composed with the && operator
59 :test-result: PASS Matchers can be (AnyOf) composed with the || operator
60 :test-result: PASS Matchers can be composed with both && and ||
62 :test-result: PASS Matchers can be negated (Not) with the ! operator
65 :test-result: PASS Nice descriptive name
67 :test-result: PASS NotImplemented exception
68 :test-result: PASS Objects that evaluated in boolean contexts can be checked
69 :test-result: PASS Operators at different namespace levels not hijacked by Koenig lookup
71 :test-result: PASS Ordering comparison checks that should succeed
73 :test-result: PASS Parse test names and tags
74 :test-result: PASS Parsing a std::pair
75 :test-result: PASS Pointers can be compared to null
76 :test-result: PASS Pointers can be converted to strings
77 :test-result: PASS Process can be configured on command line
79 :test-result: PASS SUCCEED counts as a test pass
80 :test-result: PASS SUCCESS does not require an argument
81 :test-result: PASS Scenario: BDD tests requiring Fixtures to provide commonly-accessed data or meth…
82 :test-result: PASS Scenario: Do that thing with the thing
83 :test-result: PASS Scenario: This is a really long scenario name to see how the list command deals …
84 :test-result: PASS Scenario: Vector resizing affects size and capacity
87 :test-result: PASS Sends stuff to stdout and stderr
88 :test-result: PASS Some simple comparisons between doubles
91 :test-result: PASS Standard output from all sections is reported
93 :test-result: PASS String matchers
96 :test-result: PASS Strings can be rendered with colour
98 :test-result: PASS Tag alias can be registered against tag patterns
99 :test-result: PASS Test case with one argument
100 :test-result: PASS Test enum bit values
101 :test-result: PASS Text can be formatted using the Text class
102 :test-result: PASS The NO_FAIL macro reports a failure but does not fail the test
104 :test-result: PASS Tracker
106 :test-result: PASS Use a custom approx
107 :test-result: PASS Variadic macros
108 :test-result: PASS When checked exceptions are thrown they can be expected or unexpected
114 :test-result: PASS When unchecked exceptions are thrown, but caught, they do not affect the test
115 :test-result: PASS Where the LHS is not a simple value
116 :test-result: PASS Where there is more to the expression after the RHS
117 :test-result: PASS X/level/0/a
118 :test-result: PASS X/level/0/b
119 :test-result: PASS X/level/1/a
120 :test-result: PASS X/level/1/b
121 :test-result: PASS XmlEncode
122 :test-result: PASS atomic if
123 :test-result: PASS boolean member
124 :test-result: PASS checkedElse
126 :test-result: PASS checkedIf
128 :test-result: PASS comparisons between const int variables
129 :test-result: PASS comparisons between int variables
130 :test-result: PASS even more nested SECTION tests
131 :test-result: PASS first tag
132 spanner:test-result: PASS has printf
134 :test-result: PASS just info
138 :test-result: PASS nested SECTION tests
139 :test-result: PASS non streamable - with conv. op
140 :test-result: PASS not allowed
141 :test-result: PASS null strings
142 :test-result: PASS pair<pair<int,const char *,pair<std::string,int> > -> toString
143 :test-result: PASS pointer to class
144 :test-result: PASS random SECTION tests
145 :test-result: PASS replaceInPlace
146 :test-result: PASS second tag
149 :test-result: PASS std::pair<int,const std::string> -> toString
150 :test-result: PASS std::pair<int,std::string> -> toString
151 :test-result: PASS std::vector<std::pair<std::string,int> > -> toString
153 :test-result: PASS toString on const wchar_t const pointer returns the string contents
154 :test-result: PASS toString on const wchar_t pointer returns the string contents
155 :test-result: PASS toString on wchar_t const pointer returns the string contents
156 :test-result: PASS toString on wchar_t returns the string contents
157 :test-result: PASS toString( has_maker )
158 :test-result: PASS toString( has_maker_and_toString )
159 :test-result: PASS toString( has_toString )
160 :test-result: PASS toString( vectors<has_maker )
163 :test-result: PASS toString(enum w/operator<<)
164 :test-result: PASS toString(enum)
165 :test-result: PASS vector<int> -> toString
166 :test-result: PASS vector<string> -> toString
167 :test-result: PASS vectors can be sized and resized
168 :test-result: PASS xmlentitycheck