PageRenderTime 540ms queryTime 53ms sortTime 14ms getByIdsTime 167ms findMatchingLines 239ms

100+ results results for 'using xunit; repo:ninject' (540 ms)

Not the results you expected?
AuthorizationClientTests.cs https://gitlab.com/SplatoonModdingHub/GitHub-API-.NET | C# | 239 lines
                    
1using System.Threading.Tasks;
                    
2using Xunit;
                    
3
                    
62        [IntegrationTest]
                    
63        public async Task CannotCreatePersonalTokenWhenUsingOauthTokenCredentials()
                    
64        {
                    
                
ProtectedKeywordRecommenderTests.cs https://gitlab.com/sharadag/TestProject2 | C# | 370 lines
                    
2
                    
3using Microsoft.CodeAnalysis;
                    
4using Microsoft.CodeAnalysis.Text;
                    
4using Microsoft.CodeAnalysis.Text;
                    
5using Roslyn.Test.Utilities;
                    
6using Roslyn.Test.Utilities.Parallel;
                    
6using Roslyn.Test.Utilities.Parallel;
                    
7using Xunit;
                    
8
                    
45        [Fact, Trait(Traits.Feature, Traits.Features.KeywordRecommending)]
                    
46        public void NotInUsingAlias()
                    
47        {
                    
48            VerifyAbsence(
                    
49@"using Foo = $$");
                    
50        }
                    
                
WinMdMetadataTests.cs https://gitlab.com/sharadag/Roslyn | C# | 245 lines
                    
5using System.IO;
                    
6using System.Linq;
                    
7using System.Text;
                    
8
                    
9using Microsoft.CodeAnalysis;
                    
10using Microsoft.CodeAnalysis.CSharp.Symbols.Metadata.PE;
                    
11using Microsoft.CodeAnalysis.CSharp.Symbols;
                    
12using Microsoft.CodeAnalysis.CSharp.Syntax;
                    
13using Microsoft.CodeAnalysis.CSharp.Test.Utilities;
                    
14
                    
15using Microsoft.CodeAnalysis.Test.Utilities;
                    
16using Microsoft.CodeAnalysis.Text;
                    
19
                    
20using Xunit;
                    
21
                    
                
AbstractSuppressionAllCodeTests.cs https://gitlab.com/sharadag/TestProject2 | C# | 162 lines
                    
2
                    
3using System;
                    
4using System.Collections.Generic;
                    
4using System.Collections.Generic;
                    
5using System.Collections.Immutable;
                    
6using System.Linq;
                    
6using System.Linq;
                    
7using System.Threading;
                    
8using Microsoft.CodeAnalysis.CodeActions;
                    
8using Microsoft.CodeAnalysis.CodeActions;
                    
9using Microsoft.CodeAnalysis.CodeFixes.Suppression;
                    
10using Microsoft.CodeAnalysis.Diagnostics;
                    
13using Roslyn.Utilities;
                    
14using Xunit;
                    
15
                    
                
SyntaxComparerTests.cs https://gitlab.com/sharadag/Roslyn | C# | 176 lines
                    
2
                    
3using System;
                    
4using System.Collections.Immutable;
                    
4using System.Collections.Immutable;
                    
5using Microsoft.CodeAnalysis.Differencing;
                    
6using Roslyn.Test.Utilities;
                    
6using Roslyn.Test.Utilities;
                    
7using Xunit;
                    
8
                    
                
ThreadPoolBoundHandle_AllocateNativeOverlappedTests.cs https://gitlab.com/0072016/0072016-corefx- | C# | 272 lines
                    
5using System;
                    
6using System.Runtime.InteropServices;
                    
7using System.Threading;
                    
7using System.Threading;
                    
8using Xunit;
                    
9
                    
14    {
                    
15        using(ThreadPoolBoundHandle handle = CreateThreadPoolBoundHandle())
                    
16        {
                    
86    {
                    
87        using(ThreadPoolBoundHandle handle = CreateThreadPoolBoundHandle())
                    
88        {
                    
227    {
                    
228        using(ThreadPoolBoundHandle handle = CreateThreadPoolBoundHandle())
                    
229        {
                    
                
FileSystemWatcher.MoveFile.cs https://gitlab.com/0072016/0072016-corefx- | C# | 238 lines
                    
5using System;
                    
6using System.IO;
                    
7using System.Threading;
                    
7using System.Threading;
                    
8using Xunit;
                    
9
                    
122    {
                    
123        using (var dir = Utility.CreateTestDirectory(Guid.NewGuid().ToString()))
                    
124        using (var watcher = new FileSystemWatcher())
                    
130            // create a file
                    
131            using (var testFile = new TemporaryTestFile(Path.Combine(dir.Path, "file")))
                    
132            {
                    
157    {
                    
158        using (var dir = Utility.CreateTestDirectory(Guid.NewGuid().ToString()))
                    
159        using (var dir_unwatched = new TemporaryTestDirectory(Path.GetRandomFileName()))
                    
                
BinaryExclusiveOrTests.cs https://gitlab.com/0072016/0072016-corefx- | C# | 271 lines
                    
5using System;
                    
6using Xunit;
                    
7
                    
                
RepositoryHooksClientTest.cs https://gitlab.com/Hexexpeck/GitHub-API-.NET | C# | 345 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Threading.Tasks;
                    
4using NSubstitute;
                    
4using NSubstitute;
                    
5using Xunit;
                    
6
                    
                
CustomInteractiveDiagnosticsFixture.cs git://github.com/NancyFx/Nancy.git | C# | 159 lines
                    
2{
                    
3    using System;
                    
4    using System.Collections.Generic;
                    
5    using System.Linq;
                    
6    using Nancy.Bootstrapper;
                    
7    using Nancy.Cookies;
                    
7    using Nancy.Cookies;
                    
8    using Nancy.Cryptography;
                    
9    using Nancy.Culture;
                    
10    using Nancy.Diagnostics;
                    
11    using Nancy.Localization;
                    
12    using Nancy.ModelBinding;
                    
17    using Nancy.Tests; //While this directive is redundant, it's required to build on mono 2.x to allow it to resolve the Should* extension methods
                    
18    using Xunit;
                    
19
                    
                
FileSystemWatcher.Renamed.cs https://gitlab.com/0072016/0072016-corefx- | C# | 219 lines
                    
6using System.Threading;
                    
7using Xunit;
                    
8
                    
13    {
                    
14        using (var dir = Utility.CreateTestDirectory())
                    
15        using (var watcher = new FileSystemWatcher("."))
                    
48            using (var testFile = new TemporaryTestFile(Path.Combine(dir.Path, "file")))
                    
49            using (var testDir = new TemporaryTestDirectory(Path.Combine(dir.Path, "dir")))
                    
50            {
                    
104
                    
105            using (var dir1 = new TemporaryTestDirectory(Path.Combine(dir.Path, "dir1")))
                    
106            {
                    
108
                    
109                using (var dir2 = new TemporaryTestDirectory(Path.Combine(dir1.Path, "dir2")))
                    
110                {
                    
                
Compile.cs https://boilen.svn.codeplex.com/svn | C# | 152 lines
                    
1
                    
2using Boilen.Guards;
                    
3using Microsoft.CSharp;
                    
3using Microsoft.CSharp;
                    
4using System;
                    
5using System.CodeDom.Compiler;
                    
5using System.CodeDom.Compiler;
                    
6using System.Collections.Generic;
                    
7using System.Diagnostics;
                    
7using System.Diagnostics;
                    
8using System.IO;
                    
9using System.Linq;
                    
10using System.Reflection;
                    
11using Xunit;
                    
12
                    
                
WindowHtmlBuilderTests.cs https://TelerikASPNETMVC.svn.codeplex.com/svn | C# | 221 lines
                    
2{
                    
3    using Xunit;
                    
4    
                    
4    
                    
5    using Infrastructure;
                    
6    using Moq;
                    
                
SiteMapHandlerTests.cs https://TelerikASPNETMVC.svn.codeplex.com/svn | C# | 136 lines
                    
2{
                    
3    using System;
                    
4    using System.IO;
                    
4    using System.IO;
                    
5    using System.Web;
                    
6    using System.Web.Routing;
                    
8    using Moq;
                    
9    using Xunit;
                    
10
                    
                
OpenGlHelper.java https://gitlab.com/Hexeption/Thx | Java | 1033 lines
                    
63     */
                    
64    public static int defaultTexUnit;
                    
65
                    
69     */
                    
70    public static int lightmapTexUnit;
                    
71    public static int GL_TEXTURE2;
                    
117        {
                    
118            logText = logText + "Using ARB_multitexture.\n";
                    
119            defaultTexUnit = 33984;
                    
124        {
                    
125            logText = logText + "Using GL 1.3 multitexturing.\n";
                    
126            defaultTexUnit = 33984;
                    
132        {
                    
133            logText = logText + "Using ARB_texture_env_combine.\n";
                    
134            GL_COMBINE = 34160;
                    
                
UserRepositoryTests.cs https://gitlab.com/jmiguelcouto/GitLab.NET | C# | 702 lines
                    
1using System;
                    
2using System.Threading.Tasks;
                    
2using System.Threading.Tasks;
                    
3using GitLab.NET.Abstractions;
                    
4using GitLab.NET.Repositories;
                    
5using NSubstitute;
                    
6using Xunit;
                    
7
                    
                
MergeRequestRepositoryTests.cs https://gitlab.com/jmiguelcouto/GitLab.NET | C# | 658 lines
                    
1using NSubstitute;
                    
2using System;
                    
2using System;
                    
3using System.Threading.Tasks;
                    
4using GitLab.NET.Abstractions;
                    
5using GitLab.NET.Repositories;
                    
6using Xunit;
                    
7
                    
                
DataSegmentTest.cs https://hg01.codeplex.com/edinet | C# | 213 lines
                    
1using EdiNet;
                    
2using Xunit;
                    
3using System;
                    
                
UriExtensionsTests.cs git://pkgs.fedoraproject.org/wine-mono | C# | 176 lines
                    
2
                    
3using System.Collections.Specialized;
                    
4using System.Net.Http.Formatting.DataSets;
                    
4using System.Net.Http.Formatting.DataSets;
                    
5using Microsoft.TestCommon;
                    
6using Newtonsoft.Json.Linq;
                    
6using Newtonsoft.Json.Linq;
                    
7using Xunit;
                    
8using Xunit.Extensions;
                    
8using Xunit.Extensions;
                    
9using Assert = Microsoft.TestCommon.AssertEx;
                    
10
                    
                
RazorCodeGeneratorTest.cs git://pkgs.fedoraproject.org/wine-mono | C# | 149 lines
                    
4
                    
5using System.CodeDom;
                    
6using System.CodeDom.Compiler;
                    
6using System.CodeDom.Compiler;
                    
7using System.Collections.Generic;
                    
8using System.Diagnostics;
                    
8using System.Diagnostics;
                    
9using System.IO;
                    
10using System.Linq;
                    
10using System.Linq;
                    
11using System.Text;
                    
12using System.Web.Razor.Generator;
                    
14using System.Web.WebPages.TestUtils;
                    
15using Xunit;
                    
16
                    
                
NameValueCollectionValueProviderTest.cs git://pkgs.fedoraproject.org/wine-mono | C# | 211 lines
                    
2
                    
3using System.Collections.Generic;
                    
4using System.Collections.Specialized;
                    
5using System.Globalization;
                    
6using Xunit;
                    
7using Assert = Microsoft.TestCommon.AssertEx;
                    
                
OpenGlHelper.java https://gitlab.com/finesse/era-minecraft | Java | 702 lines
                    
35     */
                    
36    public static int defaultTexUnit;
                    
37
                    
41     */
                    
42    public static int lightmapTexUnit;
                    
43    public static int GL_TEXTURE2;
                    
85        if (arbMultitexture) {
                    
86            logText = logText + "Using ARB_multitexture.\n";
                    
87            defaultTexUnit = 33984;
                    
90        } else {
                    
91            logText = logText + "Using GL 1.3 multitexturing.\n";
                    
92            defaultTexUnit = 33984;
                    
97        if (arbTextureEnvCombine) {
                    
98            logText = logText + "Using ARB_texture_env_combine.\n";
                    
99            GL_COMBINE = 34160;
                    
                
ServerTests.cs https://gitlab.com/rekby-archive/onlyoffice-CommunityServer | C# | 856 lines
                    
3using System.Net;
                    
4using Newtonsoft.Json;
                    
5using Newtonsoft.Json.Linq;
                    
5using Newtonsoft.Json.Linq;
                    
6using OpenStack.Compute.v2_1.Serialization;
                    
7using OpenStack.Serialization;
                    
9using OpenStack.Testing;
                    
10using Xunit;
                    
11
                    
112        {
                    
113            using (var httpTest = new HttpTest())
                    
114            {
                    
356        {
                    
357            using (var httpTest = new HttpTest())
                    
358            {
                    
                
ServerTests.cs https://gitlab.com/rekby-archive/onlyoffice-CommunityServer | C# | 473 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Diagnostics;
                    
4using System.Linq;
                    
4using System.Linq;
                    
5using System.Threading.Tasks;
                    
6using Flurl.Http;
                    
6using Flurl.Http;
                    
7using Xunit;
                    
8using Xunit.Abstractions;
                    
8using Xunit.Abstractions;
                    
9using VolumeState = net.openstack.Core.Domain.VolumeState;
                    
10
                    
                
Gfx_OpenGL.cpp https://gitlab.com/dahbearz/Serious-Engine | C++ | 931 lines
                    
70extern BOOL GFX_bTruform;
                    
71extern INDEX GFX_iActiveTexUnit;
                    
72extern FLOAT GFX_fMinDepthRange;
                    
78extern INDEX GFX_iTexModulation[GFX_MAXTEXUNITS];
                    
79extern BOOL  glbUsingVARs = FALSE;   // vertex_array_range
                    
80
                    
219
                    
220	// create context using the default accelerated pixelformat that was passed
                    
221	hglrc = pwglCreateContext(hdc);
                    
                
LocationInfoGetterTests.cs https://gitlab.com/sharadag/TestProject2 | C# | 495 lines
                    
2
                    
3using System.Linq;
                    
4using System.Threading;
                    
4using System.Threading;
                    
5using Microsoft.CodeAnalysis.CSharp;
                    
6using Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces;
                    
6using Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces;
                    
7using Microsoft.VisualStudio.LanguageServices.CSharp.Debugging;
                    
8using Roslyn.Test.Utilities;
                    
9using Roslyn.Utilities;
                    
10using Xunit;
                    
11
                    
17        {
                    
18            using (var workspace = CSharpWorkspaceFactory.CreateWorkspaceFromLines(new[] { markup }, parseOptions))
                    
19            {
                    
                
TransactionTest.cs https://gitlab.com/0072016/0072016-corefx- | C# | 369 lines
                    
4
                    
5using Xunit;
                    
6
                    
68        {
                    
69            using (var conn = new SqlConnection(_connectionString))
                    
70            {
                    
80        {
                    
81            using (var conn = new SqlConnection(_connectionString))
                    
82            {
                    
91        {
                    
92            using (SqlConnection connection = new SqlConnection(_connectionString))
                    
93            {
                    
94                connection.Open();
                    
95                using (SqlCommand command = new SqlCommand(string.Format("TRUNCATE TABLE [{0}]; TRUNCATE TABLE [{1}]", s_tempTableName1, s_tempTableName2), connection))
                    
96                {
                    
                
UriStringTests.cs https://gitlab.com/github-cloud-corporation/VisualStudio | C# | 306 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using GitHub.Primitives;
                    
4using Xunit;
                    
5
                    
                
RepositoryCreationViewModelTests.cs https://gitlab.com/github-cloud-corporation/VisualStudio | C# | 639 lines
                    
3using System.Reactive;
                    
4using System.Reactive.Linq;
                    
5using System.Threading.Tasks;
                    
5using System.Threading.Tasks;
                    
6using GitHub.Extensions.Reactive;
                    
7using GitHub.Models;
                    
8using GitHub.Services;
                    
9using GitHub.ViewModels;
                    
10using NSubstitute;
                    
10using NSubstitute;
                    
11using Octokit;
                    
12using Rothko;
                    
13using UnitTests;
                    
14using Xunit;
                    
15using GitHub.Extensions;
                    
                
ModelServiceTests.cs https://gitlab.com/github-cloud-corporation/VisualStudio | C# | 573 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
5using System.Reactive;
                    
6using System.Reactive.Linq;
                    
7using System.Threading.Tasks;
                    
7using System.Threading.Tasks;
                    
8using Akavache;
                    
9using GitHub.Api;
                    
10using GitHub.Caches;
                    
11using GitHub.Services;
                    
12using NSubstitute;
                    
13using Octokit;
                    
14using Xunit;
                    
15using System.Globalization;
                    
                
UIControllerTests.cs https://gitlab.com/github-cloud-corporation/VisualStudio | C# | 827 lines
                    
3using System.Reactive.Linq;
                    
4using GitHub.Controllers;
                    
5using GitHub.Models;
                    
5using GitHub.Models;
                    
6using GitHub.Services;
                    
7using GitHub.UI;
                    
8using NSubstitute;
                    
9using Xunit;
                    
10using UnitTests;
                    
12using ReactiveUI;
                    
13using System.Collections.Generic;
                    
14using System.Reactive.Subjects;
                    
270
                    
271            using (var uiController = new UIController((IUIProvider)provider, hosts, factory, cm))
                    
272            {
                    
                
RepositoryPublishViewModelTests.cs https://gitlab.com/admin-github-cloud/VisualStudio | C# | 419 lines
                    
1using System.Reactive.Linq;
                    
2using GitHub.Models;
                    
2using GitHub.Models;
                    
3using GitHub.Services;
                    
4using GitHub.ViewModels;
                    
5using NSubstitute;
                    
6using Xunit;
                    
7using UnitTests;
                    
7using UnitTests;
                    
8using System.Threading.Tasks;
                    
9using System;
                    
9using System;
                    
10using GitHub.Primitives;
                    
11using GitHub.Info;
                    
11using GitHub.Info;
                    
12using System.Collections.Generic;
                    
13using System.Collections.ObjectModel;
                    
                
ObservableGistClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 720 lines
                    
1using System;
                    
2using System.Reactive.Linq;
                    
2using System.Reactive.Linq;
                    
3using System.Threading.Tasks;
                    
4using Octokit;
                    
4using Octokit;
                    
5using Octokit.Reactive;
                    
6using Octokit.Tests.Integration;
                    
6using Octokit.Tests.Integration;
                    
7using Xunit;
                    
8
                    
                
ObservableEventsClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 783 lines
                    
1using System.Linq;
                    
2using System.Reactive.Linq;
                    
2using System.Reactive.Linq;
                    
3using System.Threading.Tasks;
                    
4using Octokit.Reactive;
                    
4using Octokit.Reactive;
                    
5using Xunit;
                    
6
                    
                
StarredClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 866 lines
                    
1using System;
                    
2using System.Linq;
                    
2using System.Linq;
                    
3using System.Threading.Tasks;
                    
4using Octokit.Tests.Integration.Helpers;
                    
4using Octokit.Tests.Integration.Helpers;
                    
5using Xunit;
                    
6
                    
                
SearchClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 560 lines
                    
1using System.Collections.Generic;
                    
2using System.Collections.ObjectModel;
                    
2using System.Collections.ObjectModel;
                    
3using System.Linq;
                    
4using System.Threading.Tasks;
                    
4using System.Threading.Tasks;
                    
5using Octokit;
                    
6using Octokit.Tests.Integration;
                    
6using Octokit.Tests.Integration;
                    
7using Xunit;
                    
8
                    
143    [IntegrationTest]
                    
144    public async Task SearchForAllIssuesWithoutUsingTerm()
                    
145    {
                    
158    [IntegrationTest]
                    
159    public async Task SearchForAllIssuesUsingTerm()
                    
160    {
                    
                
RepositoryHooksClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 487 lines
                    
1using Octokit.Tests.Integration.fixtures;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Threading.Tasks;
                    
4using System.Threading.Tasks;
                    
5using Xunit;
                    
6
                    
                
RepositoryForksClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 475 lines
                    
1using System.Linq;
                    
2using System.Threading.Tasks;
                    
2using System.Threading.Tasks;
                    
3using Xunit;
                    
4
                    
                
RepositoryContentsClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 579 lines
                    
1using System;
                    
2using System.Linq;
                    
2using System.Linq;
                    
3using System.Threading.Tasks;
                    
4using Octokit.Tests.Integration.Helpers;
                    
4using Octokit.Tests.Integration.Helpers;
                    
5using Xunit;
                    
6
                    
302
                    
303            using (var context = await client.CreateRepositoryContext(new NewRepository(repoName) { AutoInit = true }))
                    
304            {
                    
346
                    
347            using (var context = await client.CreateRepositoryContext(new NewRepository(repoName) { AutoInit = true }))
                    
348            {
                    
                
RepositoryCommitsClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 506 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Threading.Tasks;
                    
4using System.Threading.Tasks;
                    
5using Octokit;
                    
6using Octokit.Tests.Integration;
                    
6using Octokit.Tests.Integration;
                    
7using Xunit;
                    
8using Octokit.Tests.Integration.Helpers;
                    
395        [IntegrationTest]
                    
396        public async Task CanCompareUsingSha()
                    
397        {
                    
410        [IntegrationTest]
                    
411        public async Task CanCompareUsingShaWithRepositoryId()
                    
412        {
                    
                
RepositoryCommentsClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 769 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Threading.Tasks;
                    
4using System.Threading.Tasks;
                    
5using Octokit;
                    
6using Octokit.Tests.Integration;
                    
7using Octokit.Tests.Integration.Helpers;
                    
8using Xunit;
                    
9
                    
43        {
                    
44            using (var context = await _github.CreateRepositoryContext(Helper.MakeNameWithTimestamp("CommitCommentsReactionTests")))
                    
45            {
                    
206            var numberToCreate = 2;
                    
207            using (var context = await _github.CreateRepositoryContext(Helper.MakeNameWithTimestamp("CommitCommentsReactionTests")))
                    
208            {
                    
                
RepositoriesClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 1392 lines
                    
3using System.Globalization;
                    
4using System.Linq;
                    
5using System.Threading.Tasks;
                    
5using System.Threading.Tasks;
                    
6using Octokit;
                    
7using Octokit.Tests.Integration;
                    
8using Octokit.Tests.Integration.Helpers;
                    
9using Xunit;
                    
10
                    
53
                    
54            using (var context = await github.CreateRepositoryContext(new NewRepository(repoName) { Private = true }))
                    
55            {
                    
217
                    
218            using (var context = await github.CreateRepositoryContext(repository))
                    
219            {
                    
                
ReleasesClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 857 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.IO;
                    
4using System.IO.Compression;
                    
4using System.IO.Compression;
                    
5using System.Linq;
                    
6using System.Text;
                    
6using System.Text;
                    
7using System.Threading.Tasks;
                    
8using Octokit;
                    
8using Octokit;
                    
9using Octokit.Tests.Integration;
                    
10using Octokit.Tests.Integration.Helpers;
                    
10using Octokit.Tests.Integration.Helpers;
                    
11using Xunit;
                    
12
                    
                
PullRequestsClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 899 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Threading.Tasks;
                    
4using System.Threading.Tasks;
                    
5using Octokit;
                    
6using Octokit.Tests.Integration;
                    
7using Octokit.Tests.Integration.Helpers;
                    
8using Xunit;
                    
9
                    
                
MilestonesClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 531 lines
                    
1using System;
                    
2using System.Threading.Tasks;
                    
2using System.Threading.Tasks;
                    
3using Octokit;
                    
4using Octokit.Tests.Integration;
                    
4using Octokit.Tests.Integration;
                    
5using Xunit;
                    
6using Octokit.Tests.Integration.Helpers;
                    
                
IssuesLabelsClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 1020 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Threading.Tasks;
                    
4using System.Threading.Tasks;
                    
5using Octokit;
                    
6using Octokit.Tests.Integration;
                    
6using Octokit.Tests.Integration;
                    
7using Xunit;
                    
8using Octokit.Tests.Integration.Helpers;
                    
                
IssuesEventsClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 452 lines
                    
1using System;
                    
2using System.Linq;
                    
2using System.Linq;
                    
3using System.Threading.Tasks;
                    
4using Octokit;
                    
4using Octokit;
                    
5using Octokit.Tests.Integration;
                    
6using Octokit.Tests.Integration.Helpers;
                    
6using Octokit.Tests.Integration.Helpers;
                    
7using Xunit;
                    
8
                    
                
IssuesClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 1129 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Globalization;
                    
4using System.Linq;
                    
4using System.Linq;
                    
5using System.Threading.Tasks;
                    
6using Octokit;
                    
6using Octokit;
                    
7using Octokit.Tests.Integration;
                    
8using Octokit.Tests.Integration.Helpers;
                    
8using Octokit.Tests.Integration.Helpers;
                    
9using Xunit;
                    
10
                    
                
IssueCommentsClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 617 lines
                    
1using System.Threading.Tasks;
                    
2using Octokit;
                    
2using Octokit;
                    
3using Octokit.Tests.Integration;
                    
4using Octokit.Tests.Integration.Helpers;
                    
4using Octokit.Tests.Integration.Helpers;
                    
5using Xunit;
                    
6using System;
                    
6using System;
                    
7using System.Linq;
                    
8using System.Collections.Generic;
                    
47        {
                    
48            using (var context = await _github.CreateRepositoryContext(Helper.MakeNameWithTimestamp("IssueCommentsReactionTests")))
                    
49            {
                    
219            var numberToCreate = 2;
                    
220            using (var context = await _github.CreateRepositoryContext(Helper.MakeNameWithTimestamp("IssueCommentsReactionTests")))
                    
221            {
                    
                
ObservableStarredClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 624 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Reactive.Threading.Tasks;
                    
4using System.Threading.Tasks;
                    
4using System.Threading.Tasks;
                    
5using NSubstitute;
                    
6using Octokit.Reactive;
                    
6using Octokit.Reactive;
                    
7using Xunit;
                    
8
                    
                
ObservableRepositoryContentsClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 779 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Reactive.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Threading.Tasks;
                    
6using NSubstitute;
                    
6using NSubstitute;
                    
7using Octokit.Internal;
                    
8using Octokit.Reactive;
                    
8using Octokit.Reactive;
                    
9using Xunit;
                    
10
                    
                
ObservableRepositoryCommentsClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 358 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using NSubstitute;
                    
4using Octokit.Reactive;
                    
4using Octokit.Reactive;
                    
5using Xunit;
                    
6
                    
                
ObservableRepositoriesClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 982 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Reactive.Linq;
                    
4using System.Threading.Tasks;
                    
4using System.Threading.Tasks;
                    
5using NSubstitute;
                    
6using Octokit.Internal;
                    
7using Octokit.Reactive;
                    
8using Xunit;
                    
9
                    
                
ObservableRepoCollaboratorsClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 488 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Reactive.Linq;
                    
4using System.Threading.Tasks;
                    
4using System.Threading.Tasks;
                    
5using NSubstitute;
                    
6using Octokit.Reactive;
                    
7using Octokit.Tests.Helpers;
                    
8using Xunit;
                    
9
                    
                
ObservableReleasesClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 543 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.IO;
                    
4using NSubstitute;
                    
5using Octokit.Reactive;
                    
6using Xunit;
                    
7
                    
                
ObservablePullRequestsClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 771 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Reactive.Linq;
                    
4using System.Reactive.Linq;
                    
5using System.Reactive.Threading.Tasks;
                    
6using System.Threading.Tasks;
                    
6using System.Threading.Tasks;
                    
7using NSubstitute;
                    
8using Octokit.Internal;
                    
9using Octokit.Reactive;
                    
10using Xunit;
                    
11
                    
                
ObservableNotificationsClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 476 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Threading.Tasks;
                    
4using NSubstitute;
                    
5using Octokit.Reactive;
                    
6using Xunit;
                    
7
                    
                
ObservableMilestonesClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 471 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Reactive.Linq;
                    
4using System.Reactive.Threading.Tasks;
                    
4using System.Reactive.Threading.Tasks;
                    
5using System.Threading.Tasks;
                    
6using NSubstitute;
                    
6using NSubstitute;
                    
7using Octokit.Internal;
                    
8using Octokit.Reactive;
                    
8using Octokit.Reactive;
                    
9using Xunit;
                    
10
                    
                
ObservableIssuesClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 741 lines
                    
1using NSubstitute;
                    
2using Octokit;
                    
2using Octokit;
                    
3using Octokit.Internal;
                    
4using Octokit.Reactive;
                    
4using Octokit.Reactive;
                    
5using System;
                    
6using System.Collections.Generic;
                    
6using System.Collections.Generic;
                    
7using System.Reactive.Linq;
                    
8using System.Threading.Tasks;
                    
8using System.Threading.Tasks;
                    
9using Xunit;
                    
10
                    
                
ConnectionTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 744 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.IO;
                    
4using System.Linq;
                    
4using System.Linq;
                    
5using System.Net;
                    
6using System.Net.Http;
                    
6using System.Net.Http;
                    
7using System.Threading;
                    
8using System.Threading.Tasks;
                    
8using System.Threading.Tasks;
                    
9using NSubstitute;
                    
10using Octokit.Internal;
                    
10using Octokit.Internal;
                    
11using Xunit;
                    
12
                    
                
ApiConnectionTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 437 lines
                    
1using System;
                    
2using System.Net;
                    
2using System.Net;
                    
3using System.Collections.Generic;
                    
4using System.IO;
                    
4using System.IO;
                    
5using System.Threading;
                    
6using System.Threading.Tasks;
                    
6using System.Threading.Tasks;
                    
7using NSubstitute;
                    
8using Octokit.Internal;
                    
8using Octokit.Internal;
                    
9using Xunit;
                    
10
                    
                
StatisticsClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 508 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Collections.ObjectModel;
                    
4using System.Threading;
                    
4using System.Threading;
                    
5using System.Threading.Tasks;
                    
6using NSubstitute;
                    
7using Octokit.Helpers;
                    
8using Xunit;
                    
9
                    
                
StarredClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 572 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Net;
                    
4using System.Threading.Tasks;
                    
4using System.Threading.Tasks;
                    
5using NSubstitute;
                    
6using Octokit.Internal;
                    
6using Octokit.Internal;
                    
7using Xunit;
                    
8
                    
                
SearchClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 1053 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using NSubstitute;
                    
4using Xunit;
                    
5using System.Threading.Tasks;
                    
                
RepositoryContentsClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 705 lines
                    
1using System;
                    
2using System.Text;
                    
2using System.Text;
                    
3using System.Threading.Tasks;
                    
4using NSubstitute;
                    
4using NSubstitute;
                    
5using Xunit;
                    
6using System.Collections.Generic;
                    
                
RepositoryCommentsClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 404 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Net;
                    
4using System.Threading.Tasks;
                    
4using System.Threading.Tasks;
                    
5using NSubstitute;
                    
6using Octokit;
                    
6using Octokit;
                    
7using Octokit.Internal;
                    
8using Octokit.Tests;
                    
8using Octokit.Tests;
                    
9using Xunit;
                    
10
                    
                
RepositoriesClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 1144 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Net;
                    
4using System.Threading.Tasks;
                    
5using NSubstitute;
                    
6using Xunit;
                    
7
                    
                
ReleasesClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 576 lines
                    
1using System;
                    
2using System.IO;
                    
2using System.IO;
                    
3using System.Threading.Tasks;
                    
4using NSubstitute;
                    
4using NSubstitute;
                    
5using Xunit;
                    
6
                    
                
PullRequestReviewCommentsClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 641 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Threading.Tasks;
                    
4using NSubstitute;
                    
4using NSubstitute;
                    
5using Octokit;
                    
6using Octokit.Tests;
                    
6using Octokit.Tests;
                    
7using Xunit;
                    
8
                    
                
IssuesLabelsClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 606 lines
                    
1using System;
                    
2using System.Threading.Tasks;
                    
3using NSubstitute;
                    
4using Xunit;
                    
5using System.Collections.Generic;
                    
                
GistsClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 583 lines
                    
1using NSubstitute;
                    
2using Octokit.Internal;
                    
2using Octokit.Internal;
                    
3using System;
                    
4using System.Collections.Generic;
                    
4using System.Collections.Generic;
                    
5using System.Net;
                    
6using System.Threading.Tasks;
                    
6using System.Threading.Tasks;
                    
7using Octokit;
                    
8using Octokit.Tests;
                    
8using Octokit.Tests;
                    
9using Xunit;
                    
10
                    
                
EventsClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 845 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Net;
                    
4using System.Net;
                    
5using System.Threading;
                    
6using System.Threading.Tasks;
                    
6using System.Threading.Tasks;
                    
7using NSubstitute;
                    
8using Octokit.Internal;
                    
8using Octokit.Internal;
                    
9using Xunit;
                    
10
                    
                
AuthorizationsClientTests.cs https://gitlab.com/WoomyNightClub/GitHub-API-.NET | C# | 362 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Net;
                    
4using System.Threading.Tasks;
                    
4using System.Threading.Tasks;
                    
5using NSubstitute;
                    
6using Octokit.Internal;
                    
6using Octokit.Internal;
                    
7using Xunit;
                    
8
                    
131            [Fact]
                    
132            public void GetsOrCreatesAuthenticationAtCorrectUrlUsingTwoFactor()
                    
133            {
                    
                
MatchingTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 374 lines
                    
14
                    
15using System;
                    
16using System.Collections.Generic;
                    
16using System.Collections.Generic;
                    
17using System.Text;
                    
18using StaticAnalysis.DependencyAnalyzer;
                    
19using StaticAnalysis.HelpAnalyzer;
                    
20using Xunit;
                    
21
                    
                
VirtualMachineOperationsTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 429 lines
                    
14
                    
15using System;
                    
16using System.Collections.Generic;
                    
17using System.Linq;
                    
18using System.Net;
                    
19using System.Net.Http;
                    
20using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
21using Xunit;
                    
22using Microsoft.WindowsAzure.Commands.Test.WAPackIaaS.Mocks;
                    
22using Microsoft.WindowsAzure.Commands.Test.WAPackIaaS.Mocks;
                    
23using Microsoft.WindowsAzure.Commands.Utilities.WAPackIaaS;
                    
24using Microsoft.WindowsAzure.Commands.Utilities.WAPackIaaS.DataContract;
                    
24using Microsoft.WindowsAzure.Commands.Utilities.WAPackIaaS.DataContract;
                    
25using Microsoft.WindowsAzure.Commands.Utilities.WAPackIaaS.Exceptions;
                    
26using Microsoft.WindowsAzure.Commands.Utilities.WAPackIaaS.Operations;
                    
                
ProfileCmdltsTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 1007 lines
                    
15using System.Collections;
                    
16using System.Security;
                    
17using System.Text;
                    
18using Hyak.Common;
                    
19using Microsoft.Azure.Commands.Common.Authentication;
                    
20using Microsoft.Azure.Commands.Common.Authentication.Models;
                    
20using Microsoft.Azure.Commands.Common.Authentication.Models;
                    
21using Microsoft.IdentityModel.Clients.ActiveDirectory;
                    
22using Microsoft.ServiceBus.Management;
                    
26using Microsoft.WindowsAzure.Commands.Profile.Models;
                    
27using Microsoft.WindowsAzure.Commands.Utilities.Common;
                    
28using System;
                    
37using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
38using Xunit;
                    
39
                    
                
AzureDedicatedCircuitTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 316 lines
                    
14
                    
15using System;
                    
16using System.Collections.Generic;
                    
16using System.Collections.Generic;
                    
17using System.Linq;
                    
18using System.Net;
                    
18using System.Net;
                    
19using System.Security.Cryptography.X509Certificates;
                    
20using System.Threading;
                    
20using System.Threading;
                    
21using System.Threading.Tasks;
                    
22using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
22using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
23using Xunit;
                    
24using Microsoft.WindowsAzure.Commands.Common.Test.Mocks;
                    
                
ServiceComponentsTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 347 lines
                    
18using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
19using Xunit;
                    
20using Microsoft.WindowsAzure.Commands.CloudService.Development.Scaffolding;
                    
20using Microsoft.WindowsAzure.Commands.CloudService.Development.Scaffolding;
                    
21using Microsoft.WindowsAzure.Commands.Common.Test.Mocks;
                    
22using Microsoft.WindowsAzure.Commands.Test.Utilities.CloudService;
                    
24using Microsoft.WindowsAzure.Commands.Utilities.CloudService;
                    
25using Microsoft.WindowsAzure.Commands.Utilities.Properties;
                    
26using Microsoft.WindowsAzure.Commands.Utilities.Common;
                    
177        {
                    
178            using (FileSystemHelper files = new FileSystemHelper(this))
                    
179            {
                    
190        {
                    
191            using (FileSystemHelper files = new FileSystemHelper(this))
                    
192            {
                    
                
CloudServiceClientTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 529 lines
                    
15using System;
                    
16using System.Collections.Generic;
                    
17using System.IO;
                    
17using System.IO;
                    
18using System.Net;
                    
19using System.Threading;
                    
20using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
21using Xunit;
                    
22using Microsoft.Azure.Commands.Common.Authentication.Models;
                    
26using Microsoft.WindowsAzure.Commands.Utilities.Common;
                    
27using Microsoft.WindowsAzure.Management.Compute.Models;
                    
28using Microsoft.WindowsAzure.Management.Models;
                    
274
                    
275            using (var files = new FileSystemHelper(this) { EnableMonitoring = true })
                    
276            {
                    
                
AzureServiceTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 631 lines
                    
15using System;
                    
16using System.IO;
                    
17using System.Linq;
                    
18using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
19using Xunit;
                    
20using Microsoft.WindowsAzure.Commands.CloudService.Development;
                    
20using Microsoft.WindowsAzure.Commands.CloudService.Development;
                    
21using Microsoft.WindowsAzure.Commands.CloudService.Development.Scaffolding;
                    
22using Microsoft.WindowsAzure.Commands.Common.Test.Mocks;
                    
24using Microsoft.WindowsAzure.Commands.Test.Utilities.Common;
                    
25using Microsoft.WindowsAzure.Commands.Utilities.CloudService;
                    
26using Microsoft.WindowsAzure.Commands.Utilities.CloudService.AzureTools;
                    
26using Microsoft.WindowsAzure.Commands.Utilities.CloudService.AzureTools;
                    
27using Microsoft.WindowsAzure.Commands.Utilities.Common;
                    
28using Microsoft.WindowsAzure.Commands.Utilities.Properties;
                    
                
SetAzureInstancesTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 294 lines
                    
18using Microsoft.WindowsAzure.Commands.CloudService.Development;
                    
19using Microsoft.WindowsAzure.Commands.Common.Test.Mocks;
                    
20using Microsoft.WindowsAzure.Commands.Test.Utilities.Common;
                    
20using Microsoft.WindowsAzure.Commands.Test.Utilities.Common;
                    
21using Microsoft.WindowsAzure.Commands.Utilities.CloudService;
                    
22using Microsoft.WindowsAzure.Commands.Utilities.Common.XmlSchema.ServiceConfigurationSchema;
                    
24using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
25using Xunit;
                    
26using Microsoft.WindowsAzure.Commands.Utilities.Common;
                    
51
                    
52            using (FileSystemHelper files = new FileSystemHelper(this))
                    
53            {
                    
219
                    
220            using (FileSystemHelper files = new FileSystemHelper(this))
                    
221            {
                    
                
EnableAzureRemoteDesktopCommandTest.cs https://gitlab.com/jslee1/azure-powershell | C# | 313 lines
                    
18using System.Security;
                    
19using Microsoft.WindowsAzure.Commands.CloudService.Development;
                    
20using Microsoft.WindowsAzure.Commands.CloudService.Development.Scaffolding;
                    
20using Microsoft.WindowsAzure.Commands.CloudService.Development.Scaffolding;
                    
21using Microsoft.WindowsAzure.Commands.Common.Test.Mocks;
                    
22using Microsoft.WindowsAzure.Commands.Test.Utilities.Common;
                    
26using Microsoft.WindowsAzure.Commands.Utilities.Common.XmlSchema.ServiceDefinitionSchema;
                    
27using Microsoft.WindowsAzure.Commands.Common;
                    
28using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
28using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
29using Xunit;
                    
30using Microsoft.Azure.Commands.Common.Authentication;
                    
296        {
                    
297            using (FileSystemHelper files = new FileSystemHelper(this))
                    
298            {
                    
                
EnableAzureMemcacheRoleTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 441 lines
                    
17using System.Linq;
                    
18using System.Management.Automation;
                    
19using Microsoft.WindowsAzure.Commands.CloudService.Development;
                    
19using Microsoft.WindowsAzure.Commands.CloudService.Development;
                    
20using Microsoft.WindowsAzure.Commands.CloudService.Development.Scaffolding;
                    
21using Microsoft.WindowsAzure.Commands.Common;
                    
22using Microsoft.WindowsAzure.Commands.Common.Test.Mocks;
                    
23using Microsoft.WindowsAzure.Commands.Test.Utilities.Common;
                    
24using Microsoft.WindowsAzure.Commands.Utilities.CloudService;
                    
30using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
31using Xunit;
                    
32
                    
242        [Trait(Category.AcceptanceType, Category.CheckIn)]
                    
243        public void EnableAzureMemcacheRoleProcessUsingNonCacheWorkerRole()
                    
244        {
                    
                
RemoteAppSecurityPrincipals.cs https://gitlab.com/jslee1/azure-powershell | C# | 433 lines
                    
16{
                    
17    using LocalModels;
                    
18    using Common;
                    
18    using Common;
                    
19    using Microsoft.WindowsAzure.Management.RemoteApp.Cmdlets;
                    
20    using Microsoft.WindowsAzure.Management.RemoteApp.Models;
                    
20    using Microsoft.WindowsAzure.Management.RemoteApp.Models;
                    
21    using System;
                    
22    using System.Collections.Generic;
                    
23    using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
24    using Xunit;
                    
25
                    
                
RemoteAppCollection.cs https://gitlab.com/jslee1/azure-powershell | C# | 584 lines
                    
14
                    
15using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
16
                    
20    using Microsoft.WindowsAzure.Management.RemoteApp;
                    
21    using Microsoft.WindowsAzure.Management.RemoteApp.Cmdlets;
                    
22    using Microsoft.WindowsAzure.Management.RemoteApp.Models;
                    
23    using Microsoft.WindowsAzure.Commands.Common.Test.Mocks;
                    
24    using Moq;
                    
25    using Moq.Language.Flow;
                    
25    using Moq.Language.Flow;
                    
26    using System;
                    
27    using System.Collections.Generic;
                    
31    using System.Threading.Tasks;
                    
32    using Xunit;
                    
33
                    
                
ReservedIPTest.cs https://gitlab.com/jslee1/azure-powershell | C# | 405 lines
                    
16{
                    
17    using Microsoft.Azure;
                    
18    using Microsoft.WindowsAzure.Commands.Common.Test.Mocks;
                    
19    using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
20    using Microsoft.WindowsAzure.Commands.ServiceManagement.IaaS;
                    
21    using Microsoft.WindowsAzure.Commands.ServiceManagement.Network.Test.TestInterfaces;
                    
22    using Microsoft.WindowsAzure.Commands.Utilities.Common;
                    
23    using Microsoft.WindowsAzure.Management;
                    
24    using Microsoft.WindowsAzure.Management.Compute;
                    
24    using Microsoft.WindowsAzure.Management.Compute;
                    
25    using Microsoft.WindowsAzure.Management.Compute.Models;
                    
26    using Microsoft.WindowsAzure.Management.Network;
                    
31    using System.Threading.Tasks;
                    
32    using Xunit;
                    
33    using Assert = Xunit.Assert;
                    
                
SetNetworkSecurityGroupAssociationTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 1043 lines
                    
14
                    
15using Hyak.Common;
                    
16using Microsoft.WindowsAzure.Commands.ServiceManagement.Network.NetworkSecurityGroup.Association;
                    
17using Microsoft.WindowsAzure.Commands.Common.Test.Mocks;
                    
18using Microsoft.WindowsAzure.Commands.ServiceManagement.Model;
                    
19using Microsoft.WindowsAzure.Commands.Utilities.Common;
                    
20using Microsoft.WindowsAzure.Management;
                    
21using Microsoft.WindowsAzure.Management.Compute;
                    
22using Microsoft.WindowsAzure.Management.Compute.Models;
                    
22using Microsoft.WindowsAzure.Management.Compute.Models;
                    
23using Microsoft.WindowsAzure.Management.Network;
                    
24using Microsoft.WindowsAzure.Management.Network.Models;
                    
28using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
29using Xunit;
                    
30
                    
                
RemoveNetworkSecurityGroupAssociationTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 417 lines
                    
14
                    
15using Hyak.Common;
                    
16using Microsoft.WindowsAzure.Commands.ServiceManagement.Network.NetworkSecurityGroup.Subnet;
                    
16using Microsoft.WindowsAzure.Commands.ServiceManagement.Network.NetworkSecurityGroup.Subnet;
                    
17using Microsoft.WindowsAzure.Commands.Common.Test.Mocks;
                    
18using Microsoft.WindowsAzure.Commands.ServiceManagement.Model;
                    
18using Microsoft.WindowsAzure.Commands.ServiceManagement.Model;
                    
19using Microsoft.WindowsAzure.Commands.Utilities.Common;
                    
20using Microsoft.WindowsAzure.Management;
                    
20using Microsoft.WindowsAzure.Management;
                    
21using Microsoft.WindowsAzure.Management.Compute;
                    
22using Microsoft.WindowsAzure.Management.Compute.Models;
                    
27using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
28using Xunit;
                    
29
                    
                
GetNetworkSecurityGroupAssociationTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 433 lines
                    
17using System.Management.Automation;
                    
18using System.Threading;
                    
19using System.Threading.Tasks;
                    
19using System.Threading.Tasks;
                    
20using Hyak.Common;
                    
21using Microsoft.WindowsAzure.Commands.ServiceManagement.Network.NetworkSecurityGroup.Association;
                    
22using Microsoft.WindowsAzure.Commands.ServiceManagement.Network.NetworkSecurityGroup.Model;
                    
23using Microsoft.WindowsAzure.Commands.Common.Test.Mocks;
                    
24using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
24using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
25using Microsoft.WindowsAzure.Commands.ServiceManagement.Model;
                    
26using Microsoft.WindowsAzure.Commands.Utilities.Common;
                    
31using Moq;
                    
32using Xunit;
                    
33
                    
                
WebsitesTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 476 lines
                    
14
                    
15using Microsoft.WindowsAzure.Commands.Test.Utilities.Common;
                    
16using Microsoft.WindowsAzure.ServiceManagemenet.Common.Models;
                    
16using Microsoft.WindowsAzure.ServiceManagemenet.Common.Models;
                    
17using Xunit;
                    
18using Xunit.Abstractions;
                    
                
ProfileClientTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 784 lines
                    
14
                    
15using Microsoft.Azure.Commands.Common.Authentication;
                    
16using Microsoft.Azure.Commands.Common.Authentication.Models;
                    
17using Microsoft.Azure.Subscriptions.Models;
                    
18using Microsoft.WindowsAzure.Commands.Common.Test.Mocks;
                    
19using System;
                    
19using System;
                    
20using System.Collections.Generic;
                    
21using System.IO;
                    
22using System.Linq;
                    
23using System.Security.Cryptography.X509Certificates;
                    
24using Microsoft.Azure.ServiceManagemenet.Common;
                    
24using Microsoft.Azure.ServiceManagemenet.Common;
                    
25using Xunit;
                    
26using CSMSubscription = Microsoft.Azure.Subscriptions.Models.Subscription;
                    
                
ActiveDirectoryTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 711 lines
                    
14
                    
15using Microsoft.Azure.Graph.RBAC;
                    
16using Microsoft.Azure.Graph.RBAC.Models;
                    
16using Microsoft.Azure.Graph.RBAC.Models;
                    
17using Microsoft.Azure.ServiceManagemenet.Common.Models;
                    
18using Microsoft.Azure.Test;
                    
18using Microsoft.Azure.Test;
                    
19using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
20using Microsoft.WindowsAzure.Commands.Test.Utilities.Common;
                    
20using Microsoft.WindowsAzure.Commands.Test.Utilities.Common;
                    
21using Xunit;
                    
22using Xunit.Abstractions;
                    
                
ResourceClientTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 978 lines
                    
19using Microsoft.Azure.Management.ResourceManager;
                    
20using Microsoft.Azure.Management.ResourceManager.Models;
                    
21using Microsoft.Rest.Azure;
                    
21using Microsoft.Rest.Azure;
                    
22using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
23using Microsoft.WindowsAzure.Commands.Test.Utilities.Common;
                    
24using Moq;
                    
25using Newtonsoft.Json;
                    
26using System;
                    
27using System.Collections;
                    
28using System.Collections.Generic;
                    
29using System.IO;
                    
35using System.Threading.Tasks;
                    
36using Xunit;
                    
37
                    
                
GalleryTemplatesClientTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 507 lines
                    
17using Microsoft.Azure.Commands.ResourceManager.Cmdlets.Utilities;
                    
18using Microsoft.Azure.Management.ResourceManager;
                    
19using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
19using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
20using Microsoft.WindowsAzure.Commands.Test.Utilities.Common;
                    
21using Moq;
                    
22using System;
                    
23using System.Collections;
                    
24using System.Collections.Generic;
                    
24using System.Collections.Generic;
                    
25using System.IO;
                    
26using System.Linq;
                    
29using Newtonsoft.Json.Linq;
                    
30using Xunit;
                    
31using Xunit.Abstractions;
                    
                
GetAzureProviderFeatureCmdletTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 365 lines
                    
19    using Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels;
                    
20    using Microsoft.Azure.Management.ResourceManager;
                    
21    using Microsoft.Azure.Management.ResourceManager.Models;
                    
21    using Microsoft.Azure.Management.ResourceManager.Models;
                    
22    using Microsoft.Rest.Azure;
                    
23    using Microsoft.WindowsAzure.Commands.Common.Test.Mocks;
                    
24    using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
25    using Moq;
                    
26    using System;
                    
26    using System;
                    
27    using System.Collections.Generic;
                    
28    using System.Linq;
                    
32    using WindowsAzure.Commands.Test.Utilities.Common;
                    
33    using Xunit;
                    
34    using Xunit.Abstractions;
                    
                
TypeConversionTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 588 lines
                    
1using Microsoft.Azure.Commands.Common.Authentication.Models;
                    
2using Microsoft.Azure.Commands.Profile.Models;
                    
2using Microsoft.Azure.Commands.Profile.Models;
                    
3using Microsoft.Azure.ServiceManagemenet.Common.Models;
                    
4using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
5using System;
                    
6using Xunit;
                    
7using Xunit.Abstractions;
                    
                
RPRegistrationDelegatingHandlerTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 308 lines
                    
14
                    
15using Hyak.Common;
                    
16using Microsoft.Azure.Commands.Common.Authentication.Models;
                    
17using Microsoft.Azure.Management.Internal.Resources;
                    
18using Microsoft.Azure.Management.Internal.Resources.Models;
                    
19using Microsoft.Azure.ServiceManagemenet.Common.Models;
                    
19using Microsoft.Azure.ServiceManagemenet.Common.Models;
                    
20using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
21using Microsoft.WindowsAzure.Commands.Test.Utilities.Common;
                    
22using Moq;
                    
23using System.Collections.Generic;
                    
24using System.Linq;
                    
28using System.Threading.Tasks;
                    
29using Xunit;
                    
30using Xunit.Abstractions;
                    
                
EnvironmentCmdletTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 368 lines
                    
14
                    
15using Microsoft.Azure.Commands.Common.Authentication;
                    
16using Microsoft.Azure.Commands.Common.Authentication.Models;
                    
17using Microsoft.Azure.Commands.Profile;
                    
18using Microsoft.Azure.Commands.Profile.Models;
                    
19using Microsoft.Azure.Commands.ResourceManager.Common;
                    
19using Microsoft.Azure.Commands.ResourceManager.Common;
                    
20using Microsoft.Azure.ServiceManagemenet.Common.Models;
                    
21using Microsoft.WindowsAzure.Commands.Common;
                    
22using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
23using Microsoft.WindowsAzure.Commands.Test.Utilities.Common;
                    
24using Microsoft.WindowsAzure.Commands.Utilities.Common;
                    
28using System.Management.Automation;
                    
29using Xunit;
                    
30using Xunit.Abstractions;
                    
                
AzureRMProfileTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 495 lines
                    
18using Microsoft.Azure.Commands.Profile;
                    
19using Microsoft.Azure.Commands.Profile.Models;
                    
20using Microsoft.Azure.ServiceManagemenet.Common.Models;
                    
20using Microsoft.Azure.ServiceManagemenet.Common.Models;
                    
21using Microsoft.Azure.Subscriptions.Models;
                    
22using Microsoft.IdentityModel.Clients.ActiveDirectory;
                    
22using Microsoft.IdentityModel.Clients.ActiveDirectory;
                    
23using Microsoft.WindowsAzure.Commands.Common;
                    
24using Microsoft.WindowsAzure.Commands.Common.Test.Mocks;
                    
24using Microsoft.WindowsAzure.Commands.Common.Test.Mocks;
                    
25using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
26using Microsoft.WindowsAzure.Commands.Utilities.Common;
                    
32using System.Threading.Tasks;
                    
33using Xunit;
                    
34using Xunit.Abstractions;
                    
                
KeyVaultManagementTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 747 lines
                    
15
                    
16using Microsoft.Azure.Graph.RBAC;
                    
17using Microsoft.Azure.Graph.RBAC.Models;
                    
17using Microsoft.Azure.Graph.RBAC.Models;
                    
18using Microsoft.Azure.Test;
                    
19using Microsoft.Azure.Test.HttpRecorder;
                    
19using Microsoft.Azure.Test.HttpRecorder;
                    
20using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
21using System;
                    
22using System.Linq;
                    
23using Xunit;
                    
24
                    
                
GetIntuneAndroidMAMPolicyCmdletTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 148 lines
                    
14
                    
15using System;
                    
16using System.Collections.Generic;
                    
16using System.Collections.Generic;
                    
17using System.Management.Automation;
                    
18using System.Threading;
                    
18using System.Threading;
                    
19using System.Threading.Tasks;
                    
20using Microsoft.Azure.Management.Intune;
                    
20using Microsoft.Azure.Management.Intune;
                    
21using Microsoft.Azure.Management.Intune.Models;
                    
22using Microsoft.Rest.Azure;
                    
25using Newtonsoft.Json;
                    
26using Xunit;
                    
27using Xunit.Abstractions;
                    
                
Utilities.cs https://gitlab.com/jslee1/azure-powershell | C# | 435 lines
                    
14
                    
15using Microsoft.Azure.Commands.Insights.Alerts;
                    
16using Microsoft.Azure.Commands.Insights.OutputClasses;
                    
16using Microsoft.Azure.Commands.Insights.OutputClasses;
                    
17using Microsoft.Azure.Insights;
                    
18using Microsoft.Azure.Insights.Models;
                    
18using Microsoft.Azure.Insights.Models;
                    
19using Microsoft.Azure.Management.Insights.Models;
                    
20using Moq;
                    
20using Moq;
                    
21using System;
                    
22using System.Collections.Generic;
                    
26using System.Threading.Tasks;
                    
27using Xunit;
                    
28
                    
                
ScriptActionTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 394 lines
                    
14
                    
15using Microsoft.Azure.Commands.HDInsight.Models.Management;
                    
16using Microsoft.Azure.Management.HDInsight.Models;
                    
16using Microsoft.Azure.Management.HDInsight.Models;
                    
17using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
18using Moq;
                    
18using Moq;
                    
19using System;
                    
20using System.Collections.Generic;
                    
20using System.Collections.Generic;
                    
21using System.Linq;
                    
22using System.Net;
                    
22using System.Net;
                    
23using Xunit;
                    
24
                    
                
JobTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 383 lines
                    
14
                    
15using Microsoft.Azure.Commands.HDInsight.Models;
                    
16using Microsoft.Azure.Management.HDInsight.Job.Models;
                    
16using Microsoft.Azure.Management.HDInsight.Job.Models;
                    
17using Microsoft.WindowsAzure.Commands.Common;
                    
18using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
18using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
19using Moq;
                    
20using System.Collections.Generic;
                    
20using System.Collections.Generic;
                    
21using System.Linq;
                    
22using System.Management.Automation;
                    
23using System.Net;
                    
24using Xunit;
                    
25
                    
                
TaskTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 380 lines
                    
14
                    
15using Microsoft.Azure.Test;
                    
16using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
16using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
17using Xunit;
                    
18
                    
                
GetBatchNodeFileCommandTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 453 lines
                    
14
                    
15using Microsoft.Azure.Batch;
                    
16using Microsoft.Azure.Batch.Protocol;
                    
16using Microsoft.Azure.Batch.Protocol;
                    
17using Microsoft.Azure.Commands.Batch.Models;
                    
18using Microsoft.Rest.Azure;
                    
18using Microsoft.Rest.Azure;
                    
19using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
20using Moq;
                    
20using Moq;
                    
21using System;
                    
22using System.Collections.Generic;
                    
24using System.Management.Automation;
                    
25using Xunit;
                    
26using BatchClient = Microsoft.Azure.Commands.Batch.Models.BatchClient;
                    
                
BatchTestHelpers.cs https://gitlab.com/jslee1/azure-powershell | C# | 936 lines
                    
17using Microsoft.Azure.Batch.Protocol.BatchRequests;
                    
18using Microsoft.Azure.Management.Batch.Models;
                    
19using Microsoft.Rest.Azure;
                    
19using Microsoft.Rest.Azure;
                    
20using System;
                    
21using System.Collections;
                    
22using System.Collections.Generic;
                    
23using System.IO;
                    
24using System.Linq;
                    
24using System.Linq;
                    
25using System.Net;
                    
26using System.Net.Http;
                    
29using Microsoft.Azure.Commands.Batch.Models;
                    
30using Xunit;
                    
31using ProxyModels = Microsoft.Azure.Batch.Protocol.Models;
                    
                
 

Source

Language