@@ -366,7 +366,7 @@ public void Implicit_help_screen_in_verb_scenario()
366
366
var lines = result . ToNotEmptyLines ( ) . TrimStringArray ( ) ;
367
367
#if ! PLATFORM_DOTNET
368
368
lines [ 0 ] . Should ( ) . StartWithEquivalent ( "CommandLine" ) ;
369
- lines [ 1 ] . ShouldBeEquivalentTo ( "Copyright (c) 2005 - 2015 Giacomo Stelluti Scala" ) ;
369
+ lines [ 1 ] . ShouldBeEquivalentTo ( "Copyright (c) 2005 - 2018 Giacomo Stelluti Scala & Contributors " ) ;
370
370
#else
371
371
// Takes the name of the xUnit test program
372
372
lines [ 0 ] . Should ( ) . StartWithEquivalent ( "xUnit" ) ;
@@ -397,7 +397,7 @@ public void Double_dash_help_dispalys_verbs_index_in_verbs_scenario()
397
397
var lines = result . ToNotEmptyLines ( ) . TrimStringArray ( ) ;
398
398
#if ! PLATFORM_DOTNET
399
399
lines [ 0 ] . Should ( ) . StartWithEquivalent ( "CommandLine" ) ;
400
- lines [ 1 ] . ShouldBeEquivalentTo ( "Copyright (c) 2005 - 2015 Giacomo Stelluti Scala" ) ;
400
+ lines [ 1 ] . ShouldBeEquivalentTo ( "Copyright (c) 2005 - 2018 Giacomo Stelluti Scala & Contributors " ) ;
401
401
#else
402
402
// Takes the name of the xUnit test program
403
403
lines [ 0 ] . Should ( ) . StartWithEquivalent ( "xUnit" ) ;
@@ -452,7 +452,7 @@ public void Errors_of_type_MutuallyExclusiveSetError_are_properly_formatted()
452
452
var lines = result . ToNotEmptyLines ( ) . TrimStringArray ( ) ;
453
453
#if ! PLATFORM_DOTNET
454
454
lines [ 0 ] . Should ( ) . StartWithEquivalent ( "CommandLine" ) ;
455
- lines [ 1 ] . ShouldBeEquivalentTo ( "Copyright (c) 2005 - 2015 Giacomo Stelluti Scala" ) ;
455
+ lines [ 1 ] . ShouldBeEquivalentTo ( "Copyright (c) 2005 - 2018 Giacomo Stelluti Scala & Contributors " ) ;
456
456
#else
457
457
// Takes the name of the xUnit test program
458
458
lines [ 0 ] . Should ( ) . StartWithEquivalent ( "xUnit" ) ;
@@ -501,7 +501,7 @@ public void Properly_formatted_help_screen_is_displayed_when_usage_is_defined_in
501
501
var lines = result . ToNotEmptyLines ( ) . TrimStringArray ( ) ;
502
502
#if ! PLATFORM_DOTNET
503
503
lines [ 0 ] . Should ( ) . StartWithEquivalent ( "CommandLine" ) ;
504
- lines [ 1 ] . ShouldBeEquivalentTo ( "Copyright (c) 2005 - 2015 Giacomo Stelluti Scala" ) ;
504
+ lines [ 1 ] . ShouldBeEquivalentTo ( "Copyright (c) 2005 - 2018 Giacomo Stelluti Scala & Contributors " ) ;
505
505
#else
506
506
// Takes the name of the xUnit test program
507
507
lines [ 0 ] . Should ( ) . StartWithEquivalent ( "xUnit" ) ;
@@ -541,7 +541,7 @@ public void Properly_formatted_help_screen_is_displayed_when_there_is_a_hidden_v
541
541
var lines = result . ToNotEmptyLines ( ) . TrimStringArray ( ) ;
542
542
#if ! PLATFORM_DOTNET
543
543
lines [ 0 ] . Should ( ) . StartWithEquivalent ( "CommandLine" ) ;
544
- lines [ 1 ] . ShouldBeEquivalentTo ( "Copyright (c) 2005 - 2015 Giacomo Stelluti Scala" ) ;
544
+ lines [ 1 ] . ShouldBeEquivalentTo ( "Copyright (c) 2005 - 2018 Giacomo Stelluti Scala & Contributors " ) ;
545
545
#else
546
546
// Takes the name of the xUnit test program
547
547
lines [ 0 ] . Should ( ) . StartWithEquivalent ( "xUnit" ) ;
@@ -571,7 +571,7 @@ public void Properly_formatted_help_screen_is_displayed_when_there_is_a_hidden_v
571
571
var lines = result . ToNotEmptyLines ( ) . TrimStringArray ( ) ;
572
572
#if ! PLATFORM_DOTNET
573
573
lines [ 0 ] . Should ( ) . StartWithEquivalent ( "CommandLine" ) ;
574
- lines [ 1 ] . ShouldBeEquivalentTo ( "Copyright (c) 2005 - 2015 Giacomo Stelluti Scala" ) ;
574
+ lines [ 1 ] . ShouldBeEquivalentTo ( "Copyright (c) 2005 - 2018 Giacomo Stelluti Scala & Contributors " ) ;
575
575
#else
576
576
// Takes the name of the xUnit test program
577
577
lines [ 0 ] . Should ( ) . StartWithEquivalent ( "xUnit" ) ;
@@ -639,7 +639,7 @@ public void Specific_verb_help_screen_should_be_displayed_regardless_other_argum
639
639
var lines = result . ToNotEmptyLines ( ) . TrimStringArray ( ) ;
640
640
#if ! PLATFORM_DOTNET
641
641
lines [ 0 ] . Should ( ) . StartWithEquivalent ( "CommandLine" ) ;
642
- lines [ 1 ] . ShouldBeEquivalentTo ( "Copyright (c) 2005 - 2015 Giacomo Stelluti Scala" ) ;
642
+ lines [ 1 ] . ShouldBeEquivalentTo ( "Copyright (c) 2005 - 2018 Giacomo Stelluti Scala & Contributors " ) ;
643
643
#else
644
644
// Takes the name of the xUnit test program
645
645
lines [ 0 ] . Should ( ) . StartWithEquivalent ( "xUnit" ) ;
@@ -709,7 +709,7 @@ public void Properly_formatted_help_screen_excludes_help_as_unknown_option()
709
709
var lines = result . ToNotEmptyLines ( ) . TrimStringArray ( ) ;
710
710
#if ! PLATFORM_DOTNET
711
711
lines [ 0 ] . Should ( ) . StartWithEquivalent ( "CommandLine" ) ;
712
- lines [ 1 ] . ShouldBeEquivalentTo ( "Copyright (c) 2005 - 2015 Giacomo Stelluti Scala" ) ;
712
+ lines [ 1 ] . ShouldBeEquivalentTo ( "Copyright (c) 2005 - 2018 Giacomo Stelluti Scala & Contributors " ) ;
713
713
#else
714
714
// Takes the name of the xUnit test program
715
715
lines [ 0 ] . Should ( ) . StartWithEquivalent ( "xUnit" ) ;
0 commit comments