Lines Matching full:seen
122 INFO( "this should never be seen" );
125 FAIL( "Previous info should not be seen" );
148 unscoped_info( "this should NOT be seen" );
149 unscoped_info( "this also should NOT be seen" );
153 FAIL( "previous unscoped info SHOULD not be seen" );
157 unscoped_info( "this MAY be seen IF info is printed for passing assertions" );
162 unscoped_info( "this SHOULD be seen" );
163 unscoped_info( "this SHOULD also be seen" );
165 unscoped_info( "but this should NOT be seen" );
169 …unscoped_info( "this MAY be seen only for the FIRST assertion IF info is printed for passing asser…
171 …unscoped_info( "this MAY be seen only for the SECOND assertion IF info is printed for passing asse…
173 unscoped_info( "this SHOULD be seen" );
178 unscoped_info( "this SHOULD be seen only ONCE" );
181 unscoped_info( "this MAY also be seen only ONCE IF info is printed for passing assertions" );