• Home
  • Raw
  • Download

Lines Matching refs:SECTION

30     SECTION( "Empty test spec should have no filters" ) {
37 SECTION( "Test spec from empty string should have no filters" ) {
44 SECTION( "Test spec from just a comma should have no filters" ) {
51 SECTION( "Test spec from name should have one filter" ) {
58 SECTION( "Test spec from quoted name should have one filter" ) {
65 SECTION( "Test spec from name should have one filter" ) {
73 SECTION( "Wildcard at the start" ) {
82 SECTION( "Wildcard at the end" ) {
91 SECTION( "Wildcard at both ends" ) {
100 SECTION( "Redundant wildcard at the start" ) {
106 SECTION( "Redundant wildcard at the end" ) {
112 SECTION( "Redundant wildcard at both ends" ) {
118 SECTION( "Wildcard at both ends, redundant at start" ) {
126 SECTION( "Just wildcard" ) {
135 SECTION( "Single tag" ) {
142 SECTION( "Single tag, two matches" ) {
149 SECTION( "Two tags" ) {
156 SECTION( "Two tags, spare separated" ) {
163 SECTION( "Wildcarded name and tag" ) {
171 SECTION( "Single tag exclusion" ) {
178 SECTION( "One tag exclusion and one tag inclusion" ) {
185 SECTION( "One tag exclusion and one wldcarded name inclusion" ) {
193 SECTION( "One tag exclusion, using exclude:, and one wldcarded name inclusion" ) {
201 SECTION( "name exclusion" ) {
209 SECTION( "wildcarded name exclusion" ) {
217 SECTION( "wildcarded name exclusion with tag inclusion" ) {
225 SECTION( "wildcarded name exclusion, using exclude:, with tag inclusion" ) {
233 SECTION( "two wildcarded names" ) {
241 SECTION( "empty tag" ) {
249 SECTION( "empty quoted name" ) {
257 SECTION( "quoted string followed by tag exclusion" ) {
277 SECTION("empty args don't cause a crash") {
283 SECTION("default - no arguments") {
296 SECTION("test lists") {
297 SECTION("Specify one test case using") {
306 SECTION("Specify one test case exclusion using exclude:") {
316 SECTION("Specify one test case exclusion using ~") {
328 SECTION("reporter") {
329 SECTION("-r/console") {
334 SECTION("-r/xml") {
339 SECTION("--reporter/junit") {
344 SECTION("Only one reporter is accepted") {
347 SECTION("must match one of the available ones") {
357 SECTION("debugger") {
358 SECTION("-b") {
363 SECTION("--break") {
371 SECTION("abort") {
372 SECTION("-a aborts after first failure") {
377 SECTION("-x 2 aborts after two failures") {
382 SECTION("-x must be numeric") {
392 SECTION("nothrow") {
393 SECTION("-e") {
398 SECTION("--nothrow") {
405 SECTION("output filename") {
406 SECTION("-o filename") {
411 SECTION("--out") {
418 SECTION("combinations") {
419 SECTION("Single character flags can be combined") {
429 SECTION( "use-colour") {
433 SECTION( "without option" ) {
439 SECTION( "auto" ) {
445 SECTION( "yes" ) {
451 SECTION( "no" ) {
457 SECTION( "error" ) {