Skip to content

Commit 08551ac

Browse files
committed
Removed redundancies in code.
1 parent 424c227 commit 08551ac

46 files changed

Lines changed: 247 additions & 288 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/CommandLine.Tests/Fakes/FakeOptionsWithDouble.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
// Copyright 2005-2015 Giacomo Stelluti Scala & Contributors. All rights reserved. See doc/License.md in the project root for license information.
22

3-
using System;
4-
using System.Collections.Generic;
5-
using System.Linq;
6-
using System.Text;
7-
83
namespace CommandLine.Tests.Fakes
94
{
105
class FakeOptionsWithDouble

src/CommandLine.Tests/Fakes/FakeOptionsWithEnum.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
// Copyright 2005-2015 Giacomo Stelluti Scala & Contributors. All rights reserved. See doc/License.md in the project root for license information.
22

3-
using System;
4-
using System.Collections.Generic;
5-
using System.Linq;
6-
using System.Text;
7-
83
namespace CommandLine.Tests.Fakes
94
{
105
public enum Colors

src/CommandLine.Tests/Fakes/FakeOptionsWithHelpTextEnum.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// Copyright 2005-2015 Giacomo Stelluti Scala & Contributors. All rights reserved. See doc/License.md in the project root for license information.
22

3-
using System.Collections.Generic;
4-
53
namespace CommandLine.Tests.Fakes
64
{
75
enum Shapes

src/CommandLine.Tests/Fakes/FakeOptionsWithSequence.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Copyright 2005-2015 Giacomo Stelluti Scala & Contributors. All rights reserved. See doc/License.md in the project root for license information.
22

3-
using System;
43
using System.Collections.Generic;
5-
using System.Linq;
6-
using System.Text;
74

85
namespace CommandLine.Tests.Fakes
96
{

src/CommandLine.Tests/Fakes/FakeOptionsWithSequenceAndOnlyMaxConstraint.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Copyright 2005-2015 Giacomo Stelluti Scala & Contributors. All rights reserved. See doc/License.md in the project root for license information.
22

3-
using System;
43
using System.Collections.Generic;
5-
using System.Linq;
6-
using System.Text;
74

85
namespace CommandLine.Tests.Fakes
96
{

src/CommandLine.Tests/Fakes/FakeOptionsWithSequenceAndOnlyMaxConstraintAsValue.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Copyright 2005-2015 Giacomo Stelluti Scala & Contributors. All rights reserved. See doc/License.md in the project root for license information.
22

3-
using System;
43
using System.Collections.Generic;
5-
using System.Linq;
6-
using System.Text;
74

85
namespace CommandLine.Tests.Fakes
96
{

src/CommandLine.Tests/Fakes/FakeOptionsWithSequenceAndOnlyMinConstraint.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Copyright 2005-2015 Giacomo Stelluti Scala & Contributors. All rights reserved. See doc/License.md in the project root for license information.
22

3-
using System;
43
using System.Collections.Generic;
5-
using System.Linq;
6-
using System.Text;
74

85
namespace CommandLine.Tests.Fakes
96
{

src/CommandLine.Tests/Fakes/FakeOptionsWithSequenceAndOnlyMinConstraintAsValue.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Copyright 2005-2015 Giacomo Stelluti Scala & Contributors. All rights reserved. See doc/License.md in the project root for license information.
22

3-
using System;
43
using System.Collections.Generic;
5-
using System.Linq;
6-
using System.Text;
74

85
namespace CommandLine.Tests.Fakes
96
{

src/CommandLine.Tests/Fakes/FakeOptionsWithSequenceAndSeparator.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Copyright 2005-2015 Giacomo Stelluti Scala & Contributors. All rights reserved. See doc/License.md in the project root for license information.
22

3-
using System;
43
using System.Collections.Generic;
5-
using System.Linq;
6-
using System.Text;
74

85
namespace CommandLine.Tests.Fakes
96
{

src/CommandLine.Tests/Fakes/FakeOptionsWithSequenceWithoutRange.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Copyright 2005-2015 Giacomo Stelluti Scala & Contributors. All rights reserved. See doc/License.md in the project root for license information.
22

3-
using System;
43
using System.Collections.Generic;
5-
using System.Linq;
6-
using System.Text;
74

85
namespace CommandLine.Tests.Fakes
96
{

0 commit comments

Comments
 (0)