BadScript 2
Loading...
Searching...
No Matches
TokenTests.cs
Go to the documentation of this file.
1
// Copyright 2005-2015 Giacomo Stelluti Scala & Contributors. All rights reserved. See License.md in the project root for license information.
2
3
using
Xunit;
4
using
CommandLine.Core
;
5
6
namespace
CommandLine.Tests.Unit.Core
7
{
8
public
class
TokenTests
9
{
10
[Fact]
11
public
void
Equality
()
12
{
13
Assert.True(
Token
.
Name
(
"nametok"
).Equals(
Token
.
Name
(
"nametok"
)));
14
}
15
}
16
}
CommandLine.Core.Token
Definition
Token.cs:14
CommandLine.Core.Token.Name
static Token Name(string text)
Definition
Token.cs:25
CommandLine.Tests.Unit.Core.TokenTests
Definition
TokenTests.cs:9
CommandLine.Tests.Unit.Core.TokenTests.Equality
void Equality()
Definition
TokenTests.cs:11
CommandLine.Core
Definition
ArgumentsExtensions.cs:10
CommandLine.Tests.Unit.Core
Definition
GetoptTokenizerTests.cs:13
deps
commandlineparser
tests
CommandLine.Tests
Unit
Core
TokenTests.cs
Generated by
1.9.8